Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove support for Arch | Matthew Fernandez | 2017-10-25 | 1 | -3/+1 |
| | | | | | | The last release of GNU Arch was in 2006, over ten years ago at time of writing. GNU suggests users should migrate repositories to Bazaar. This commit removes all support for Arch to reduce ongoing maintenance overheads. | ||||
* | doc: update :meth: to :py:meth: for modern Sphinx. | W. Trevor King | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | doc: update :mod: to :py:mod: for modern Sphinx. | W. Trevor King | 2012-10-26 | 1 | -3/+3 |
| | |||||
* | doc: update :func: to :py:func: for modern Sphinx. | W. Trevor King | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | Ran update-copyright.py. | W. Trevor King | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Ran update-copyright.py. | W. Trevor King | 2012-02-16 | 1 | -10/+10 |
| | |||||
* | Run update_copyright.py. | W. Trevor King | 2011-05-25 | 1 | -1/+2 |
| | |||||
* | get_fallback_fullname falls back to get_fallback_username if no interesting ↵ | W. Trevor King | 2011-04-14 | 1 | -2/+3 |
| | | | | fullname is set. | ||||
* | get_fallback_email() now uses the EMAIL environmental variable (if set). | W. Trevor King | 2011-04-14 | 1 | -3/+2 |
| | | | | | This patch is based on Julien Muchembled's suggestions, which are in turn based on the related Git code in git.git/ident.c. | ||||
* | Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible. | W. Trevor King | 2011-04-14 | 1 | -4/+26 |
| | | | | This patch is based on Julien Muchembled's pwd suggestions. | ||||
* | Bumped to version 1.0.01.0.0 | Chris Ball | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -11/+12 |
| | |||||
* | Use os.path.join in libbe.storage.util.config.path. | wking | 2010-06-22 | 1 | -1/+3 |
| | | | | | | | | Versus previous hardcoded "~/.bugs_everywhere". Also improve docstrings for * libbe.storage.util.config.path * libbe.ui.util.user.get_user_id | ||||
* | Use email.utils.formataddr/parseaddr to generate/parse user IDs | W. Trevor King | 2010-02-07 | 1 | -29/+60 |
| | |||||
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+15 |
| | |||||
* | Transitioned init to Command format | W. Trevor King | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Transitioned assign to Command format | W. Trevor King | 2009-12-14 | 1 | -4/+5 |
| | |||||
* | More fixes for libbe.storage.vcs.hg + .git transition. | W. Trevor King | 2009-12-13 | 1 | -6/+6 |
| | |||||
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 1 | -7/+11 |
| | |||||
* | Added libbe.ui.util.user for managing user ids. | W. Trevor King | 2009-12-12 | 1 | -0/+84 |