summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-191-3/+25
* a much better exampleBenjamin Peterson2009-03-181-18/+7
* I thought this was begging for an exampleBenjamin Peterson2009-03-171-0/+19
* Add token markup.Georg Brandl2009-03-161-1/+1
* Fix markup in re docs and give a mail address in regex howto, so thatGeorg Brandl2009-03-152-2/+2
* #5469: add with statement to list of name-binding constructs.Georg Brandl2009-03-151-3/+4
* #5276: document IDLESTARTUP and .Idle.py.Georg Brandl2009-03-151-0/+18
* #5478: fix copy-paste oversight in function signature.Georg Brandl2009-03-151-1/+1
* #5488: add missing struct member.Georg Brandl2009-03-151-0/+1
* #5491: clarify nested() semantics.Georg Brandl2009-03-151-4/+5
* #5493: clarify __nonzero__ docs.Georg Brandl2009-03-151-4/+5
* #5486: typos.Georg Brandl2009-03-135-11/+11
* Issue 5477: Fix buglet in the itertools documentation.Raymond Hettinger2009-03-121-3/+4
* Add reference to solution for a commonly asked question.Raymond Hettinger2009-03-121-0/+3
* Require implementations for warnings.showwarning() support the 'line' argument.Brett Cannon2009-03-111-3/+2
* Fix typo.Raymond Hettinger2009-03-101-1/+1
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-101-0/+9
* Update the decimal FAQ for the from_float() classmethod and improve the recip...Raymond Hettinger2009-03-101-34/+15
* Clarify the meaning of normal and subnormal.Raymond Hettinger2009-03-101-3/+7
* Update url for the spec.Raymond Hettinger2009-03-101-1/+1
* Fix markup.Raymond Hettinger2009-03-101-1/+1
* gzip and bz2 are context managersBenjamin Peterson2009-03-092-0/+10
* Add missing space.Georg Brandl2009-03-091-1/+1
* #5458: add a note when we started to raise RuntimeErrors.Georg Brandl2009-03-091-1/+6
* Add cross-reference to the collections docs.Raymond Hettinger2009-03-091-0/+6
* Add consume() recipe to itertools docs.Raymond Hettinger2009-03-091-0/+4