- 16 Oct, 2012 6 commits
-
-
Trent Nelson authored
files. This fixes a regression introduced by 3.3. Patch by Charles-François Natali.
-
Andrew Svetlov authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 13 Oct, 2012 3 commits
-
-
Chris Jerdonek authored
Improve the documentation of the dict constructor. This change includes replacing the single-line signature documentation with a more complete multiple-line signature.
-
Chris Jerdonek authored
This change includes replacing the single-line signature documentation with a more complete multiple-line signature.
-
Chris Jerdonek authored
-
- 12 Oct, 2012 14 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 11 Oct, 2012 8 commits
-
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
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 9 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.
-