summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Expose importlib.util.set___package__.Brett Cannon2009-03-021-13/+21
* Merged revisions 70090 via svnmerge fromGregory P. Smith2009-03-021-3/+16
* Merged r70088 from trunk (re documentation update)Gregory P. Smith2009-03-021-8/+12
* Fix docs for ConfigParser.Raymond Hettinger2009-03-011-2/+2
* #5357: fix incomprehensible paragraph in urlopen() doc.Georg Brandl2009-02-271-11/+11
* Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv...Benjamin Peterson2009-02-266-17/+21
* Fix typo.Raymond Hettinger2009-02-261-1/+1
* Sync-up 3.1 docs with 2.7 for collections.Counter().Raymond Hettinger2009-02-251-7/+6
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-251-6/+16
* More markup and spelling fixes.Raymond Hettinger2009-02-251-6/+6
* Tweak markup, grammar, and punctuation.Raymond Hettinger2009-02-251-5/+5
* Refine docs for super() noting that sibling classes canRaymond Hettinger2009-02-241-9/+13
* Fix-up random docs. Jumpahead was removed long ago. Other minor corrections.Raymond Hettinger2009-02-241-14/+4
* Update itertools recipes to use next().Raymond Hettinger2009-02-231-4/+3
* #5348: format() converts all kinds of values.Georg Brandl2009-02-231-5/+6
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-213-5/+5
* Add links to helpful external resources.Raymond Hettinger2009-02-192-0/+7
* 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-8/+13
* Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-...Benjamin Peterson2009-02-194-8/+17
* merge socket module documentation update from trunk r69731.Gregory P. Smith2009-02-191-4/+7
* Generalize the itertools.tee() recipe.Raymond Hettinger2009-02-181-24/+24
* Fix-up intro paragraph for collections docs.Raymond Hettinger2009-02-171-7/+4
* Fixup intro paragraphs for the itertools docs. Add some tables for quick ref...Raymond Hettinger2009-02-171-26/+48
* Implement the more specific PEP 302 semantics for loaders and what happens uponBrett Cannon2009-02-171-0/+33
* 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 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-132-10/+268
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-9/+11
* Clean-up named tuple docs.Raymond Hettinger2009-02-111-4/+5
* 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-081-5/+20
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-3/+7
* 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-063-7/+9
* Merged revisions 69331 via svnmerge fromEric Smith2009-02-061-1/+5
* #5107: document that default encoding is the same as locale.getpreferredencod...Georg Brandl2009-02-051-3/+8
* Minor doc fixes.Raymond Hettinger2009-02-042-4/+4
* 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: documentation fixes related to the cmp removal.Mark Dickinson2009-02-013-14/+18
* documentation wording fix for issue4903Gregory P. Smith2009-02-012-6/+6
* 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-291-1/+1
* 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