aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/util
Commit message (Expand)AuthorAgeFilesLines
* remove --auth option from server commandsMatthew Fernandez2017-10-261-16/+1
* Make BE working with non-ASCII username.Matěj Cepl2013-07-221-1/+3
* util:wsgi: Don't clobber `handler` when clearing StreamHandlersW. Trevor King2013-01-311-2/+2
* util:wsgi: If we're logging to a file, shift libbe.LOG tooW. Trevor King2013-01-241-0/+5
* Transition to libbe.LOG for loggingW. Trevor King2013-01-241-6/+3
* util:wsgi: handle all dispatch() exceptions in BEExceptionAppW. Trevor King2012-10-281-9/+15
* util:http: special handling for HTTP_USER_ERROR in get_post_url().W. Trevor King2012-10-281-4/+5
* Use libbe.util.http.HTTP_USER_ERROR everywhere instead of hardcoding 418W. Trevor King2012-10-281-3/+3
* util:wsgi: catch NoIDMatches in BEExceptionAppW. Trevor King2012-10-281-0/+4
* util:wsgi: add --daemon, --pidfile, and --logfileW. Trevor King2012-10-281-25/+151
* util:wsgi: fix From -> from typo in pyOpenSSL commentW. Trevor King2012-10-271-1/+1
* util:wsgi: fix get_cert_filenames -> _get_cert_filenames typoW. Trevor King2012-10-271-1/+1
* util:wsgi: import os.path for _get_cert_filenames()W. Trevor King2012-10-271-0/+1
* util:wsgi: fix Clossing -> Closing typo.W. Trevor King2012-10-271-1/+1
* util:wsgi: remove %default from option help stringsW. Trevor King2012-10-271-2/+2
* doc: update :attr: to :py:attr: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* doc: update :data: to :py:data: for modern Sphinx.W. Trevor King2012-10-261-3/+3
* doc: update :meth: to :py:meth: for modern Sphinx.W. Trevor King2012-10-263-9/+9
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-263-10/+10
* 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