test: convert to Python 3 compatibility
[be.git] / libbe / util /
2012-10-29 W. Trevor Kingutil:wsgi: handle all dispatch() exceptions in BEExcept...
2012-10-29 W. Trevor Kingutil:http: special handling for HTTP_USER_ERROR in...
2012-10-28 W. Trevor KingUse libbe.util.http.HTTP_USER_ERROR everywhere instead...
2012-10-28 W. Trevor Kingutil:wsgi: catch NoIDMatches in BEExceptionApp
2012-10-28 W. Trevor Kingutil:wsgi: add --daemon, --pidfile, and --logfile
2012-10-27 W. Trevor Kingutil:wsgi: fix From -> from typo in pyOpenSSL comment
2012-10-27 W. Trevor Kingutil:wsgi: fix get_cert_filenames -> _get_cert_filename...
2012-10-27 W. Trevor Kingutil:wsgi: import os.path for _get_cert_filenames()
2012-10-27 W. Trevor Kingutil:wsgi: fix Clossing -> Closing typo.
2012-10-27 W. Trevor Kingutil:wsgi: remove %default from option help strings
2012-10-26 W. Trevor Kingdoc: update :attr: to :py:attr: for modern Sphinx.
2012-10-26 W. Trevor Kingdoc: update :data: to :py:data: for modern Sphinx.
2012-10-26 W. Trevor Kingdoc: update :meth: to :py:meth: for modern Sphinx.
2012-10-26 W. Trevor Kingdoc: update :class: to :py:class: for modern Sphinx.
2012-10-26 W. Trevor Kingdoc: update :func: to :py:func: for modern Sphinx.
2012-10-16 W. Trevor KingRan update-copyright.py.
2012-09-03 W. Trevor Kingutil:wsgi: WSGITestCase should not subclass WSGICaller.
2012-09-03 W. Trevor Kingutil:wsgi: Pull WSGICaller out of WSGITestCase.
2012-09-03 W. Trevor Kingutil:wsgi: add HandlerErrorApp to return HTTP errors.
2012-09-03 W. Trevor Kingutil:wsgi: fix WSGI_AppObject.default_callback -> ...
2012-09-03 W. Trevor Kingbea/c283cb: merge Praveen's gitorious-issues integratio...
2012-09-03 W. Trevor Kingmisc:completion: merge zsh completion from Markus Vock.
2012-08-30 W. Trevor Kingcommand:serve-storage: rename `be serve` -> `be serve...
2012-08-30 W. Trevor KingRewrite commands to use bugdirs instead of a single...
2012-08-30 W. Trevor Kingutil:wsgi: add BEExceptionApp for translating storage...
2012-08-28 W. Trevor Kingutil:plugin: modnames() should only list *.py or *...
2012-08-27 W. Trevor Kinglibbe:util:wsgi: extract WSGI utilities into a separate...
2012-08-24 W. Trevor Kingutil:http: add ability to pass raw POST data with get_p...
2012-08-24 W. Trevor Kingutil:http: convert urllib2.URLError into HTTPError...
2012-08-24 W. Trevor Kingutil:http: pull HTTP helpers from libbe.storage.http...
2012-08-23 W. Trevor Kinglibbe:util:plugin: cleanup recent zip/egg handling...
2012-08-23 Niall Douglas (a... Cherrypick improved zipfile support from Niall Douglas.
2012-08-23 Niall Douglas (a... Cherrypick initial zipfile support from Niall Douglas.
2012-03-03 W. Trevor KingMake ID expansion less strict for comment text.
2012-02-25 Niall Douglas (s... Added BE_INPUT_ENCODING and BE_OUTPUT_ENCODING to allow...
2012-02-25 W. Trevor KingRemove util.subproc.Pipe, as we no longer use it in BE.
2012-02-16 W. Trevor KingAdd update-copyright as a submodule and update release...
2012-02-16 W. Trevor KingRan update-copyright.py.
2012-01-02 Chris BallMerge www.physics.drexel.edu/~wking/code/git/be
2011-11-14 W. Trevor KingFix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
2011-11-08 W. Trevor KingCorrect doc/install.txt to refer to INSTALL_OPTIONS...
2011-09-08 W. Trevor KingAdd the BE_ENCODING environmental variable to override...
2011-09-08 W. Trevor KingAdjust encoding detection (using sys.getfilesystemencod...
2011-09-08 W. Trevor KingMerge remote branch 'tanguy/master'
2011-05-25 W. Trevor KingRun update_copyright.py.
2011-05-12 W. Trevor KingUpdate libbe.util.id other_uuids documentation (may...
2011-04-16 W. Trevor KingAdd --notify to `be serve`.
2011-04-16 W. Trevor KingImport ElementTree in libbe.util.utility for InvalidXML.
2011-04-16 W. Trevor KingMerge remote branch 'cooper/master'
2011-04-15 W. Trevor KingCleanup libbe.util.subproc.Pipe docstring.
2011-04-15 W. Trevor Kingget_output_encoding falls back to get_encoding if sys...
2011-04-08 W. Trevor KingFix command-line encoding processing.
2011-01-09 Chris BallMerge commit 'refs/merge-requests/3' of git://gitorious...
2011-01-09 Chris BallBumped to version 1.0.0 1.0.0
2010-10-22 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-10-21 W. Trevor KingRan update_copyright.py.
2010-06-25 Chris BallMerge branch 'master' of wking.cfbe
2010-06-24 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-23 W. Trevor KingRan update_copyright.py
2010-06-20 Chris BallMerge Steve Losh's cfbe tree, from:
2010-06-20 Chris BallMerge with Trevor.
2010-05-19 W. Trevor KingMerged Eric Kow's _darcs/prefs/author bug.
2010-03-19 W. Trevor KingMerged Anton Batenev's report of Nicolas Alvarez' unico...
2010-02-20 W. Trevor KingFix len(char) assertion typo in libbe.util.utility...
2010-02-20 W. Trevor KingAdded `be html --min-id-length INT` option
2010-02-09 Gianluca MontecchiMerged Trevor's tree
2010-02-09 W. Trevor KingMerged Eric Kow's HTML escaping patch
2010-02-08 W. Trevor KingMerged initial Sphinx documentation structure.
2010-02-07 W. Trevor KingFixed docstrings so only Sphinx errors are "autosummary...
2010-01-30 W. Trevor Kinglibbe.command.html.HTMLGen._long_to_linked_user() handl...
2010-01-27 W. Trevor King`be html` links (<a href="...) #-delimited references...
2010-01-22 W. Trevor KingBugfix merge: better Comment.xml() & libbe.util.id...
2010-01-21 W. Trevor KingDon't raise MultipleIDMatches if one of the matches...
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
2010-01-19 W. Trevor KingGenerate string properly in libbe.util.subproc.CommandError
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-30 W. Trevor KingFixed up the completion helpers in libbe.command.util
2009-12-27 W. Trevor KingFixed libbe.storage.util.upgrade
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-15 W. Trevor KingTransitioned html to Command-format
2009-12-14 W. Trevor KingTransitioned comment to Command format
2009-12-14 W. Trevor KingAdded parse_user() calls to Assign
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.base to new Storage format.
2009-12-13 W. Trevor KingMoved be to libbe.ui.command_line and transitioned...
2009-12-12 W. Trevor KingAdded libbe.ui.util.user for managing user ids.
2009-12-12 W. Trevor KingAdded libbe.command.base (with Command class) and moved...
2009-12-11 W. Trevor KingMoved bugdir, bug, and comment over to new id implement...
2009-12-09 W. Trevor KingRethought libbe.util.id module
2009-12-09 W. Trevor KingReworked test.py to handle deeper directory structure
2009-12-08 W. Trevor KingTransitioned bugdir.py to new storage format.
2009-12-08 W. Trevor KingExtend libbe.util.id to handle id (path) creation.
2009-12-08 W. Trevor KingAdded libbe.storage.base and test suite.
2009-12-08 W. Trevor KingInitial directory restructuring to clarify dependencies