- 03 Oct, 2014 10 commits
-
-
R David Murray authored
A debian code search (by Tshepang Lekhonkhobe) turned up only one package checking email.__version__...and it was the 2.7-only mailman package. Since Barry approves this change, it seems safe enough to make it...
-
Zachary Ware authored
-
Zachary Ware authored
Reported by Scott Hinton on docs@.
-
R David Murray authored
-
R David Murray authored
The test needs to be skipped if unicodedata is either part of the main binary (a repackaging of cpython on Windows?) or has python source (pypy?). PEP 3147 makes __file__ point to the .py source, so we need to change the extension check from looking for the old .pyc/.pyo to just looking for .py. Note that this skip should never trigger on CPython itself, so one could argue it should be dropped instead. But since it exists, why risk breaking someone else's python.
-
Victor Stinner authored
characters (U+0000..U+001f and U+007f).
-
Antoine Pitrou authored
-
Georg Brandl authored
Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common case that the second argument has metaclass "type".
-
R David Murray authored
-
R David Murray authored
Python3 does not have the bug covered by the issue.
-
- 02 Oct, 2014 23 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
not only source SUPPORTED file in glibc sources tree.
-
Serhiy Storchaka authored
Remove just added the sr_rs.utf8@latn alias because it is derived from sr_rs@latin.
-
Serhiy Storchaka authored
derived from sr_rs@latin.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
- 01 Oct, 2014 7 commits
-
-
Serhiy Storchaka authored
The makelocalealias.py script no longer ignores UTF-8 mapping.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
The makelocalealias.py script now can parse the SUPPORTED file from glibc sources and supports command line options for source paths.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patch by Georg Brandl.
-