summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Banish tab.Georg Brandl2008-02-261-1/+1
* Docs for itertools.combinations(). Implementation in forthcoming checkin.Raymond Hettinger2008-02-261-2/+44
* Revert r61029.Georg Brandl2008-02-252-12/+1
* Rename sphinx.addons to sphinx.ext.Georg Brandl2008-02-251-1/+1
* Add minor markup for a string.Brett Cannon2008-02-251-3/+3
* Remove stray wordAndrew M. Kuchling2008-02-241-1/+1
* Specify what kind of warning -3 emits.Georg Brandl2008-02-231-0/+2
* Document import ./. threading issues. #1720705.Georg Brandl2008-02-232-1/+12
* #1506171: added operator.methodcaller().Georg Brandl2008-02-231-0/+11
* #1826: allow dotted attribute paths in operator.attrgetter.Georg Brandl2008-02-231-2/+8
* #1825: correctly document msilib.add_data.Georg Brandl2008-02-231-5/+11
* Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-0/+62
* #2101: fix removeAttribute docs.Georg Brandl2008-02-231-2/+2
* Documentation coverage builder, part 1.Georg Brandl2008-02-233-3/+47
* #835521: Add index entries for various pickle-protocol methods and attributesAndrew M. Kuchling2008-02-231-0/+13
* #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.Andrew M. Kuchling2008-02-232-15/+16
* #2161: Fix opcode name.Georg Brandl2008-02-231-1/+1
* #2072: correct documentation for .rpc_pathsAndrew M. Kuchling2008-02-231-2/+8
* More difflib examples. Written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-2/+112
* Issue 1089358. Adds the siginterrupt() function, that is just aFacundo Batista2008-02-231-0/+15
* #1492: allow overriding BaseHTTPServer's content type for error messages.Georg Brandl2008-02-231-0/+9
* Issue 1781. Now ConfigParser.add_section does not let you add aFacundo Batista2008-02-231-2/+3
* Add recipe using itertools.product().Raymond Hettinger2008-02-231-0/+6
* Document itertools.product().Raymond Hettinger2008-02-221-0/+23
* Another fix.Georg Brandl2008-02-221-1/+1
* Don't reference pyshell.Georg Brandl2008-02-221-1/+1
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-2225-35/+35
* Part of #2154: minimal syntax fixes in doc example snippets.Georg Brandl2008-02-212-6/+6
* #2079: typo in userdict docs.Georg Brandl2008-02-211-1/+1
* Fixes contributed by Ori Avtalion.Georg Brandl2008-02-201-3/+6
* Issue #1916. Added isgenerator() and isgeneratorfunction() toFacundo Batista2008-02-181-1/+37
* Fix function name.Georg Brandl2008-02-171-1/+1
* #2131: note that codecs.open() always opens files in binary mode.Georg Brandl2008-02-171-1/+9
* #2120: broken links in advocacy document.Georg Brandl2008-02-161-5/+5
* Update example to match the current syntax.Raymond Hettinger2008-02-151-1/+1
* Try to correct a markup error that does hide the following paragraph.Thomas Heller2008-02-141-1/+0
* Fix markupRaymond Hettinger2008-02-141-1/+1
* Simplify moneyfmt() recipe.Raymond Hettinger2008-02-141-13/+5
* Implemented Martin's suggestion to clear the free lists during the garbage co...Christian Heimes2008-02-143-0/+21
* Fix markup.Raymond Hettinger2008-02-141-1/+1
* Show how to remove exponents.Raymond Hettinger2008-02-141-0/+11
* Improve rst markupRaymond Hettinger2008-02-141-6/+5
* Add fixed-point examples to the decimal FAQRaymond Hettinger2008-02-141-3/+30
* Fix decimal repr which should have used single quotes like other reprs.Raymond Hettinger2008-02-141-91/+91
* Add pickle support to ctypes types.Thomas Heller2008-02-131-0/+5
* #2063: correct order of utime and stime in os.times()Georg Brandl2008-02-131-1/+1
* Implementation of Fraction.limit_denominator.Mark Dickinson2008-02-121-0/+18
* Restore fractions.rst to the document tree.Raymond Hettinger2008-02-121-1/+1
* Backport ABC docsRaymond Hettinger2008-02-111-8/+120
* Fix markupRaymond Hettinger2008-02-111-1/+1