- 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 29 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.
-
Gregory P. Smith yazdı
used for stdin/stdout/stderr pipes to the child when fork() fails.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
when not expected in subprocess.Popen.wait().
-
Gregory P. Smith yazdı
not expected in subprocess.Popen.wait().
-
Gregory P. Smith yazdı
yet handled by Python to not persist after os.fork() in the child process.
-
Gregory P. Smith yazdı
yet handled by Python to not persist after os.fork() in the child process.
-
Nadeem Vawda yazdı
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. Patch by Serhiy Storchaka.
-
Nadeem Vawda yazdı
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. Patch by Serhiy Storchaka.
-
Nadeem Vawda yazdı
Additionally, fix a bug where a MemoryError in allocating a bytes object could leave the decompressor object in an invalid state (with its unconsumed_tail member being NULL). Patch by Serhiy Storchaka.
-
Nadeem Vawda yazdı
Additionally, fix a bug where a MemoryError in allocating a bytes object could leave the decompressor object in an invalid state (with its unconsumed_tail member being NULL). Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Original patch by Jeff McNeil.
-
Antoine Pitrou yazdı
Original patch by Jeff McNeil.
-
- 10 Kas, 2012 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
testing were added as part of the issue10050 change that caused the wrong behavior in the first place. now all test cases agree on the behavior.
-
Stefan Krah yazdı
-
Gregory P. Smith yazdı
urllib.request.urlretrieve API now properly supplies a constant non-zero block_size as it did in Python 3.2 and 2.7. This matches the behavior of urllib.request.URLopener.retrieve.
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-