summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 69692 via svnmerge fromTarek Ziadé2009-02-162-0/+31
* raise more generic Exception() instead of RuntimeError() #5281Benjamin Peterson2009-02-161-1/+1
* Document importlib.machinery.PathFinder.Brett Cannon2009-02-161-3/+28
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-2/+3
* #4894: document "newurl" parameter to redirect_request().Georg Brandl2009-02-131-5/+6
* Merged revisions 69566 via svnmerge fromTarek Ziadé2009-02-132-0/+5
* Merged revisions 69562 via svnmerge fromGeorg Brandl2009-02-131-3/+8
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-133-10/+269
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-9/+11
* Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.Mark Dickinson2009-02-111-0/+6
* Clean-up named tuple docs.Raymond Hettinger2009-02-111-4/+5
* Merged revisions 69498 via svnmerge fromMark Dickinson2009-02-101-6/+15
* Merged revisions 69466,69480 via svnmerge fromBenjamin Peterson2009-02-101-1/+9
* Merged revisions 69425 via svnmerge fromNick Coghlan2009-02-081-0/+9
* Merged revisions 69419-69420 via svnmerge fromNick Coghlan2009-02-082-6/+30
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-3/+7
* #5173: StandardError wasn't removed in 2.6.Georg Brandl2009-02-061-1/+1
* Merged revisions 69141,69211-69212 via svnmerge fromBenjamin Peterson2009-02-061-23/+23
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-069-19/+65
* Merged revisions 69331 via svnmerge fromEric Smith2009-02-061-1/+5
* #4992: next() method -> next() function.Georg Brandl2009-02-051-3/+3
* #5096: document PyErr_PrintEx().Georg Brandl2009-02-051-1/+10
* #5107: document that default encoding is the same as locale.getpreferredencod...Georg Brandl2009-02-051-3/+8
* #5130: replace "unicode" by "bytes" in examples for sequence types.Georg Brandl2009-02-051-1/+1
* Minor doc fixes.Raymond Hettinger2009-02-043-5/+5
* Tweak the docs for Counter() objects.Raymond Hettinger2009-02-041-4/+4
* The default shelve pickle protocol should have been 3.Raymond Hettinger2009-02-031-1/+1
* Issue #1717, continued: Doc fixes and other cleanup relatedMark Dickinson2009-02-028-35/+24
* Issue #1717: documentation fixes related to the cmp removal.Mark Dickinson2009-02-016-36/+45
* Issue #1717: remove the cmp builtin function, the C-API functionsMark Dickinson2009-02-011-21/+0
* documentation wording fix for issue4903Gregory P. Smith2009-02-012-6/+6
* comprehrensions now have proper scoping #5106Benjamin Peterson2009-01-311-2/+2
* Merged revisions 68840,68881,68943,68945 via svnmerge fromBenjamin Peterson2009-01-301-13/+86
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-302-4/+16
* fix a case of set_daemon #5087Benjamin Peterson2009-01-301-1/+1
* Fix error in docs. The source says proto 2 is the default.Raymond Hettinger2009-01-291-1/+1
* Merged revisions 69078-69080 via svnmerge fromBrett Cannon2009-01-292-2/+4
* Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t...Raymond Hettinger2009-01-291-15/+13
* Merged revisions 69050 via svnmerge fromGuilherme Polo2009-01-282-2/+1404
* Beautify grouper() recipe in docs.Raymond Hettinger2009-01-271-1/+1
* Put functions back in alphabetical order.Raymond Hettinger2009-01-271-39/+38
* Forward port r69001: itertools.combinations_with_replacement().Raymond Hettinger2009-01-272-18/+48
* Tweak column alignment in collections docs.Raymond Hettinger2009-01-271-33/+26
* Forward port r68941 adding itertools.compress().Raymond Hettinger2009-01-262-5/+15
* Backport r68942: update powerset() recipe.Raymond Hettinger2009-01-261-5/+3
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-261-76/+0
* use the classmethod directiveBenjamin Peterson2009-01-251-4/+4
* Merged revisions 68933 via svnmerge fromTarek Ziadé2009-01-251-17/+0
* Document both importlib.machinery.BuiltinImporter and FrozenImporter.Brett Cannon2009-01-251-1/+47
* Add the terms "finder", "loader", and "importer" to the glossary.Brett Cannon2009-01-251-0/+14