aboutsummaryrefslogtreecommitdiff
path: root/editor.py
AgeCommit message (Expand)Author
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2019-11-16upload/editor: fix bytes/string confusionMike Frysinger
2019-11-12use open context managers in more placesMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2017-08-31Allow quotes in editor command on WindowsRenaud Paquay
2017-08-31Replace all os.remove callsRenaud Paquay
2012-11-13Change print statements to work in python3Sarah Owens
2012-10-23Use modern Python exception syntaxSarah Owens
2010-08-06Fix for handling values of EDITOR which contain a space.Patrick Dubroy
2009-07-02Support GIT_EDITOR='vim -c "set textwidth=80"'Shawn O. Pearce
2009-06-24Document any crashes from the user's text editorv1.6.8.4Shawn O. Pearce
2009-04-18Fix launching of editor under 'repo upload --replace'Shawn O. Pearce
2009-04-18Make usage of open safer by setting binary mode and closing fdsShawn O. Pearce
2008-11-14Make repo's editor work when the editor is a commandline withv1.3.2Joe Onorato
2008-10-21Initial Contributionv1.0The Android Open Source Project