- 12 Eki, 2012 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
- 11 Eki, 2012 6 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ı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 10 Eki, 2012 10 kayıt (commit)
-
-
Brett Cannon yazdı
fromlist which causes its own ImportError (e.g. the module tries to import a non-existent module) should have that exception propagate.
-
Chris Jerdonek yazdı
The doctest examples that illustrate the use of doctest option flags independent of doctest directives should not display doctest directives.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
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.
-
Georg Brandl yazdı
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
-
Chris Jerdonek yazdı
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 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.
-
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.
-
- 09 Eki, 2012 16 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Serhiy Storchaka.
-
Benjamin Peterson yazdı
Patch from Serhiy Storchaka.
-
Eli Bendersky yazdı
Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding.
-
Eli Bendersky yazdı
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 yazdı
-
Andrew Svetlov yazdı
Patch by Berker Peksag.
-
Andrew Svetlov yazdı
Patch by Berker Peksag.
-
Senthil Kumaran yazdı
Patch by Chris Jerdonek. Address Ezio's review comment.
-
Senthil Kumaran yazdı
Patch by Chris Jerdonek. Address Ezio's review comment.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.
-
Chris Jerdonek yazdı
-
- 08 Eki, 2012 1 kayıt (commit)
-
-
Chris Jerdonek yazdı
-