- 27 Oct, 2012 1 commit
-
-
Trent Nelson authored
-
- 26 Oct, 2012 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
- 24 Oct, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 23 Oct, 2012 1 commit
-
-
Petri Lehtinen authored
Original patch by Matti Picus.
-
- 22 Oct, 2012 2 commits
- 21 Oct, 2012 4 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Brent Tubbs.
-
- 20 Oct, 2012 1 commit
-
-
Ned Deily authored
and IDLE Help file. (Thanks to Nick ODell and Todd Rovito for suggestions.) Update Debug menu options in docs to match current code plus various other minor IDLE doc and help edits.
-
- 19 Oct, 2012 3 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 18 Oct, 2012 3 commits
-
-
Trent Nelson authored
The backport from 3.2 included a few things not appropriate for 2.7.
-
Trent Nelson authored
This fixes failing tests on Solaris 10.
-
Trent Nelson authored
-
- 17 Oct, 2012 3 commits
-
-
Trent Nelson authored
-
Andrew Svetlov authored
Patch by Todd Rovito.
-
Trent Nelson authored
Reported by: Roumen Petrov
-
- 16 Oct, 2012 14 commits
-
-
Antoine Pitrou authored
-
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.
-