summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #1096310: document usage of sys.__std*__ a bit better.Georg Brandl2009-03-311-3/+8
* #4882: document named group behavior a bit better.Georg Brandl2009-03-311-7/+9
* #5241: document missing U in regex howto.Georg Brandl2009-03-311-0/+12
* #5227: note that Py_Main doesnt return on SystemExit.Georg Brandl2009-03-311-0/+4
* #5245: note that PyRun_SimpleString doesnt return on SystemExit.Georg Brandl2009-03-311-0/+4
* #837577: note cryptic return value of spawn*e on invalid env dicts.Georg Brandl2009-03-311-1/+3
* #970783: document PyObject_Generic[GS]etAttr.Georg Brandl2009-03-311-0/+21
* #992207: document that the parser only accepts \\n newlines.Georg Brandl2009-03-311-1/+6
* The unittest.TestCase.assertEqual() now displays the differences in lists,Gregory P. Smith2009-03-311-21/+205
* #5417: replace references to undocumented functions by ones to documented fun...Georg Brandl2009-03-311-12/+13
* #1386675: specify WindowsError as the exception, because it has a winerror at...Georg Brandl2009-03-311-9/+8
* #5529: backport new docs of import semantics written by Brett to 2.x.Georg Brandl2009-03-313-52/+177
* #5581: fget argument of abstractproperty is optional as well.Georg Brandl2009-03-311-1/+2
* #5566: fix versionadded from PyLong ssize_t functions.Georg Brandl2009-03-311-3/+3
* #5519: remove reference to Kodos, which seems dead.Georg Brandl2009-03-311-7/+1
* Add various itemsAndrew M. Kuchling2009-03-311-9/+55
* Add more itemsAndrew M. Kuchling2009-03-301-4/+46
* typo fixAndrew M. Kuchling2009-03-301-1/+1
* #5039: make it clear that the impl. note refers to CPython.Georg Brandl2009-03-301-2/+3
* A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),Barry Warsaw2009-03-301-1/+2
* Many editsAndrew M. Kuchling2009-03-301-75/+74
* Add several items and placeholdersAndrew M. Kuchling2009-03-301-42/+90
* Remove commentAndrew M. Kuchling2009-03-301-2/+0
* Typo fixesAndrew M. Kuchling2009-03-301-2/+2
* #5199: make warning about vars() assignment more visible.Georg Brandl2009-03-301-2/+6
* Fix for issue 13095Ronald Oussoren2009-03-301-1/+1
* Fix for issue 896199 (some Carbon modules aren't present in the documentation)Ronald Oussoren2009-03-301-0/+262
* there's actually three methods here #5600Benjamin Peterson2009-03-301-2/+2
* use the awesome new status iteratorBenjamin Peterson2009-03-291-1/+3
* Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 testMark Dickinson2009-03-291-1/+1
* fix consistencyBenjamin Peterson2009-03-291-2/+2
* stop the versionchanged directive from hiding the docsBenjamin Peterson2009-03-291-5/+7
* a more realistic exampleBenjamin Peterson2009-03-291-1/+15
* Add section numbering to some of the larger subdocuments.Georg Brandl2009-03-287-0/+7
* Switch to fixed Sphinx version.Georg Brandl2009-03-281-1/+1
* Fix a typo and be more specificAntoine Pitrou2009-03-281-3/+7
* give os.symlink and os.link() better parameter names #5564Benjamin Peterson2009-03-282-4/+7
* #5324: document __subclasses__().Georg Brandl2009-03-281-0/+11
* Publicize the GC untracking optimizationAntoine Pitrou2009-03-281-0/+8
* rename TestCase.skip() to skipTest() because it causes annoying problems with...Benjamin Peterson2009-03-261-1/+1
* clarify the type of data returnedSkip Montanaro2009-03-251-2/+2
* Add links to related resources.Raymond Hettinger2009-03-241-0/+6
* forgot to document that setUp can be skipped (silly me...)Benjamin Peterson2009-03-231-2/+5
* refactor unittest docsBenjamin Peterson2009-03-231-389/+413
* comply with the evilJavaNamingScheme for attribute namesBenjamin Peterson2009-03-231-2/+2
* implement test skipping and expected failuresBenjamin Peterson2009-03-231-5/+128
* Issue #4688: Add a heuristic so that tuples and dicts containing onlyAntoine Pitrou2009-03-231-0/+25
* Add MutableSet example.Raymond Hettinger2009-03-201-1/+6
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-202-0/+43
* * Add clearer comment to initialization code.Raymond Hettinger2009-03-191-2/+10