- 23 Nov, 2012 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 21 Nov, 2012 3 commits
-
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 20 Nov, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
- 18 Nov, 2012 7 commits
-
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 17 Nov, 2012 5 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
- 16 Nov, 2012 1 commit
-
-
Ezio Melotti authored
-
- 14 Nov, 2012 2 commits
-
-
Philip Jenvey authored
-
Chris Jerdonek authored
-
- 13 Nov, 2012 1 commit
-
-
Philip Jenvey authored
-
- 11 Nov, 2012 14 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Also add tests for ordering and hashing.
-
Gregory P. Smith authored
-
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
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
used for stdin/stdout/stderr pipes to the child when fork() fails.
-
Gregory P. Smith authored
-
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.
-
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.
-
Antoine Pitrou authored
Original patch by Jeff McNeil.
-
- 10 Nov, 2012 2 commits
-
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 09 Nov, 2012 1 commit
-
-
Ezio Melotti authored
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
-