be.git
2012-11-17 W. Trevor KingAdd explicit positional argument specifiers to .format... python2.6
2012-11-12 W. Trevor Kingrelease.py: use Python 2.7 for sphinx-build
2012-11-12 W. Trevor Kingdoc:Makefile: use Python 2.7 for generate-libbe-txt.py
2012-11-12 W. Trevor Kingstorage:base: convert to Python 3.3 compatibility
2012-11-12 W. Trevor Kingstorage: convert to Python 3 compatibility
2012-11-12 W. Trevor Kingversion: convert to Python 3 compatibility
2012-11-12 W. Trevor Kingtest: convert to Python 3 compatibility
2012-11-12 W. Trevor Kingrelease.py: build HTML docs when cutting releases
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 Kingdoc:install: CherryPy is *not* used for HTTP, only...
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-27 W. Trevor Kingcommand:html: remove %default from option help strings
2012-10-27 W. Trevor KingREADME: Update NumPy/SciPy doc link
2012-10-27 W. Trevor KingREADME: wrap doc/index.txt reference in backticks
2012-10-27 W. Trevor Kingstorage:util:upgrade: use YAML parser to get BE Tree...
2012-10-27 W. Trevor Kingmisc:completion:be.zsh: update import-xml --comment...
2012-10-27 W. Trevor Kingtest_usage.sh: update import-xml --comment-root ->...
2012-10-27 W. Trevor Kingstorage:vcs:git: don't accept pygit2 version 0.17.3.
2012-10-27 W. Trevor Kingdoc:power: add Zsh completion location and update Bash...
2012-10-27 W. Trevor Kingcommand:serve_*: remove wordy "with, for example" from...
2012-10-27 W. Trevor Kingcommand:serve_commands: fix --repo -> --server in help...
2012-10-26 W. Trevor Kingdoc:tutorial: use a Git tag for the `be diff` example
2012-10-26 W. Trevor Kingdoc:tutorial: fix ReST formatting for `be show --xml...
2012-10-26 W. Trevor Kingdoc:tutorial: move "you think" before quote in initiali...
2012-10-26 W. Trevor Kingdoc:tutorial: fix ReST formatting for first `be comment...
2012-10-26 W. Trevor Kingdoc:install: mention that we *do* post releases now
2012-10-26 W. Trevor Kingdoc:install: mention that PyYAML is now optional
2012-10-26 W. Trevor Kingstorage:util:upgrade: make yaml import optional (unless...
2012-10-26 W. Trevor Kingcommand: use mapfiles (JSON) instead of YAML for the...
2012-10-26 W. Trevor Kingstorage:util:mapfile: add `context` argument to generate()
2012-10-26 W. Trevor Kingdoc/install: fix paragraph indentation in man page...
2012-10-26 W. Trevor Kingdoc/install: point out relevant Debian bugs in a comment
2012-10-26 W. Trevor Kingdoc:install: fix dependency table ReST formatting
2012-10-26 W. Trevor Kingdoc:index: mention that in-branch-bugs are not the...
2012-10-26 W. Trevor Kingdoc: clean up top level module docstrings
2012-10-26 W. Trevor Kinglibbe:bugdir: avoid SimpleBugDir is not a item name
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:config: use :file: to markup filenames.
2012-10-26 W. Trevor Kingdoc: update :class: to :py:class: for modern Sphinx.
2012-10-26 W. Trevor Kingstorage:vcs:base: avoid `is not a item name` Sphinx...
2012-10-26 W. Trevor Kingdoc:conf: use `version (date)` in Sphinx docs
2012-10-26 W. Trevor Kingdoc: update :mod: to :py:mod: for modern Sphinx.
2012-10-26 W. Trevor Kingdoc: update :func: to :py:func: for modern Sphinx.
2012-10-26 W. Trevor Kingstorage:util:config: path() now defaults to ~/.config...
2012-10-26 W. Trevor Kingrelease.py: strip trailing whitespace from ChangeLog.
2012-10-25 W. Trevor Kingrelease.py: sign tags when cutting releases.
2012-10-25 W. Trevor Kingrelease.py: use current Python executable for ./be...
2012-10-25 W. Trevor Kingsetup.py: flesh out setup in preparation for PyPI posting
2012-10-25 W. Trevor Kingsetup.py: change setup.py name to something more PyPI...
2012-10-25 W. Trevor Kingsetup.py: don't put the date in the setup.py version...
2012-10-25 W. Trevor Kingversion: use abbreviated SHA instead of explicit _VERS...
2012-10-25 W. Trevor Kingrelease.py: pull main code into main().
2012-10-25 W. Trevor Kingupdate-copyright: update to the python3 branch.
2012-10-25 W. Trevor Kingrelease.py: remove dependency on deprecated libbe.subpr...
2012-10-25 W. Trevor Kinginterfaces:web:web: use bugdir_bug_comment_from_user_id...
2012-10-25 W. Trevor Kingbugdir|bug|comment: update default settings string...
2012-10-25 W. Trevor Kingstorage:util:mapfile: fix YAML -> JSON in docstrings.
2012-10-25 W. Trevor Kingsetup.py: make libbe._version optional.
2012-10-20 W. Trevor King.update-copyright.conf: update to pipe separators.
2012-10-16 W. Trevor KingRan update-copyright.py.
2012-10-16 W. Trevor King.mailmap: consilidate Niall Douglas' addresses.
2012-10-16 W. Trevor Kingupdate-copyright: update to current update-copyright...
2012-09-19 Nicolas Bigaouettedoc:tutorial: fix typos in the attachment examples.
2012-09-17 W. Trevor Kingstorage:vcs:git: check for existence of pygit2.__version__.
2012-09-17 W. Trevor Kingcommand:html: convert -moz-border-radius to border...
2012-09-17 W. Trevor Kingcommand.html: display "Target:" detail for bugs with...
2012-09-17 W. Trevor Kingcommand:html: fix two auto% -> auto typos in CSS.
2012-09-17 W. Trevor Kingbea864: upgrade to Bugs Everywhere Directory v1.5 ...
2012-09-17 W. Trevor Kingstorage:util:mapfile: convert YAML settings to JSON.
2012-09-13 W. Trevor Kingstorage:vcs:git: move Git to ExecGit and add PygitGit...
2012-09-13 W. Trevor Kingstorage:vcs:base: fix _gets_ -> _get_ typo in test_gets...
2012-09-13 W. Trevor Kingstorage:vcs:base: fix realtive -> relative typo in...
2012-09-03 W. Trevor Kingcommand:html: add --strip-email option.
2012-09-03 W. Trevor Kingcommand:html: oops, use default arguments for 'notify...
2012-09-03 W. Trevor Kingcommand:html: fix super(HTML. self) -> super(HTML,...
2012-09-03 W. Trevor Kingui:command_line: use `be help server` for help with...
2012-09-03 W. Trevor Kingui:command_line: display help.TOPICS during `be help`.
2012-09-03 W. Trevor Kingcommand:help: add `repo` and `server` topics.
2012-09-03 W. Trevor Kingcommand:help: match against command names (not module...
2012-09-03 W. Trevor Kingui:command_line: use command names in command-list...
2012-09-03 W. Trevor Kingui:command_line: add 'html' command to no-pager commands.
2012-09-03 W. Trevor Kingutil:wsgi: WSGITestCase should not subclass WSGICaller.
2012-09-03 W. Trevor Kingcommand:html: rewrite as a libbe.util.wsgi.ServerCommand.
2012-09-03 W. Trevor Kingutil:wsgi: Pull WSGICaller out of WSGITestCase.
2012-09-03 W. Trevor Kingbea/c283cb: move 'wishlist' severity from bug summary...
2012-09-03 W. Trevor Kingcommand:serve-storage: rename server_version to BE...
2012-09-03 W. Trevor Kingcommand:serve_commands: allow unspecified parameters...
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: remove Be-devel footer from Holger (Timmie...
next