Mercurial > p > roundup > code
graph
-
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
-
Python 3 preparation: unichr.Wed, 25 Jul 2018 09:07:03 +0000, by Joseph Myers
-
Python 3 preparation: unicode.Wed, 25 Jul 2018 09:05:58 +0000, by Joseph Myers
-
Python 3 preparation: use string.ascii_letters instead of string.letters.Wed, 25 Jul 2018 00:40:26 +0000, by Joseph Myers
-
Python 3 preparation: comparisons.Wed, 25 Jul 2018 00:39:37 +0000, by Joseph Myers
-
Python 3 preparation: HTML templates.Wed, 25 Jul 2018 00:37:54 +0000, by Joseph Myers
-
Python 3 preparation: miscellaneous Python scripts not named *.py.Wed, 25 Jul 2018 00:36:40 +0000, by Joseph Myers
-
Python 3 preparation: update HTMLParser / htmlentitydefs imports.Wed, 25 Jul 2018 00:35:49 +0000, by Joseph Myers
-
Python 3 preparation: update SocketServer import.Wed, 25 Jul 2018 00:17:56 +0000, by Joseph Myers
-
Python 3 preparation: update BaseHTTPServer imports.Wed, 25 Jul 2018 00:17:07 +0000, by Joseph Myers
-
Python 3 preparation: update xmlrpclib / SimpleXMLRPCServer imports.Wed, 25 Jul 2018 00:16:00 +0000, by Joseph Myers
-
Python 3 preparation: update httplib imports.Wed, 25 Jul 2018 00:14:40 +0000, by Joseph Myers
-
Python 3 preparation: use isinstance(x, collections.Callable) instead of callable(x).Wed, 25 Jul 2018 00:13:52 +0000, by Joseph Myers
-
Python 3 preparation: use imp.reload instead of reload as needed.Tue, 24 Jul 2018 23:51:41 +0000, by Joseph Myers
-
Python 3 preparation: use __bool__ instead of __nonzero__.Tue, 24 Jul 2018 23:50:25 +0000, by Joseph Myers
-
Python 3 preparation: remove unused ConfigParser import.Tue, 24 Jul 2018 23:49:13 +0000, by Joseph Myers
-
Python 3 preparation: update urllib / urllib2 / urlparse imports.Tue, 24 Jul 2018 23:48:30 +0000, by Joseph Myers
-
Python 3 preparation: replace raw_input uses.Tue, 24 Jul 2018 23:47:10 +0000, by Joseph Myers
-
Python 3 preparation: use // and __truediv__ as needed.Tue, 24 Jul 2018 23:16:09 +0000, by Joseph Myers
-
Python 3 preparation: update map() calls as needed.Tue, 24 Jul 2018 23:14:56 +0000, by Joseph Myers
-
Python 3 preparation: use list() around filter() as needed.Tue, 24 Jul 2018 23:14:04 +0000, by Joseph Myers
-
Python 3 preparation: use list() around zip() as needed.Tue, 24 Jul 2018 23:13:17 +0000, by Joseph Myers
-
Python 3 preparation: update next() usage for iterators.Tue, 24 Jul 2018 23:12:32 +0000, by Joseph Myers
-
Python 3 preparation: update calls to dict methods.Tue, 24 Jul 2018 23:04:42 +0000, by Joseph Myers
-
Python 3 preparation: handle absence of "long" type.Tue, 24 Jul 2018 23:03:35 +0000, by Joseph Myers
