- 17 Kas, 2012 9 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Brett Cannon yazdı
the user to import any parent packages.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Jesus Cea yazdı
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz.
-
Jesus Cea yazdı
-
- 16 Kas, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 15 Kas, 2012 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Andrew Svetlov yazdı
Patch by Manuel Pégourié-Gonnard
-
- 14 Kas, 2012 5 kayıt (commit)
-
-
Philip Jenvey yazdı
-
Philip Jenvey yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Vinay Sajip yazdı
-
- 13 Kas, 2012 2 kayıt (commit)
-
-
Philip Jenvey yazdı
-
Philip Jenvey yazdı
-
- 12 Kas, 2012 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Stefan Krah yazdı
-
Victor Stinner yazdı
-
- 11 Kas, 2012 16 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Also add tests for ordering and hashing.
-
Antoine Pitrou yazdı
Also add tests for ordering and hashing.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Nadeem Vawda yazdı
Patch by Brian Brazil.
-
Nadeem Vawda yazdı
Patch by Brian Brazil.
-
Gregory P. Smith yazdı
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 yazdı
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 yazdı
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 yazdı
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 yazdı
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 yazdı
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 yazdı
used for stdin/stdout/stderr pipes to the child when fork() fails.
-