- 11 Oct, 2012 6 commits
-
-
Brian Curtin 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
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 10 Oct, 2012 10 commits
-
-
Brett Cannon authored
fromlist which causes its own ImportError (e.g. the module tries to import a non-existent module) should have that exception propagate.
-
Chris Jerdonek authored
The doctest examples that illustrate the use of doctest option flags independent of doctest directives should not display doctest directives.
-
Georg Brandl authored
-
Georg Brandl authored
-
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.
-
Georg Brandl authored
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
-
Chris Jerdonek authored
This changeset also applies the rendering workaround to the last remaining example in the file that has a doctest directive that should be displayed.
-
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.
-
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 16 commits
-
-
Chris Jerdonek authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Serhiy Storchaka.
-
Benjamin Peterson authored
Patch from Serhiy Storchaka.
-
Eli Bendersky authored
Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding.
-
Eli Bendersky authored
Issue #12322: clarify xpath reference for cases where the path reaches ancestors of the start element. Also add missing markup for a None. Thanks to patrick vrijlandt and Mike Hoy for the report and initial patches.
-
Richard Oudkerk authored
-
Andrew Svetlov authored
Patch by Berker Peksag.
-
Andrew Svetlov authored
Patch by Berker Peksag.
-
Senthil Kumaran authored
Patch by Chris Jerdonek. Address Ezio's review comment.
-
Senthil Kumaran authored
Patch by Chris Jerdonek. Address Ezio's review comment.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.
-
Chris Jerdonek authored
-
- 08 Oct, 2012 2 commits
-
-
Chris Jerdonek authored
-
Hynek Schlawack authored
-
- 07 Oct, 2012 6 commits
-
-
Chris Jerdonek authored
-
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
Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. Patch by Arne Babenhauserheide.
-
Andrew Svetlov authored
Patch by Arne Babenhauserheide.
-
Hynek Schlawack authored
Done with great native-speaker help from R. David Murray.
-
Andrew Svetlov authored
Patch by Arne Babenhauserheide.
-