- 22 Oct, 2012 2 commits
- 21 Oct, 2012 4 commits
-
-
Matthias Klose authored
-
Nadeem Vawda authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Brent Tubbs.
-
- 20 Oct, 2012 2 commits
-
-
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.
-
Nick Coghlan authored
-
- 19 Oct, 2012 4 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Giampaolo Rodola' authored
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
-
- 18 Oct, 2012 2 commits
-
-
Mark Dickinson authored
-
Chris Jerdonek authored
-
- 17 Oct, 2012 6 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Patch by Todd Rovito.
-
Antoine Pitrou authored
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Trent Nelson authored
-
Trent Nelson authored
Reported by: Roumen Petrov
-
- 16 Oct, 2012 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Original patch by Felipe Cruz.
-
Trent Nelson authored
-
Trent Nelson authored
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 authored
-
Chris Jerdonek authored
-
- 13 Oct, 2012 1 commit
-
-
Chris Jerdonek authored
This change includes replacing the single-line signature documentation with a more complete multiple-line signature.
-
- 12 Oct, 2012 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
- 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 3 commits
-
-
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.
-
Gregory P. Smith authored
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.
-