- 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 4 commits
-
-
Georg Brandl authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
an actual function.
-
- 21 Jan, 2012 8 commits
-
-
Gregory P. Smith authored
"oops" while rearranging the #defines.
-
Gregory P. Smith authored
Many lack readdir64, use readdir. Only use readdir64 on solaris where it is required to work around a solaris bug.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are.
-
Gregory P. Smith authored
-
Antoine Pitrou authored
Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods.
-
Sandro Tosi authored
-
Senthil Kumaran authored
-
- 20 Jan, 2012 4 commits
-
-
Łukasz Langa authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Meador Inge authored
-