index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbe
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove --auth option from server commands
Matthew Fernandez
2017-10-26
1
-16
/
+1
*
Make BE working with non-ASCII username.
Matěj Cepl
2013-07-22
1
-1
/
+3
*
util:wsgi: Don't clobber `handler` when clearing StreamHandlers
W. Trevor King
2013-01-31
1
-2
/
+2
*
util:wsgi: If we're logging to a file, shift libbe.LOG too
W. Trevor King
2013-01-24
1
-0
/
+5
*
Transition to libbe.LOG for logging
W. Trevor King
2013-01-24
1
-6
/
+3
*
util:wsgi: handle all dispatch() exceptions in BEExceptionApp
W. Trevor King
2012-10-28
1
-9
/
+15
*
util:http: special handling for HTTP_USER_ERROR in get_post_url().
W. Trevor King
2012-10-28
1
-4
/
+5
*
Use libbe.util.http.HTTP_USER_ERROR everywhere instead of hardcoding 418
W. Trevor King
2012-10-28
1
-3
/
+3
*
util:wsgi: catch NoIDMatches in BEExceptionApp
W. Trevor King
2012-10-28
1
-0
/
+4
*
util:wsgi: add --daemon, --pidfile, and --logfile
W. Trevor King
2012-10-28
1
-25
/
+151
*
util:wsgi: fix From -> from typo in pyOpenSSL comment
W. Trevor King
2012-10-27
1
-1
/
+1
*
util:wsgi: fix get_cert_filenames -> _get_cert_filenames typo
W. Trevor King
2012-10-27
1
-1
/
+1
*
util:wsgi: import os.path for _get_cert_filenames()
W. Trevor King
2012-10-27
1
-0
/
+1
*
util:wsgi: fix Clossing -> Closing typo.
W. Trevor King
2012-10-27
1
-1
/
+1
*
util:wsgi: remove %default from option help strings
W. Trevor King
2012-10-27
1
-2
/
+2
*
doc: update :attr: to :py:attr: for modern Sphinx.
W. Trevor King
2012-10-26
1
-1
/
+1
*
doc: update :data: to :py:data: for modern Sphinx.
W. Trevor King
2012-10-26
1
-3
/
+3
*
doc: update :meth: to :py:meth: for modern Sphinx.
W. Trevor King
2012-10-26
3
-9
/
+9
*
doc: update :class: to :py:class: for modern Sphinx.
W. Trevor King
2012-10-26
3
-10
/
+10
*
doc: update :func: to :py:func: for modern Sphinx.
W. Trevor King
2012-10-26
1
-5
/
+5
*
Ran update-copyright.py.
W. Trevor King
2012-10-16
9
-9
/
+42
*
util:wsgi: WSGITestCase should not subclass WSGICaller.
W. Trevor King
2012-09-03
1
-10
/
+18
*
util:wsgi: Pull WSGICaller out of WSGITestCase.
W. Trevor King
2012-09-03
1
-49
/
+56
*
util:wsgi: add HandlerErrorApp to return HTTP errors.
W. Trevor King
2012-09-03
1
-0
/
+13
*
util:wsgi: fix WSGI_AppObject.default_callback -> .default_handler typo.
W. Trevor King
2012-09-03
1
-1
/
+1
*
command:serve-storage: rename `be serve` -> `be serve-storage`.
W. Trevor King
2012-08-29
1
-1
/
+2
*
Rewrite commands to use bugdirs instead of a single bugdir.
W. Trevor King
2012-08-29
1
-13
/
+19
*
util:wsgi: add BEExceptionApp for translating storage exceptions.
W. Trevor King
2012-08-29
1
-0
/
+22
*
util:plugin: modnames() should only list *.py or *.pyc files.
W. Trevor King
2012-08-27
1
-1
/
+3
*
libbe:util:wsgi: extract WSGI utilities into a separate module.
W. Trevor King
2012-08-27
1
-0
/
+962
*
util:http: add ability to pass raw POST data with get_post_url.
W. Trevor King
2012-08-24
1
-10
/
+17
*
util:http: convert urllib2.URLError into HTTPError in get_post_url.
W. Trevor King
2012-08-24
1
-5
/
+11
*
util:http: pull HTTP helpers from libbe.storage.http into their own module.
W. Trevor King
2012-08-24
1
-0
/
+116
*
libbe:util:plugin: cleanup recent zip/egg handling code.
W. Trevor King
2012-08-23
1
-33
/
+16
*
Cherrypick improved zipfile support from Niall Douglas.
Niall Douglas (a [underscors] sourceforge {at} nedprod [dot] com)
2012-08-23
1
-9
/
+15
*
Cherrypick initial zipfile support from Niall Douglas.
Niall Douglas (a [underscors] sourceforge {at} nedprod [dot] com)
2012-08-23
1
-2
/
+27
*
Make ID expansion less strict for comment text.
W. Trevor King
2012-03-03
1
-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-25
1
-0
/
+8
*
Remove util.subproc.Pipe, as we no longer use it in BE.
W. Trevor King
2012-02-25
1
-139
/
+0
*
Add update-copyright as a submodule and update release.py accordingly.
W. Trevor King
2012-02-16
1
-3
/
+3
*
Ran update-copyright.py.
W. Trevor King
2012-02-16
7
-70
/
+70
*
Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
W. Trevor King
2011-11-13
1
-3
/
+3
*
Correct doc/install.txt to refer to INSTALL_OPTIONS instead of PREFIX.
W. Trevor King
2011-11-08
1
-6
/
+2
*
Add the BE_ENCODING environmental variable to override the default encoding.
W. Trevor King
2011-09-08
1
-1
/
+3
*
Adjust encoding detection (using sys.getfilesystemencoding for file contents).
W. Trevor King
2011-09-08
1
-5
/
+8
*
Run update_copyright.py.
W. Trevor King
2011-05-25
7
-5
/
+12
*
Update libbe.util.id other_uuids documentation (may contain uuid).
W. Trevor King
2011-05-12
1
-4
/
+4
*
Add --notify to `be serve`.
W. Trevor King
2011-04-16
1
-6
/
+19
*
Import ElementTree in libbe.util.utility for InvalidXML.
W. Trevor King
2011-04-16
1
-0
/
+4
*
Cleanup libbe.util.subproc.Pipe docstring.
W. Trevor King
2011-04-15
1
-8
/
+8
[next]