summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix factual error.Georg Brandl2008-03-021-5/+6
* Make clear that the constants are strings.Georg Brandl2008-03-021-15/+15
* Tighten example code.Raymond Hettinger2008-03-021-1/+1
* Finish-up docs for combinations() and permutations() in itertools.Raymond Hettinger2008-03-021-10/+30
* New default basename for HTML help files.Georg Brandl2008-03-021-1/+1
* Make patchlevel print out the release if called as a script.Georg Brandl2008-03-021-0/+3
* Update year.Georg Brandl2008-03-022-2/+2
* It's 2.6 now.Georg Brandl2008-03-021-1/+1
* More copyright year and version number bumpsv2.6a1Barry Warsaw2008-03-011-1/+1
* #2208: allow for non-standard HHC location.Georg Brandl2008-02-291-3/+4
* Until we got downloadable docs, stop confusing viewers by talking about a non...Georg Brandl2008-02-291-11/+5
* Document impending updates to itertools.Raymond Hettinger2008-02-281-11/+44
* Add repeat keyword argument to itertools.product().Raymond Hettinger2008-02-281-3/+7
* Simply the sample code for combinations().Raymond Hettinger2008-02-271-7/+6
* Add itertools.combinations().Raymond Hettinger2008-02-261-15/+15
* #2194: fix some typos.Georg Brandl2008-02-263-3/+3
* Add a timing flag to Trace so you can see where slowness occursNeal Norwitz2008-02-261-2/+3
* 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