Mercurial > p > roundup > code
graph
-
applied remaining part of original patch 045 (slightly modified)Mon, 30 Jul 2018 22:09:48 +0100, by Christof Meerwald
-
encoding fixes in test casesSun, 29 Jul 2018 02:45:39 +0100, by Christof Meerwald
-
use .args for exception informationSun, 29 Jul 2018 02:00:24 +0100, by Christof Meerwald
-
encoding fixesSun, 29 Jul 2018 01:33:07 +0100, by Christof Meerwald
-
mailer string encoding fixesSun, 29 Jul 2018 01:31:48 +0100, by Christof Meerwald
-
expect bytes from XMLRPC testsSun, 29 Jul 2018 00:50:23 +0100, by Christof Meerwald
-
check excpetion.args instead of exception.messageSun, 29 Jul 2018 00:49:54 +0100, by Christof Meerwald
-
handle words starting with unicode charactersSat, 28 Jul 2018 22:39:24 +0100, by Christof Meerwald
-
only compare sorted output as order depends on implementation detailsSat, 28 Jul 2018 22:28:13 +0100, by Christof Meerwald
-
fix tests for Python 3Sat, 28 Jul 2018 22:01:46 +0100, by Christof Meerwald
-
strings have an __iter__ method on Python 3, but we don't want to consider them iterableSat, 28 Jul 2018 20:41:06 +0100, by Christof Meerwald
-
Python 3 built-in types can't be compared against NoneSat, 28 Jul 2018 20:34:31 +0100, by Christof Meerwald
-
keep test code in sync with real implementationSat, 28 Jul 2018 20:21:59 +0100, by Christof Meerwald
-
fixed backend detection for Python 3Sat, 28 Jul 2018 14:12:06 +0100, by Christof Meerwald
-
only conditionally import mimetoolsSat, 28 Jul 2018 14:11:18 +0100, by Christof Meerwald
-
fixed memorydb string encodingTue, 24 Jul 2018 22:41:39 +0100, by Christof Meerwald
-
Python 3 compatibility for missing / mock valueTue, 24 Jul 2018 21:39:37 +0100, by Christof Meerwald
-
container modification while iterating over itTue, 24 Jul 2018 21:25:38 +0100, by Christof Meerwald
-
export csv as text fileTue, 24 Jul 2018 21:25:09 +0100, by Christof Meerwald
-
fixed encoding issues in mailerMon, 23 Jul 2018 22:21:52 +0100, by Christof Meerwald
-
fix MissingValue / MockNull to return False on __bool__ and add aMon, 23 Jul 2018 21:45:05 +0100, by Christof Meerwald
-
fix encoding in handle_xmlrpcMon, 23 Jul 2018 21:43:39 +0100, by Christof Meerwald
-
import UserDict from collections or UserDictMon, 23 Jul 2018 21:41:23 +0100, by Christof Meerwald
-
fix encoding for hash functionsMon, 23 Jul 2018 21:40:31 +0100, by Christof Meerwald
-
use exception.args instead of exception.messageMon, 23 Jul 2018 21:39:46 +0100, by Christof Meerwald
-
fixed incorrect usage of BytesIOSun, 22 Jul 2018 22:38:53 +0100, by Christof Meerwald
-
fixed encoding for long_descriptionSat, 21 Jul 2018 19:39:03 +0100, by Christof Meerwald
-
replaced msgfmt.py with latest version supporting Python 3Sat, 21 Jul 2018 16:29:20 +0100, by Christof Meerwald
-
only encode output on Python 2Thu, 19 Jul 2018 22:24:12 +0100, by Christof Meerwald
-
set key for history sort to avoid sorting history args (could be a dict)Thu, 19 Jul 2018 22:23:53 +0100, by Christof Meerwald
-
better detection if we need a gettext workaroundThu, 19 Jul 2018 21:58:24 +0100, by Christof Meerwald
-
fix infinite recursion in Python3Thu, 19 Jul 2018 21:27:49 +0100, by Christof Meerwald
-
Python 3 preparation: convert string content to bytes for file storage.Wed, 25 Jul 2018 12:32:26 +0000, by Joseph Myers
-
Python 3 preparation: convert dbm keys back from bytes to strings.Wed, 25 Jul 2018 12:31:32 +0000, by Joseph Myers
-
Python 3 preparation: use // division in HTML templates.Wed, 25 Jul 2018 12:30:25 +0000, by Joseph Myers
-
Python 3 preparation: avoid assigning to instance __getitem__ in TruthDict.Wed, 25 Jul 2018 12:29:08 +0000, by Joseph Myers
-
Python 3 preparation: use bytes in _gen_sid.Wed, 25 Jul 2018 12:28:08 +0000, by Joseph Myers
-
Python 3 preparation: use bytes in anti_csrf_nonce.Wed, 25 Jul 2018 11:44:49 +0000, by Joseph Myers
-
Python 3 preparation: update string translate method call in cgi/accept_language.py.Wed, 25 Jul 2018 11:44:01 +0000, by Joseph Myers
-
Python 3 preparation: avoid basestring.Wed, 25 Jul 2018 11:42:51 +0000, by Joseph Myers
-
Python 3 preparation: send bytes to socket in cgi/client.py.Wed, 25 Jul 2018 11:42:02 +0000, by Joseph Myers
-
Python 3 preparation: update tokenize use in cgitb.py.Wed, 25 Jul 2018 11:40:44 +0000, by Joseph Myers
-
Python 3 preparation: avoid string.translate() and string.maketrans().Wed, 25 Jul 2018 10:44:30 +0000, by Joseph Myers
-
Python 3 preparation: avoid string.join().Wed, 25 Jul 2018 10:43:40 +0000, by Joseph Myers
-
Python 3 preparation: avoid string.split().Wed, 25 Jul 2018 10:42:42 +0000, by Joseph Myers
-
Python 3 preparation: HTTP headers handling in roundup_server.py.Wed, 25 Jul 2018 10:41:32 +0000, by Joseph Myers
-
Python 3 preparation: write bytes to socket in roundup_server.py.Wed, 25 Jul 2018 10:40:38 +0000, by Joseph Myers
-
Python 3 preparation: use bytes in _gen_nonce.Wed, 25 Jul 2018 10:09:19 +0000, by Joseph Myers
-
Python 3 preparation: make fallback SysCallError an actual exception class.Wed, 25 Jul 2018 09:56:22 +0000, by Joseph Myers
-
Python 3 preparation: use bytes more in password handling.Wed, 25 Jul 2018 09:55:10 +0000, by Joseph Myers
-
Python 3 preparation: use byte strings and binary I/O in roundup/install_util.py.Wed, 25 Jul 2018 09:54:08 +0000, by Joseph Myers
-
Python 3 preparation: use byte-string argument to base64.decodestring for favicon.Wed, 25 Jul 2018 09:53:21 +0000, by Joseph Myers
-
Python 3 preparation: update __import__ call for relative import.Wed, 25 Jul 2018 09:33:02 +0000, by Joseph Myers
-
Python 3 preparation: avoid logging._levelNames.Wed, 25 Jul 2018 09:31:50 +0000, by Joseph Myers
-
Python 3 preparation: avoid string.find.Wed, 25 Jul 2018 09:30:41 +0000, by Joseph Myers
-
Python 3 preparation: update email module names.Wed, 25 Jul 2018 09:29:34 +0000, by Joseph Myers
-
Python 3 preparation: remove obsolete email module monkey patch.Wed, 25 Jul 2018 09:27:46 +0000, by Joseph Myers
-
Python 3 preparation: avoid obsolete types.*Type names.Wed, 25 Jul 2018 09:10:46 +0000, by Joseph Myers
-
Python 3 preparation: avoid string.lower.Wed, 25 Jul 2018 09:09:28 +0000, by Joseph Myers
-
Python 3 preparation: StringIO.Wed, 25 Jul 2018 09:08:29 +0000, by Joseph Myers
