log

age author description
Sat, 18 Aug 2018 23:04:22 +0100 Christof Meerwald be more lenient when comparing string results
Sat, 18 Aug 2018 16:38:38 +0000 Joseph Myers Remove 2to3-done.txt (issue2550979).
Sat, 18 Aug 2018 10:05:52 +0100 Christof Meerwald more mentions of updated MySQL client module
Fri, 17 Aug 2018 22:12:48 +0100 Christof Meerwald update link to new mysqlclient module and recommend update in upgrading.txt
Fri, 17 Aug 2018 19:47:09 +0100 Christof Meerwald added circleci configuration to test on Ubuntu 18.04
Fri, 17 Aug 2018 19:46:04 +0100 Christof Meerwald use mysqlclient instead of MySQL-python as its available on Python 2 and 3
Fri, 17 Aug 2018 19:44:12 +0100 Christof Meerwald access exception args in a Python 3 compatible way
Fri, 17 Aug 2018 19:43:12 +0100 Christof Meerwald ignore errors in PGP tests when removing pgphome directory
Thu, 16 Aug 2018 21:14:07 +0100 Christof Meerwald compared sorted lists as order can be random
Thu, 16 Aug 2018 20:34:42 +0100 Christof Meerwald make sure everything is sorted in the xmlrpc schema
Thu, 16 Aug 2018 20:14:09 +0100 Christof Meerwald always encode query parameters in sorted order
Thu, 16 Aug 2018 19:23:14 +0100 Christof Meerwald compare folded headers in mailgw tests
Wed, 15 Aug 2018 21:38:52 +0100 Christof Meerwald mention change from pyme to gpg module for PGP processing
Wed, 15 Aug 2018 07:11:46 +0100 Christof Meerwald set PATH and LD_LIBRARY_PATH for tests
Tue, 14 Aug 2018 23:58:03 +0000 Joseph Myers Install gpgsm in .travis.yml for building gpgme.
Tue, 14 Aug 2018 23:49:19 +0000 Joseph Myers Set GPGME_VERSION in .travis.yml.
Tue, 14 Aug 2018 23:43:45 +0000 Joseph Myers Fix tar commands in .travis.yml.
Tue, 14 Aug 2018 21:28:34 +0100 Christof Meerwald attempt to compile gpgme and dependencies for travis-ci
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

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