- 22 Şub, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
- 21 Şub, 2013 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
with 1, as in other lines.
-
Serhiy Storchaka yazdı
-
Ezio Melotti yazdı
-
- 20 Şub, 2013 6 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
-
- 19 Şub, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Alexander Belopolsky.
-
- 18 Şub, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
a unicode argument contains non-BMP character.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 16 Şub, 2013 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
non-greedy repeat. Patch by Matthew Barnett.
-
Serhiy Storchaka yazdı
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on 64-bit).
-
- 15 Şub, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
-
Antoine Pitrou yazdı
-
- 13 Şub, 2013 5 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
file-like objects.
-
Serhiy Storchaka yazdı
with size >= 2**31), instead of producing illegal marshal data.
-
- 12 Şub, 2013 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
the disk is full. Original patch by Amir Szekely.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
An odd bug in OS X 10.4 causes open(2) on a non-existent, invalid-encoded filename to return errno 22, EINVAL: Invalid argument, instead of the expected errno 2, ENOENT: No such file or directory, *if* the containing directory is not empty. That caused frequent failures when running the buildbot tests on 10.4 depending on the state of the test working directory. The failure is easy to reproduce on 10.4 by running the test directly (not with regrtest), first in an empty directory, then after adding a file to it. The fix is to check for and pass if either errno is returned.
-
- 11 Şub, 2013 3 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Backported from patch by Jeremy Kloth.
-
Michael Foord yazdı
-
- 10 Şub, 2013 3 kayıt (commit)
-
-
Michael Foord yazdı
-
Serhiy Storchaka yazdı
-
Mark Dickinson yazdı
-