- 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.
-
- 05 Oct, 2012 4 commits
-
-
Ezio Melotti authored
-
Andrew Svetlov authored
-
Jesus Cea authored
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
-
Jesus Cea authored
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes
-
- 04 Oct, 2012 2 commits
-
-
Andrew Svetlov authored
Thanks to Roger Serwy for patch.
-
Jesus Cea authored
-
- 03 Oct, 2012 3 commits
- 02 Oct, 2012 2 commits
-
-
Andrew Svetlov authored
-
Ezio Melotti authored
-
- 01 Oct, 2012 1 commit
-
-
R David Murray authored
-
- 30 Sep, 2012 3 commits
-
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 29 Sep, 2012 4 commits
-
-
Antoine Pitrou authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
to return a returncode of 0 when the child has already exited or cannot be waited on.
-
R David Murray authored
-
- 28 Sep, 2012 2 commits
-
-
R David Murray authored
-
R David Murray authored
-