- 03 Eki, 2014 10 kayıt (commit)
-
-
R David Murray yazdı
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 yazdı
-
Zachary Ware yazdı
Reported by Scott Hinton on docs@.
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
characters (U+0000..U+001f and U+007f).
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common case that the second argument has metaclass "type".
-
R David Murray yazdı
-
R David Murray yazdı
Python3 does not have the bug covered by the issue.
-
- 02 Eki, 2014 23 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
not only source SUPPORTED file in glibc sources tree.
-
Serhiy Storchaka yazdı
Remove just added the sr_rs.utf8@latn alias because it is derived from sr_rs@latin.
-
Serhiy Storchaka yazdı
derived from sr_rs@latin.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
- 01 Eki, 2014 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The makelocalealias.py script no longer ignores UTF-8 mapping.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
The makelocalealias.py script now can parse the SUPPORTED file from glibc sources and supports command line options for source paths.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patch by Georg Brandl.
-