aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/util
Commit message (Expand)AuthorAgeFilesLines
* doc: update :func: to :py:func: for modern Sphinx.W. Trevor King2012-10-261-5/+5
* Ran update-copyright.py.W. Trevor King2012-10-169-9/+42
* util:wsgi: WSGITestCase should not subclass WSGICaller.W. Trevor King2012-09-031-10/+18
* util:wsgi: Pull WSGICaller out of WSGITestCase.W. Trevor King2012-09-031-49/+56
* util:wsgi: add HandlerErrorApp to return HTTP errors.W. Trevor King2012-09-031-0/+13
* util:wsgi: fix WSGI_AppObject.default_callback -> .default_handler typo.W. Trevor King2012-09-031-1/+1
* command:serve-storage: rename `be serve` -> `be serve-storage`.W. Trevor King2012-08-291-1/+2
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-13/+19
* util:wsgi: add BEExceptionApp for translating storage exceptions.W. Trevor King2012-08-291-0/+22
* util:plugin: modnames() should only list *.py or *.pyc files.W. Trevor King2012-08-271-1/+3
* libbe:util:wsgi: extract WSGI utilities into a separate module.W. Trevor King2012-08-271-0/+962
* util:http: add ability to pass raw POST data with get_post_url.W. Trevor King2012-08-241-10/+17
* util:http: convert urllib2.URLError into HTTPError in get_post_url.W. Trevor King2012-08-241-5/+11
* util:http: pull HTTP helpers from libbe.storage.http into their own module.W. Trevor King2012-08-241-0/+116
* libbe:util:plugin: cleanup recent zip/egg handling code.W. Trevor King2012-08-231-33/+16
* Cherrypick improved zipfile support from Niall Douglas.Niall Douglas (a [underscors] sourceforge {at} nedprod [dot] com)2012-08-231-9/+15
* Cherrypick initial zipfile support from Niall Douglas.Niall Douglas (a [underscors] sourceforge {at} nedprod [dot] com)2012-08-231-2/+27
* Make ID expansion less strict for comment text.W. Trevor King2012-03-031-3/+11
* Added BE_INPUT_ENCODING and BE_OUTPUT_ENCODING to allow charset for stdin and...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)2012-02-251-0/+8
* Remove util.subproc.Pipe, as we no longer use it in BE.W. Trevor King2012-02-251-139/+0
* Add update-copyright as a submodule and update release.py accordingly.W. Trevor King2012-02-161-3/+3
* Ran update-copyright.py.W. Trevor King2012-02-167-70/+70
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-131-3/+3
* Correct doc/install.txt to refer to INSTALL_OPTIONS instead of PREFIX.W. Trevor King2011-11-081-6/+2
* Add the BE_ENCODING environmental variable to override the default encoding.W. Trevor King2011-09-081-1/+3
* Adjust encoding detection (using sys.getfilesystemencoding for file contents).W. Trevor King2011-09-081-5/+8
* Run update_copyright.py.W. Trevor King2011-05-257-5/+12
* Update libbe.util.id other_uuids documentation (may contain uuid).W. Trevor King2011-05-121-4/+4
* Add --notify to `be serve`.W. Trevor King2011-04-161-6/+19
* Import ElementTree in libbe.util.utility for InvalidXML.W. Trevor King2011-04-161-0/+4
* Cleanup libbe.util.subproc.Pipe docstring.W. Trevor King2011-04-151-8/+8
* get_output_encoding falls back to get_encoding if sys.__stdout__ is redirected.W. Trevor King2011-04-141-1/+1
* Fix command-line encoding processing.W. Trevor King2011-04-081-1/+4
* Bumped to version 1.0.01.0.0Chris Ball2011-01-087-7/+7
* Ran update_copyright.py.W. Trevor King2010-10-211-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-227-79/+86
* Fix len(char) assertion typo in libbe.util.utility.underlined()W. Trevor King2010-02-201-1/+1
* Added `be html --min-id-length INT` optionW. Trevor King2010-02-201-0/+2
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-073-96/+472
* libbe.command.html.HTMLGen._long_to_linked_user() handles failed conversion.W. Trevor King2010-01-301-2/+7
* `be html` links (<a href="...) #-delimited references in text/* bodies.W. Trevor King2010-01-271-4/+12
* Don't raise MultipleIDMatches if one of the matches is exact.W. Trevor King2010-01-211-0/+2
* Generate string properly in libbe.util.subproc.CommandErrorW. Trevor King2010-01-191-1/+1
* Updated copyright informationW. Trevor King2010-01-017-7/+21
* Fixed up the completion helpers in libbe.command.utilW. Trevor King2009-12-291-90/+196
* Fixed libbe.storage.util.upgradeW. Trevor King2009-12-271-1/+0
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-155-14/+14
* Transitioned html to Command-formatW. Trevor King2009-12-141-1/+1
* Transitioned comment to Command formatW. Trevor King2009-12-141-0/+22
* Added parse_user() calls to AssignW. Trevor King2009-12-141-23/+36