- 20 Feb, 2013 6 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
R David Murray authored
-
- 19 Feb, 2013 1 commit
-
-
R David Murray authored
Patch by Alexander Belopolsky.
-
- 18 Feb, 2013 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
a unicode argument contains non-BMP character.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 16 Feb, 2013 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
non-greedy repeat. Patch by Matthew Barnett.
-
Serhiy Storchaka authored
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on 64-bit).
-
- 15 Feb, 2013 2 commits
-
-
Ezio Melotti authored
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
-
Antoine Pitrou authored
-
- 13 Feb, 2013 5 commits
-
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
file-like objects.
-
Serhiy Storchaka authored
with size >= 2**31), instead of producing illegal marshal data.
-
- 12 Feb, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
the disk is full. Original patch by Amir Szekely.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
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 Feb, 2013 3 commits
-
-
R David Murray authored
-
R David Murray authored
Backported from patch by Jeremy Kloth.
-
Michael Foord authored
-
- 10 Feb, 2013 6 commits
-
-
Michael Foord authored
-
Serhiy Storchaka authored
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 09 Feb, 2013 3 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
when running scripts that terminated by raising SystemExit (i.e. unittest and turtledemo).
-