aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui/util/user.py
Commit message (Expand)AuthorAgeFilesLines
* 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-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* 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
* Updated copyright informationW. Trevor King2010-01-011-1/+15
* Transitioned init to Command formatW. Trevor King2009-12-141-1/+1
* 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
* Added libbe.ui.util.user for managing user ids.W. Trevor King2009-12-121-0/+84