- 22 Eki, 2012 2 kayıt (commit)
- 21 Eki, 2012 4 kayıt (commit)
-
-
Matthias Klose yazdı
-
Nadeem Vawda yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Brent Tubbs.
-
- 20 Eki, 2012 2 kayıt (commit)
-
-
Ned Deily yazdı
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.
-
Nick Coghlan yazdı
-
- 19 Eki, 2012 4 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Giampaolo Rodola yazdı
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
-
- 18 Eki, 2012 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Chris Jerdonek yazdı
-
- 17 Eki, 2012 6 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Patch by Todd Rovito.
-
Antoine Pitrou yazdı
-
Andrew Svetlov yazdı
Thanks to Yongzhi Pan from docs@
-
Trent Nelson yazdı
-
Trent Nelson yazdı
Reported by: Roumen Petrov
-
- 16 Eki, 2012 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Original patch by Felipe Cruz.
-
Trent Nelson yazdı
-
Trent Nelson yazdı
Specifically, make sure the 'Object', 'Python' and 'Include' directories in the build directory take precedence over the source directory if we're an out-of-tree build. Fix typeslots.inc so that it gets generated into the build directory.
-
Vinay Sajip yazdı
-
Chris Jerdonek yazdı
-
- 13 Eki, 2012 1 kayıt (commit)
-
-
Chris Jerdonek yazdı
This change includes replacing the single-line signature documentation with a more complete multiple-line signature.
-
- 12 Eki, 2012 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
- 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 3 kayıt (commit)
-
-
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.
-
Gregory P. Smith yazdı
misleading error message stating that args[0] did not exist when either the cwd or executable keyword arguments specified a path that did not exist. It now keeps track of if the child got as far as preexec and reports it if not back to the parent via a special "noexec" error message value in the error pipe so that the cwd can be blamed for a failed chdir instead of the exec of the executable being blamed instead. The executable is also always reported accurately when exec fails. Unittests enhanced to cover these cases.
-