log

age author description
Mon, 11 Jan 2016 19:44:02 +0300 anatoly techtonik Preparing 1.5.1 steps 4/16
Mon, 11 Jan 2016 19:04:12 +0300 anatoly techtonik Preparing 1.5.1 steps 3/16
Mon, 11 Jan 2016 17:43:37 +0300 anatoly techtonik Merging reverted "pip develop" compatibility into default
Mon, 11 Jan 2016 14:43:20 +0300 anatoly techtonik build_scripts: self.announce --> log.info because it is visible pip
Mon, 11 Jan 2016 01:28:45 +0300 anatoly techtonik build_scripts: Fix long term bug with setting self.target_platform pip
Mon, 11 Jan 2016 01:20:29 +0300 anatoly techtonik setup.py: Remove legacy support code for Python<2.3 pip
Sat, 09 Jan 2016 20:44:56 +0300 anatoly techtonik Rollback cdfb1a3 - support "pip install --editable ." (issue2550866) pip
Sat, 09 Jan 2016 09:34:38 +0300 anatoly techtonik demo: Cleaning up the code
Fri, 08 Jan 2016 18:04:32 +0300 anatoly techtonik website: Reword code section, explain are why using SF and
Fri, 08 Jan 2016 14:48:31 +0300 anatoly techtonik website: Update "getting code" documentation
Fri, 08 Jan 2016 14:21:06 +0300 anatoly techtonik website: Use path-independent way of Sphinx evoking
Wed, 06 Jan 2016 22:36:55 +0100 Bernhard Reiter issue2550811 20% fix: jinja2 template engine now has an example how to use non-ascii unicode contents with a custom filter ('|u').
Wed, 06 Jan 2016 21:49:26 +0100 Bernhard Reiter jinja2 template: typo fixed.
Wed, 06 Jan 2016 21:31:11 +0100 Bernhard Reiter jinja2: optional requirement added to installation.txt and link to wiki page.
Thu, 13 Aug 2015 14:45:53 +1000 John Kristensen Simplify SimpleXMLRPCDispatcher initialisation
Fri, 13 Feb 2015 00:20:43 +1100 John Kristensen Remove key_in() from roundup.anypy.dbm_
Wed, 06 Jan 2016 16:02:34 +1100 John Kristensen Fix exception handling to be python2.5 compatible
Tue, 05 Jan 2016 22:16:54 +0100 Bernhard Reiter test_jinja2: stub improved, now with proper teardown.
Tue, 05 Jan 2016 21:34:56 +0100 Bernhard Reiter test code cleanup: remove unused variable (which should have been removed with 1873:f63aa57386b0 2003).
Tue, 05 Jan 2016 21:14:02 +0100 Bernhard Reiter CHANGES.txt: Release of 1.5.1 will happen 2016.
Tue, 01 Dec 2015 10:06:14 +0100 Ralf Schlatterbeck Help-Window now gets focus
Sun, 11 Oct 2015 00:06:51 +1100 John Kristensen Remove the tsearch2 backend
Sat, 10 Oct 2015 23:35:51 +1100 John Kristensen Display errors containing HTML with RejectRaw (issue2550847)
Sat, 10 Oct 2015 23:07:17 +1100 John Kristensen Add .travis.yml
Fri, 11 Sep 2015 11:08:34 +0300 anatoly techtonik Update router docstring to reference usage example routing
Fri, 11 Sep 2015 09:44:31 +0300 anatoly techtonik Transform instance.web_handlers to list to maintain order routing
Fri, 11 Sep 2015 08:16:38 +0300 anatoly techtonik Improve docs for registerHandler routing
Thu, 10 Sep 2015 12:33:12 +0300 anatoly techtonik router: Add interactive mode and iterator over urlmap routing
Thu, 10 Sep 2015 11:43:50 +0300 anatoly techtonik Fix unittest warning about deprecated assertEquals routing
Sat, 21 Feb 2015 00:01:00 +1100 John Kristensen Cleanup MANIFEST.in (issue2550714)
Fri, 09 May 2014 17:45:39 +1000 John Kristensen Add comments about supported anypy python versions
Fri, 09 May 2014 23:50:52 +1000 John Kristensen Remove reversed/sorted from roundup.support
Thu, 08 May 2014 18:44:29 +1000 John Kristensen Remove anypy.sets_
Wed, 01 Jul 2015 16:11:12 +0200 Bernhard Reiter Fix issue2550892 (translation error of priority in locale de) Thanks Martin Thomas Swaton for reporting.
Sun, 21 Jun 2015 21:20:10 +0200 Ralf Schlatterbeck Fix form-parsing for multilinks
Sun, 21 Jun 2015 20:55:21 +0200 Ralf Schlatterbeck Fix bug in (Date- or Interval-) Range parsing
Sat, 23 May 2015 23:30:36 +0200 Bernhard Reiter closed issue2550884 roundup-mailgw --help text improved to explain the allowed parameters better. Suggested by by Karl-Philipp Richter.
Sat, 23 May 2015 22:55:27 +0200 Bernhard Reiter CHANGES msg added for issue2550881 fix.
Sat, 23 May 2015 22:50:08 +0200 Bernhard Reiter Fixes issue2550881 (demo.py: Add pointer how to access demo from remote host.)
Tue, 21 Apr 2015 17:38:41 +0200 Ralf Schlatterbeck Add latest changes
Tue, 21 Apr 2015 17:33:06 +0200 Ralf Schlatterbeck Implement (and document) timezone offsets
Tue, 21 Apr 2015 15:49:41 +0200 Ralf Schlatterbeck Make doctests run in date module
Sat, 21 Mar 2015 01:12:45 +1100 John Kristensen Include CHANGES.txt note for issue2550870
Fri, 09 May 2014 18:23:54 +1000 John Kristensen Remove FeedParser shim from anypy.email_
Fri, 09 May 2014 17:32:44 +1000 John Kristensen Remove roundup/anypy/hashlib_.py
Sun, 11 May 2014 01:05:58 +1000 John Kristensen Remove rfc2822.py
Fri, 27 Feb 2015 00:48:25 +1100 John Kristensen Replace rfc822 imports with email package (issue2550870)
Mon, 16 Mar 2015 16:16:02 +0100 Bernhard Reiter issue2550877: Writing headers with the email module will use continuation_ws = ' ' now for python 2.5 and 2.6 when importing anypy.email_.
Mon, 16 Mar 2015 16:11:52 +0100 Bernhard Reiter Added a TODO to remove python 2.3 2.4 support.
Thu, 12 Mar 2015 22:18:35 +0100 Bernhard Reiter Small improvement and fix of issue2550877 added to CHANGES.txt.
Thu, 12 Mar 2015 22:11:20 +0100 Bernhard Reiter issued2550877 fixed, the tests adapted to the more precise header comparison. Added a hint to the code how headers are handled.
Thu, 12 Mar 2015 21:56:49 +0100 Bernhard Reiter Documentation: configuration messages_to_author value "nosy" now documented.
Wed, 11 Mar 2015 21:47:41 +0100 Bernhard Reiter issue2550877 partly fixed.
Wed, 11 Mar 2015 08:50:17 +0100 Bernhard Reiter copied improved local_replace over from website.
Wed, 11 Mar 2015 08:46:29 +0100 Bernhard Reiter Added: Matching hg log output in messages example.
Wed, 11 Mar 2015 08:37:32 +0100 Bernhard Reiter Update for 2550869 fix.
Tue, 10 Mar 2015 22:04:29 +0100 Bernhard Reiter test_mailgw.py fixing the MIME-Version and Precedence duplicate headers of testUnknownUser (partly issue2550877)
Tue, 10 Mar 2015 21:39:52 +0100 Bernhard Reiter Fixing duplicated email headers message-id, reply-to, in-reply-to. (part of issue2550869).
Sun, 08 Feb 2015 00:35:41 +1100 John Kristensen Return error code if run_tests.py fails
Thu, 05 Mar 2015 00:19:42 +1100 John Kristensen Change email package module names to conform v4 (issue2550875)

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