log

age author description
Tue, 24 Jul 2018 23:14:56 +0000 Joseph Myers Python 3 preparation: update map() calls as needed.
Tue, 24 Jul 2018 23:14:04 +0000 Joseph Myers Python 3 preparation: use list() around filter() as needed.
Tue, 24 Jul 2018 23:13:17 +0000 Joseph Myers Python 3 preparation: use list() around zip() as needed.
Tue, 24 Jul 2018 23:12:32 +0000 Joseph Myers Python 3 preparation: update next() usage for iterators.
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 23:03:35 +0000 Joseph Myers Python 3 preparation: handle absence of "long" type.
Tue, 24 Jul 2018 23:02:44 +0000 Joseph Myers Python 3 preparation: avoid implicit tuple parameter unpacking.
Tue, 24 Jul 2018 23:01:57 +0000 Joseph Myers Python 3 preparation: use sum() instead of reduce().
Tue, 24 Jul 2018 23:00:54 +0000 Joseph Myers Python 3 preparation: use range() instead of xrange().
Tue, 24 Jul 2018 22:23:46 +0000 Joseph Myers Python 3 preparation: use parentheses in list comprehension.
Tue, 24 Jul 2018 22:23:00 +0000 Joseph Myers Python 3 preparation: update function attribute names.
Tue, 24 Jul 2018 22:22:08 +0000 Joseph Myers Python 3 preparation: make relative imports explicit.
Tue, 24 Jul 2018 22:21:20 +0000 Joseph Myers Python 3 preparation: use Exception instead of StandardError.
Tue, 24 Jul 2018 22:20:20 +0000 Joseph Myers Python 3 preparation: use sys.maxsize instead of sys.maxint.
Tue, 24 Jul 2018 22:18:30 +0000 Joseph Myers Python 3 preparation: use exec(compile(open().read())) instead of execfile().
Tue, 24 Jul 2018 22:11:16 +0000 Joseph Myers Python 3 preparation: convert exec to a function.
Tue, 24 Jul 2018 22:10:24 +0000 Joseph Myers Python 3 preparation: use open() instead of file().
Tue, 24 Jul 2018 22:09:15 +0000 Joseph Myers Python 3 preparation: use != instead of <>.
Tue, 24 Jul 2018 22:08:17 +0000 Joseph Myers Python 3 preparation: change "x.has_key(y)" to "y in x".
Tue, 24 Jul 2018 21:43:32 +0000 Joseph Myers Python 3 preparation: numeric literal syntax.
Tue, 24 Jul 2018 21:42:22 +0000 Joseph Myers Python 3 preparation: "except" syntax.
Tue, 24 Jul 2018 21:39:58 +0000 Joseph Myers Python 3 preparation: "raise" syntax.
Tue, 24 Jul 2018 21:36:02 +0000 Joseph Myers Python 3 preparation: use repr() instead of ``.
Tue, 24 Jul 2018 09:54:52 +0000 Joseph Myers Python 3 preparation: convert print to a function.
Sat, 21 Jul 2018 23:07:16 +1000 John Kristensen Test against latest version of Xapian
Fri, 20 Jul 2018 22:48:48 -0400 John Rouillard add running linkcheck to update docs
Fri, 20 Jul 2018 21:16:49 -0400 John Rouillard Run into a roadblock with trying to install python 3 compatible
Fri, 20 Jul 2018 20:51:20 -0400 John Rouillard Add python-sphinx. Looks like it's needed to build:
Fri, 20 Jul 2018 20:38:01 -0400 John Rouillard Add sudo to install?? I doubt this will work but....
Fri, 20 Jul 2018 20:30:30 -0400 John Rouillard Try to install xapian-core from source. Deb package on ubuntu trusty
Fri, 20 Jul 2018 19:38:10 -0400 John Rouillard Upgrade xapian from 1.2.16 to 1.3.7. As of 1.3.3 it looks like it is
Fri, 20 Jul 2018 17:53:52 -0400 John Rouillard Set up travis to run python 3.4 across code as well. Do not fail the
Wed, 18 Jul 2018 21:32:24 -0400 John Rouillard Updated links to handle:
Wed, 18 Jul 2018 21:31:12 -0400 John Rouillard As far as I can tell, gmane and nabble archives are gone/not being
Sun, 15 Jul 2018 19:54:16 -0400 John Rouillard Fix some dev.zope.org links for tales and metal.
Fri, 13 Jul 2018 21:56:08 -0400 John Rouillard Fixing links to chameleon documentation.
Thu, 12 Jul 2018 23:00:08 -0400 John Rouillard Added tag 1.6.0 for changeset dc6cc2dbd70a
Thu, 12 Jul 2018 20:54:40 -0400 John Rouillard add subhead for 1.6.0 release 1.6.0
Thu, 12 Jul 2018 18:31:59 -0400 John Rouillard typo fixes
Wed, 11 Jul 2018 21:13:03 -0400 John Rouillard Checking in the signing key for the 1.6.0 release.
Tue, 10 Jul 2018 20:40:11 -0400 John Rouillard change version from 1.6 to 1.6.0 to match prior minor release versioning.
Tue, 10 Jul 2018 20:35:26 -0400 John Rouillard Update docs on how to tag with mercurial.
Mon, 09 Jul 2018 19:50:19 -0400 John Rouillard fix location of acknowledgements.txt in doc
Sun, 08 Jul 2018 11:34:42 -0400 John Rouillard A real fix for the problem where:
Sat, 07 Jul 2018 22:39:16 -0400 John Rouillard fix typo in path
Sat, 07 Jul 2018 22:38:31 -0400 John Rouillard merge branch/fork: typo fix, changes.txt download url to use https.
Fri, 06 Jul 2018 23:13:04 -0400 John Rouillard update CHANGES.txt with intended release date
Fri, 06 Jul 2018 23:12:15 -0400 John Rouillard fix typo
Fri, 06 Jul 2018 23:11:56 -0400 John Rouillard update download url to use https
Sat, 07 Jul 2018 22:02:41 -0400 John Rouillard Force all uses of random to use SystemRandom and abort if
Thu, 05 Jul 2018 22:48:50 -0400 John Rouillard fix typo in display path for html doc.
Thu, 05 Jul 2018 22:48:24 -0400 John Rouillard Add link to announcement.html. It is for current release only.
Thu, 05 Jul 2018 22:02:58 -0400 John Rouillard More updates for 1.6 release.
Thu, 05 Jul 2018 21:57:10 -0400 John Rouillard Update acknowledgements.txt.
Thu, 05 Jul 2018 21:34:30 -0400 John Rouillard website/www/conf.py needs copyright update and version update.
Thu, 05 Jul 2018 21:32:19 -0400 John Rouillard `` in text was triggering warning of inline literal from sphinx.
Wed, 04 Jul 2018 22:39:08 -0400 John Rouillard Add directions on how to handle issues when updating using hg.
Wed, 27 Jun 2018 15:54:12 +0200 Bernhard Reiter merge
Wed, 27 Jun 2018 15:52:22 +0200 Bernhard Reiter local_replace: improve self-test.
Wed, 27 Jun 2018 12:01:28 +0200 Ralf Schlatterbeck Fix password reset

Roundup Issue Tracker: http://roundup-tracker.org/