- 11 Nov, 2012 8 commits
-
-
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.
-
- 08 Nov, 2012 7 commits
-
-
Ezio Melotti authored
-
Andrew Svetlov authored
Thanks to Yongzhi Pan.
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 07 Nov, 2012 1 commit
-
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
- 05 Nov, 2012 1 commit
-
-
Nick Coghlan authored
-
- 04 Nov, 2012 4 commits
-
-
Nadeem Vawda authored
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. Patch by Serhiy Storchaka.
-
Ezio Melotti authored
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
-
Mark Dickinson authored
-
Ezio Melotti authored
-
- 03 Nov, 2012 8 commits
-
-
Christian Heimes authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Ezio Melotti authored
#12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka.
-
Ezio Melotti authored
-
Ezio Melotti authored
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
-
- 02 Nov, 2012 1 commit
-
-
Georg Brandl authored
-
- 01 Nov, 2012 7 commits
-
-
Andrew Svetlov authored
Patch by Todd Rovito.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Patch by Zachary Ware.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-