summaryrefslogtreecommitdiffstats
path: root/editor.py
Commit message (Expand)AuthorAgeFilesLines
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-3/+3
* upload/editor: fix bytes/string confusionMike Frysinger2019-11-161-7/+10
* use open context managers in more placesMike Frysinger2019-11-121-4/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Allow quotes in editor command on WindowsRenaud Paquay2017-08-311-1/+6
* Replace all os.remove callsRenaud Paquay2017-08-311-1/+2
* Change print statements to work in python3Sarah Owens2012-11-131-3/+4
* Use modern Python exception syntaxSarah Owens2012-10-231-1/+1
* Fix for handling values of EDITOR which contain a space.Patrick Dubroy2010-08-061-1/+1
* Support GIT_EDITOR='vim -c "set textwidth=80"'Shawn O. Pearce2009-07-021-7/+20
* Document any crashes from the user's text editorv1.6.8.4Shawn O. Pearce2009-06-241-2/+9
* Fix launching of editor under 'repo upload --replace'Shawn O. Pearce2009-04-181-3/+3
* Make usage of open safer by setting binary mode and closing fdsShawn O. Pearce2009-04-181-1/+5
* Make repo's editor work when the editor is a commandline withv1.3.2Joe Onorato2008-11-141-2/+2
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+85