- 17 Nov, 2012 7 commits
-
-
Brett Cannon authored
the user to import any parent packages.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Jesus Cea authored
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz.
-
Jesus Cea authored
-
- 16 Nov, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 15 Nov, 2012 2 commits
-
-
Richard Oudkerk authored
-
Andrew Svetlov authored
Patch by Manuel Pégourié-Gonnard
-
- 14 Nov, 2012 5 commits
-
-
Philip Jenvey authored
-
Philip Jenvey authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Vinay Sajip authored
-
- 13 Nov, 2012 2 commits
-
-
Philip Jenvey authored
-
Philip Jenvey authored
-
- 12 Nov, 2012 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Stefan Krah authored
-
Victor Stinner authored
-
- 11 Nov, 2012 18 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Also add tests for ordering and hashing.
-
Antoine Pitrou authored
Also add tests for ordering and hashing.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Nadeem Vawda authored
Patch by Brian Brazil.
-
Nadeem Vawda authored
Patch by Brian Brazil.
-
Gregory P. Smith authored
child subprocess.PIPE parent file descriptors on child error prior to exec(). This would lead to race conditions in multithreaded programs where another thread opened a file reusing the fd which was then closed out from beneath it by the errant second close.
-
Gregory P. Smith authored
child subprocess.PIPE parent file descriptors on child error prior to exec(). This would lead to race conditions in multithreaded programs where another thread opened a file reusing the fd which was then closed out from beneath it by the errant second close.
-
Gregory P. Smith authored
all together and just include the repr of the data in the exception itself instead of the useless string "Unknown". This code path is unlikely to even be possible to take given the nature of the pipe it gets subprocess data from.
-
Gregory P. Smith authored
all together and just include the repr of the data in the exception itself instead of the useless string "Unknown". This code path is unlikely to even be possible to take given the nature of the pipe it gets subprocess data from.
-
Gregory P. Smith authored
happen" print() call into a RuntimeWarning as it should've been in the first place. Because nothing should ever cause unexpected stdout output.
-
Gregory P. Smith authored
happen" print() call into a RuntimeWarning as it should've been in the first place. Because nothing should ever cause unexpected stdout output.
-
Gregory P. Smith authored
used for stdin/stdout/stderr pipes to the child when fork() fails.
-
Gregory P. Smith authored
used for stdin/stdout/stderr pipes to the child when fork() fails.
-
Gregory P. Smith authored
-