- 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.
-
- 09 Oct, 2012 4 commits
-
-
Andrew Svetlov authored
Patch by Berker Peksag.
-
Senthil Kumaran authored
Patch by Chris Jerdonek. Address Ezio's review comment.
-
Vinay Sajip authored
-
Chris Jerdonek authored
Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.
-
- 07 Oct, 2012 4 commits
-
-
Hynek Schlawack authored
Done with great native-speaker help from R. David Murray.
-
Chris Jerdonek authored
This commit rewrites the docstring for int() to incorporate the documentation changes made in issue #16036. It also switches the docstrings for int(), str(), range(), and slice() to use multi-line signatures.
-
Andrew Svetlov authored
Patch by Arne Babenhauserheide.
-
Andrew Svetlov authored
Patch by Arne Babenhauserheide.
-
- 06 Oct, 2012 4 commits
-
-
R David Murray authored
-
Georg Brandl authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-