- 01 Feb, 2012 2 commits
-
-
Petri Lehtinen authored
Closes #13676.
-
Raymond Hettinger authored
-
- 31 Jan, 2012 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
- 30 Jan, 2012 3 commits
-
-
Gregory P. Smith authored
being read from the header vs the values being used by fseek and ftell (Py_ssize_t for those) and how they are computed. Py_ssize_t is used for actual file offsets so that files greater than 2gigs could be supported. Updates the Py_BuildValue format string to match (including several existing wrong 'i's that should have been 'l's).
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Jan, 2012 3 commits
-
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Georg Brandl authored
-
Benjamin Peterson authored
-
- 28 Jan, 2012 3 commits
-
-
Antoine Pitrou authored
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk.
-
Antoine Pitrou authored
-
Charles-François Natali authored
by Matt Joiner.
-
- 27 Jan, 2012 8 commits
-
-
Mark Dickinson authored
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round.
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 26 Jan, 2012 4 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Meador Inge authored
-
Raymond Hettinger authored
-
- 25 Jan, 2012 7 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(rather than `-m test.regrtest`)
-
- 24 Jan, 2012 3 commits
-
-
Antoine Pitrou authored
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
-
Benjamin Peterson authored
-
Antoine Pitrou authored
target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions).
-
- 23 Jan, 2012 2 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
- 22 Jan, 2012 3 commits
-
-
Georg Brandl authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-