- 16 Eki, 2012 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
Original patch by Felipe Cruz.
-
Trent Nelson yazdı
-
Trent Nelson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Trent Nelson yazdı
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 yazdı
-
Andrew Svetlov yazdı
-
Vinay Sajip yazdı
-
Chris Jerdonek yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Chris Jerdonek yazdı
-
- 13 Eki, 2012 2 kayıt (commit)
-
-
Chris Jerdonek yazdı
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 yazdı
-
- 12 Eki, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
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 Eki, 2012 4 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Brian Curtin yazdı
Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 10 Eki, 2012 4 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
-
Chris Jerdonek yazdı
-
- 09 Eki, 2012 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
Patch by Chris Jerdonek. Address Ezio's review comment.
-
Vinay Sajip yazdı
-
Chris Jerdonek yazdı
-
- 08 Eki, 2012 1 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
- 07 Eki, 2012 3 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Arne Babenhauserheide.
-
Andrew Svetlov yazdı
Patch by Arne Babenhauserheide.
-
Mark Dickinson yazdı
-
- 06 Eki, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 05 Eki, 2012 2 kayıt (commit)
- 04 Eki, 2012 5 kayıt (commit)
-
-
Andrew Svetlov yazdı
Thanks to Roger Serwy for patch.
-
Jesus Cea yazdı
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Solve a 2.7 bootstrap issue
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-