- 11 Nov, 2012 27 commits
-
-
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
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
odd rare errors coming from the subprocess module.
-
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
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
used for stdin/stdout/stderr pipes to the child when fork() fails.
-
Gregory P. Smith authored
when not expected in subprocess.Popen.wait().
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
when not expected in subprocess.Popen.wait().
-
Gregory P. Smith authored
not expected in subprocess.Popen.wait().
-
Gregory P. Smith authored
yet handled by Python to not persist after os.fork() in the child process.
-
Gregory P. Smith authored
yet handled by Python to not persist after os.fork() in the child process.
-
Gregory P. Smith authored
yet handled by Python to not persist after os.fork() in the child process.
-
Nadeem Vawda authored
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. Patch by Serhiy Storchaka.
-
Nadeem Vawda authored
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. Patch by Serhiy Storchaka.
-
Nadeem Vawda authored
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. Patch by Serhiy Storchaka.
-
Nadeem Vawda authored
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 authored
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 authored
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 authored
Original patch by Jeff McNeil.
-
Antoine Pitrou authored
Original patch by Jeff McNeil.
-
Antoine Pitrou authored
Original patch by Jeff McNeil.
-
- 10 Nov, 2012 13 commits
-
-
Gregory P. Smith authored
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.
-
Gregory P. Smith authored
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 authored
-
Stefan Krah authored
-
Gregory P. Smith authored
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.
-
Gregory P. Smith authored
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.
-
Victor Stinner authored
the FreeBSD issue is fixed
-
Mark Dickinson authored
Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length.
-
Victor Stinner authored
Check if data is decoded by os.fsdecode() (filesystem encoding with surrogateescape error handler, PEP 383), not by UTF-8 or the filesystem encoding in strict mode. Use TESTFN_UNDECODABLE in test_cmd_line_script.test_non_ascii() on UNIX.
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-