aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui/util
Commit message (Expand)AuthorAgeFilesLines
* doc: update :meth: to :py:meth: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* doc: update :mod: to :py:mod: for modern Sphinx.W. Trevor King2012-10-261-3/+3
* doc: update :func: to :py:func: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-164-4/+4
* Keep stdin (file descriptor 0) open in the pager's child process.W. Trevor King2012-02-251-1/+0
* Ran update-copyright.py.W. Trevor King2012-02-164-40/+40
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-131-1/+1
* Run update_copyright.py.W. Trevor King2011-05-254-4/+8
* get_fallback_fullname falls back to get_fallback_username if no interesting f...W. Trevor King2011-04-141-2/+3
* get_fallback_email() now uses the EMAIL environmental variable (if set).W. Trevor King2011-04-141-3/+2
* Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.W. Trevor King2011-04-141-4/+26
* Bumped to version 1.0.01.0.0Chris Ball2011-01-084-4/+4
* Ran update_copyright.pyW. Trevor King2010-06-224-46/+50
* Use os.path.join in libbe.storage.util.config.path.wking2010-06-221-1/+3
* Use email.utils.formataddr/parseaddr to generate/parse user IDsW. Trevor King2010-02-071-29/+60
* Fix editor spawning on null-string EDITOR and VISUAL.W. Trevor King2010-01-291-4/+3
* Updated copyright informationW. Trevor King2010-01-014-4/+32
* Remove libbe.ui.util.cmdutilW. Trevor King2009-12-291-129/+0
* Restore comment stripping to libbe.ui.util.editor.editor_string()W. Trevor King2009-12-281-0/+4
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-14/+0
* Transitioned comment to Command formatW. Trevor King2009-12-141-6/+5
* Transitioned init to Command formatW. Trevor King2009-12-141-1/+1
* Added parse_user() calls to AssignW. Trevor King2009-12-141-4/+0
* Transitioned assign to Command formatW. Trevor King2009-12-141-4/+5
* More fixes for libbe.storage.vcs.hg + .git transition.W. Trevor King2009-12-131-6/+6
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-7/+11
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-108/+0
* Added libbe.ui.util.user for managing user ids.W. Trevor King2009-12-121-0/+84
* Moved command completion from libbe.ui.util to libbe.command.utilW. Trevor King2009-12-121-68/+0
* Added libbe.command.base (with Command class) and moved list command to new f...W. Trevor King2009-12-123-123/+91
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-073-0/+534