- 13 Oct, 2012 1 commit
-
-
Raymond Hettinger authored
-
- 12 Oct, 2012 1 commit
-
-
Gregory P. Smith authored
read or readall methods no longer lose data when an underlying read system call is interrupted within an io module object. IOError is no longer raised due to a read system call returning EINTR from within these methods. This is a backport of changeset 781b95159954 from 3.2. The earlier 2.7 changeset 67dc99a989cd already fixed this for the builtin python 2.x file object.
-
- 11 Oct, 2012 4 commits
-
-
Chris Jerdonek authored
-
Brian Curtin authored
Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 10 Oct, 2012 4 commits
-
-
Chris Jerdonek authored
-
Georg Brandl authored
-
Georg Brandl authored
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
-
Chris Jerdonek authored
-
- 09 Oct, 2012 3 commits
-
-
Senthil Kumaran authored
Patch by Chris Jerdonek. Address Ezio's review comment.
-
Vinay Sajip authored
-
Chris Jerdonek authored
-
- 08 Oct, 2012 1 commit
-
-
Chris Jerdonek authored
-
- 07 Oct, 2012 3 commits
-
-
Andrew Svetlov authored
Patch by Arne Babenhauserheide.
-
Andrew Svetlov authored
Patch by Arne Babenhauserheide.
-
Mark Dickinson authored
-
- 06 Oct, 2012 2 commits
-
-
R David Murray authored
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
- 05 Oct, 2012 2 commits
- 04 Oct, 2012 5 commits
-
-
Andrew Svetlov authored
Thanks to Roger Serwy for patch.
-
Jesus Cea authored
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Solve a 2.7 bootstrap issue
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
- 03 Oct, 2012 4 commits
-
-
Nick Coghlan authored
Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives
-
Nick Coghlan authored
-
Jesus Cea authored
-
Jesus Cea authored
-
- 02 Oct, 2012 1 commit
-
-
Ezio Melotti authored
-
- 01 Oct, 2012 2 commits
-
-
Chris Jerdonek authored
See changeset 6ccb04c4cbae for the corresponding 3.3 change.
-
R David Murray authored
-
- 30 Sep, 2012 3 commits
-
-
Ezio Melotti authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 29 Sep, 2012 4 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
return a returncode of 0 when the child has already exited or cannot be waited on.
-
Chris Jerdonek authored
-
R David Murray authored
-