| 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.
|
| Wed, 25 Jul 2018 10:44:30 +0000 |
Joseph Myers |
Python 3 preparation: avoid string.translate() and string.maketrans().
|
| Wed, 25 Jul 2018 10:43:40 +0000 |
Joseph Myers |
Python 3 preparation: avoid string.join().
|
| Wed, 25 Jul 2018 10:42:42 +0000 |
Joseph Myers |
Python 3 preparation: avoid string.split().
|
| Wed, 25 Jul 2018 10:41:32 +0000 |
Joseph Myers |
Python 3 preparation: HTTP headers handling in roundup_server.py.
|
| Wed, 25 Jul 2018 10:40:38 +0000 |
Joseph Myers |
Python 3 preparation: write bytes to socket in roundup_server.py.
|
| Wed, 25 Jul 2018 10:09:19 +0000 |
Joseph Myers |
Python 3 preparation: use bytes in _gen_nonce.
|
| Wed, 25 Jul 2018 09:56:22 +0000 |
Joseph Myers |
Python 3 preparation: make fallback SysCallError an actual exception class.
|
| Wed, 25 Jul 2018 09:55:10 +0000 |
Joseph Myers |
Python 3 preparation: use bytes more in password handling.
|
| Wed, 25 Jul 2018 09:54:08 +0000 |
Joseph Myers |
Python 3 preparation: use byte strings and binary I/O in roundup/install_util.py.
|
| Wed, 25 Jul 2018 09:53:21 +0000 |
Joseph Myers |
Python 3 preparation: use byte-string argument to base64.decodestring for favicon.
|
| Wed, 25 Jul 2018 09:33:02 +0000 |
Joseph Myers |
Python 3 preparation: update __import__ call for relative import.
|
| Wed, 25 Jul 2018 09:31:50 +0000 |
Joseph Myers |
Python 3 preparation: avoid logging._levelNames.
|
| Wed, 25 Jul 2018 09:30:41 +0000 |
Joseph Myers |
Python 3 preparation: avoid string.find.
|
| Wed, 25 Jul 2018 09:29:34 +0000 |
Joseph Myers |
Python 3 preparation: update email module names.
|
| Wed, 25 Jul 2018 09:27:46 +0000 |
Joseph Myers |
Python 3 preparation: remove obsolete email module monkey patch.
|
| Wed, 25 Jul 2018 09:10:46 +0000 |
Joseph Myers |
Python 3 preparation: avoid obsolete types.*Type names.
|
| Wed, 25 Jul 2018 09:09:28 +0000 |
Joseph Myers |
Python 3 preparation: avoid string.lower.
|
| Wed, 25 Jul 2018 09:08:29 +0000 |
Joseph Myers |
Python 3 preparation: StringIO.
|
| Wed, 25 Jul 2018 09:07:03 +0000 |
Joseph Myers |
Python 3 preparation: unichr.
|
| Wed, 25 Jul 2018 09:05:58 +0000 |
Joseph Myers |
Python 3 preparation: unicode.
|
| Wed, 25 Jul 2018 00:40:26 +0000 |
Joseph Myers |
Python 3 preparation: use string.ascii_letters instead of string.letters.
|
| Wed, 25 Jul 2018 00:39:37 +0000 |
Joseph Myers |
Python 3 preparation: comparisons.
|
| Wed, 25 Jul 2018 00:37:54 +0000 |
Joseph Myers |
Python 3 preparation: HTML templates.
|
| Wed, 25 Jul 2018 00:36:40 +0000 |
Joseph Myers |
Python 3 preparation: miscellaneous Python scripts not named *.py.
|
| Wed, 25 Jul 2018 00:35:49 +0000 |
Joseph Myers |
Python 3 preparation: update HTMLParser / htmlentitydefs imports.
|
| Wed, 25 Jul 2018 00:17:56 +0000 |
Joseph Myers |
Python 3 preparation: update SocketServer import.
|
| Wed, 25 Jul 2018 00:17:07 +0000 |
Joseph Myers |
Python 3 preparation: update BaseHTTPServer imports.
|
| Wed, 25 Jul 2018 00:16:00 +0000 |
Joseph Myers |
Python 3 preparation: update xmlrpclib / SimpleXMLRPCServer imports.
|
| Wed, 25 Jul 2018 00:14:40 +0000 |
Joseph Myers |
Python 3 preparation: update httplib imports.
|
| Wed, 25 Jul 2018 00:13:52 +0000 |
Joseph Myers |
Python 3 preparation: use isinstance(x, collections.Callable) instead of callable(x).
|
| Tue, 24 Jul 2018 23:51:41 +0000 |
Joseph Myers |
Python 3 preparation: use imp.reload instead of reload as needed.
|