log

age author description
Sun, 12 Aug 2018 16:44:41 +0100 Christof Meerwald temporarily disable gpg on CI test enironment
Sun, 12 Aug 2018 16:17:14 +0100 Christof Meerwald use gpg module instead of pyme module for PGP encryption
Sun, 12 Aug 2018 16:15:10 +0100 Christof Meerwald updated mailgw to no longer use mimetools based on jerrykan's patch
Sun, 12 Aug 2018 16:05:42 +0100 Christof Meerwald blobfiles now always stores/returns bytes
Mon, 06 Aug 2018 20:52:15 +0100 Christof Meerwald fixed encoding issues for Xapian indexer
Sun, 05 Aug 2018 14:04:47 +0100 Christof Meerwald removed unused import of os module
Sun, 05 Aug 2018 14:04:01 +0100 Christof Meerwald updated changelog for random number rework
Sat, 04 Aug 2018 22:40:16 +0100 Christof Meerwald reworked random number use
Sun, 05 Aug 2018 11:45:43 +0000 Joseph Myers Use print_function import everywhere using print.
Fri, 03 Aug 2018 19:29:00 -0400 John Rouillard Change count of number of ways to run roundup to "multiple".
Thu, 02 Aug 2018 20:56:01 +0100 Christof Meerwald create input elements with attributes in a defined (sorted) order
Thu, 02 Aug 2018 19:56:28 +0100 Christof Meerwald fixed string encoding in test case
Thu, 02 Aug 2018 07:19:23 +0100 Christof Meerwald use PBKDF2 implementation from Python's hashlib, if available
Wed, 01 Aug 2018 22:54:10 +0100 Christof Meerwald conditionally install MySQL-python and pyme on Python 2 only
Wed, 01 Aug 2018 22:03:50 +0100 Christof Meerwald helper to allow comparing dicts and None values in Python 3
Tue, 31 Jul 2018 22:12:49 +0100 Christof Meerwald add search page to jinja2 template
Tue, 31 Jul 2018 21:48:37 +0100 Christof Meerwald address Unicode encoding issues in jinja2 template
Sun, 29 Jul 2018 15:52:15 +0100 Christof Meerwald removed FasterStringIO
Mon, 30 Jul 2018 22:09:48 +0100 Christof Meerwald applied remaining part of original patch 045 (slightly modified)
Sun, 29 Jul 2018 02:45:39 +0100 Christof Meerwald encoding fixes in test cases
Sun, 29 Jul 2018 02:00:24 +0100 Christof Meerwald use .args for exception information
Sun, 29 Jul 2018 01:33:07 +0100 Christof Meerwald encoding fixes
Sun, 29 Jul 2018 01:31:48 +0100 Christof Meerwald mailer string encoding fixes
Sun, 29 Jul 2018 00:50:23 +0100 Christof Meerwald expect bytes from XMLRPC tests
Sun, 29 Jul 2018 00:49:54 +0100 Christof Meerwald check excpetion.args instead of exception.message
Sat, 28 Jul 2018 22:39:24 +0100 Christof Meerwald handle words starting with unicode characters
Sat, 28 Jul 2018 22:28:13 +0100 Christof Meerwald only compare sorted output as order depends on implementation details
Sat, 28 Jul 2018 22:01:46 +0100 Christof Meerwald fix tests for Python 3
Sat, 28 Jul 2018 20:41:06 +0100 Christof Meerwald strings have an __iter__ method on Python 3, but we don't want to consider them iterable
Sat, 28 Jul 2018 20:34:31 +0100 Christof Meerwald Python 3 built-in types can't be compared against None
Sat, 28 Jul 2018 20:21:59 +0100 Christof Meerwald keep test code in sync with real implementation
Sat, 28 Jul 2018 14:12:06 +0100 Christof Meerwald fixed backend detection for Python 3
Sat, 28 Jul 2018 14:11:18 +0100 Christof Meerwald only conditionally import mimetools
Tue, 24 Jul 2018 22:41:39 +0100 Christof Meerwald fixed memorydb string encoding
Tue, 24 Jul 2018 21:39:37 +0100 Christof Meerwald Python 3 compatibility for missing / mock value
Tue, 24 Jul 2018 21:25:38 +0100 Christof Meerwald container modification while iterating over it
Tue, 24 Jul 2018 21:25:09 +0100 Christof Meerwald export csv as text file
Mon, 23 Jul 2018 22:21:52 +0100 Christof Meerwald fixed encoding issues in mailer
Mon, 23 Jul 2018 21:45:05 +0100 Christof Meerwald fix MissingValue / MockNull to return False on __bool__ and add a
Mon, 23 Jul 2018 21:43:39 +0100 Christof Meerwald fix encoding in handle_xmlrpc
Mon, 23 Jul 2018 21:41:23 +0100 Christof Meerwald import UserDict from collections or UserDict
Mon, 23 Jul 2018 21:40:31 +0100 Christof Meerwald fix encoding for hash functions
Mon, 23 Jul 2018 21:39:46 +0100 Christof Meerwald use exception.args instead of exception.message
Sun, 22 Jul 2018 22:38:53 +0100 Christof Meerwald fixed incorrect usage of BytesIO
Sat, 21 Jul 2018 19:39:03 +0100 Christof Meerwald fixed encoding for long_description
Sat, 21 Jul 2018 16:29:20 +0100 Christof Meerwald replaced msgfmt.py with latest version supporting Python 3
Thu, 19 Jul 2018 22:24:12 +0100 Christof Meerwald only encode output on Python 2
Thu, 19 Jul 2018 22:23:53 +0100 Christof Meerwald set key for history sort to avoid sorting history args (could be a dict)
Thu, 19 Jul 2018 21:58:24 +0100 Christof Meerwald better detection if we need a gettext workaround
Thu, 19 Jul 2018 21:27:49 +0100 Christof Meerwald fix infinite recursion in Python3
Wed, 25 Jul 2018 12:32:26 +0000 Joseph Myers Python 3 preparation: convert string content to bytes for file storage.
Wed, 25 Jul 2018 12:31:32 +0000 Joseph Myers Python 3 preparation: convert dbm keys back from bytes to strings.
Wed, 25 Jul 2018 12:30:25 +0000 Joseph Myers Python 3 preparation: use // division in HTML templates.
Wed, 25 Jul 2018 12:29:08 +0000 Joseph Myers Python 3 preparation: avoid assigning to instance __getitem__ in TruthDict.
Wed, 25 Jul 2018 12:28:08 +0000 Joseph Myers Python 3 preparation: use bytes in _gen_sid.
Wed, 25 Jul 2018 11:44:49 +0000 Joseph Myers Python 3 preparation: use bytes in anti_csrf_nonce.
Wed, 25 Jul 2018 11:44:01 +0000 Joseph Myers Python 3 preparation: update string translate method call in cgi/accept_language.py.
Wed, 25 Jul 2018 11:42:51 +0000 Joseph Myers Python 3 preparation: avoid basestring.
Wed, 25 Jul 2018 11:42:02 +0000 Joseph Myers Python 3 preparation: send bytes to socket in cgi/client.py.
Wed, 25 Jul 2018 11:40:44 +0000 Joseph Myers Python 3 preparation: update tokenize use in cgitb.py.

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