- 16 Dec, 2013 1 commit
-
-
R David Murray authored
Patch by Vajrasky Kok.
-
- 14 Dec, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 13 Dec, 2013 4 commits
-
-
Brett Cannon authored
parent packages automatically.
-
Victor Stinner authored
argument is not in range [0; 255].
-
Serhiy Storchaka authored
-
Victor Stinner authored
Fix a crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup.
-
- 11 Dec, 2013 5 commits
-
-
Zachary Ware authored
Also, cleaned up an unused import.
-
R David Murray authored
This is a backward compatible partial fix, the complete fix requires raising an error instead of accepting the invalid input, so the real fix is only suitable for 3.4.
-
Serhiy Storchaka authored
return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions.
-
Gregory P. Smith authored
fix to Issue #14635 in Python 3.3.0 to be interpreted as milliseconds instead of seconds when the platform supports select.poll (ie: everywhere). It is now treated as seconds once again.
-
Ned Deily authored
shell window is present. (Original patch by Terry Reedy)
-
- 10 Dec, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
- 08 Dec, 2013 6 commits
-
-
Victor Stinner authored
encoding with the surrogateescape error handler, instead of decoding from the locale encoding in strict mode. It fixes the function on Fedora 19 which is probably the first major distribution release with a non-ASCII name. Patch written by Toshio Kuratomi.
-
Gregory P. Smith authored
communicate rather than 4096 for efficiency. A microbenchmark shows Linux and OS X both using ~50% less cpu time this way.
-
Serhiy Storchaka authored
-
Zachary Ware authored
Patch by Vajrasky Kok.
-
Zachary Ware authored
-
Gregory P. Smith authored
to stdin within subprocess.Popen.communicate. 5-10% less cpu usage.
-
- 05 Dec, 2013 1 commit
-
-
Antoine Pitrou authored
-
- 04 Dec, 2013 3 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Tim Peters authored
(grafted from c80083ad142db2939507800c755082293a87f2de)
-
- 02 Dec, 2013 2 commits
-
-
Walter Doerwald authored
-
Gregory P. Smith authored
descriptor 0, 1 or 2 is closed. The errpipe_write fd will always be >= 3.
-
- 01 Dec, 2013 4 commits
-
-
Alexandre Vassalotti authored
Patch by Daniel Urban.
-
Gregory P. Smith authored
causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4).
-
Gregory P. Smith authored
descriptor 0, 1 or 2 is closed.
-
Alexandre Vassalotti authored
-
- 30 Nov, 2013 3 commits
-
-
Zachary Ware authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
This fix does not cause any degradation in performance.
-
- 28 Nov, 2013 1 commit
-
-
Zachary Ware authored
-
- 29 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 27 Nov, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 26 Nov, 2013 2 commits
-
-
Zachary Ware authored
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
-
Zachary Ware authored
of the time. Patch by Julian Gindi.
-