summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add more items; add fragmentary notesAndrew M. Kuchling2008-03-051-14/+166
* #2230: document that PyArg_* leaves addresses alone on error.Georg Brandl2008-03-041-4/+8
* Fix some patch attributions.Georg Brandl2008-03-041-2/+4
* Beef-up docs and tests for itertools. Fix-up end-case for product().Raymond Hettinger2008-03-041-9/+32
* Thesis night results: add various itemsAndrew M. Kuchling2008-03-041-12/+162
* Add versionadded tagsAndrew M. Kuchling2008-03-041-0/+4
* Fix sentence fragmentAndrew M. Kuchling2008-03-041-2/+2
* Grammar fix; markup fixAndrew M. Kuchling2008-03-041-2/+2
* Expand a bit on genexp scopes.Georg Brandl2008-03-031-8/+9
* There are now sixteen isfoo functions.Georg Brandl2008-03-031-1/+1
* Since abc._Abstract was replaces by a new type flags the regression test suit...Christian Heimes2008-03-031-0/+6
* 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