- 16 Oct, 2012 13 commits
-
-
Antoine Pitrou authored
Original patch by Felipe Cruz.
-
Trent Nelson authored
-
Trent Nelson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Trent Nelson authored
Unlike 3.2, 3.3 and 3.x, which add "-IObjects -IPython -IInclude" to BASECPPFLAGS when building out-of-tree, 2.7 only needs to add -IInclude (for Python-ast.h and graminit.h).
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Vinay Sajip authored
-
Chris Jerdonek authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Chris Jerdonek authored
-
- 13 Oct, 2012 2 commits
-
-
Chris Jerdonek authored
Improve the documentation of the dict constructor. This change includes replacing the single-line signature documentation with a more complete multiple-line signature.
-
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
-