summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add MutableSet example.Raymond Hettinger2009-03-201-1/+5
* Issue 5477: Fix buglet in the itertools documentation.Raymond Hettinger2009-03-121-3/+4
* Merged revisions 70197 via svnmerge fromGregory P. Smith2009-03-101-1/+1
* Fix typo.Raymond Hettinger2009-03-101-1/+1
* Fix markup.Raymond Hettinger2009-03-101-1/+1
* 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
* Issue 5443: Fix typo.Raymond Hettinger2009-03-091-1/+1
* Merged revisions 70088 via svnmerge fromGregory P. Smith2009-03-021-8/+12
* Fix docs for ConfigParser.Raymond Hettinger2009-03-011-2/+2
* Fix typo.Raymond Hettinger2009-02-261-1/+1
* Remove reference to zero argument form of super() in 2.x docs.Raymond Hettinger2009-02-251-2/+1
* More markup and spelling fixes.Raymond Hettinger2009-02-251-6/+6
* Backport doc updates for super().Raymond Hettinger2009-02-251-13/+26
* Sync-up itertools docs with Py3.1 version.Raymond Hettinger2009-02-231-49/+77
* Update itertools recipes to use next().Raymond Hettinger2009-02-231-7/+6
* Merged revisions 69905 via svnmerge fromGeorg Brandl2009-02-231-3/+3
* Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,...Georg Brandl2009-02-2329-110/+188
* Add links to helpful external resources.Raymond Hettinger2009-02-192-4/+10
* Add an example for math.fsum() and elaborate on the accurary note.Raymond Hettinger2009-02-191-8/+12
* Add some cross-references to the docs. Simplify the python code equivalent f...Raymond Hettinger2009-02-192-7/+13
* Merged revisions 69348 via svnmerge fromBenjamin Peterson2009-02-191-1/+1
* Generalize itertools.tee() recipe.Raymond Hettinger2009-02-181-24/+24
* Fix.Georg Brandl2009-02-131-1/+1
* Merged revisions 69562 via svnmerge fromGeorg Brandl2009-02-131-3/+8
* Clean-up named tuple docs.Raymond Hettinger2009-02-111-4/+5
* Minor doc fixes.Raymond Hettinger2009-02-042-4/+4
* Doc fixes. Remove overbroad, redundant warnings. Fixup example code.Raymond Hettinger2009-02-041-27/+9
* Record operator deprecations in docs.Raymond Hettinger2009-02-031-26/+22
* merge 69161 wording update.Gregory P. Smith2009-02-011-7/+7
* #documentation update for issue4903 -Gregory P. Smith2009-02-011-3/+3
* Merged revisions 69078-69079 via svnmerge fromBrett Cannon2009-01-292-2/+4
* Merged revisions 69083 via svnmerge fromBenjamin Peterson2009-01-291-1/+1
* Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t...Raymond Hettinger2009-01-291-15/+13
* Fixup itertools recipe to cover a corner case.Raymond Hettinger2009-01-271-0/+2
* Allow docs to be built with Sphinx 0.5.x.Georg Brandl2009-01-262-3/+15
* Backport r68942: update powerset() recipe.Raymond Hettinger2009-01-261-5/+3
* Merged revisions 68708 via svnmerge fromBenjamin Peterson2009-01-181-3/+3
* Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,...Georg Brandl2009-01-147-35/+74
* Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,...Georg Brandl2009-01-145-15/+26
* Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge...Benjamin Peterson2009-01-0911-38/+447
* - Issue 4816: itertools.combinations() and itertools.product were raisingRaymond Hettinger2009-01-081-1/+12
* Merged revisions 68232 via svnmerge fromGeorg Brandl2009-01-031-4/+3
* Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-03170-1428/+1721
* Lost one line on a decimal recipe.Raymond Hettinger2009-01-031-0/+1
* Simplify one of the decimal recipes.Raymond Hettinger2009-01-031-7/+7
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
* Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,...Georg Brandl2009-01-0115-51/+131
* Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,...Benjamin Peterson2008-12-276-57/+35
* Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-...Benjamin Peterson2008-12-2114-113/+129