summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Update docs for collections ABCs and for collections.UserDict.Raymond Hettinger2008-02-062-59/+41
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-041-18/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-043-2/+34
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-0310-32/+116
* Update whatsnew document to use specific markup for identifiers, thus enablin...Georg Brandl2008-02-021-134/+130
* Some new 3.0 whatsnew items, written for GHOP by Andreas Freund.Georg Brandl2008-02-021-5/+66
* Context flags get set, not incremented.Raymond Hettinger2008-02-011-2/+2
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-0148-539/+400
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-012-6/+8
* Merged revisions 60441-60474 via svnmerge fromChristian Heimes2008-01-312-1/+153
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-302-26/+3
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-301-2/+2
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-291-3/+19
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-273-0/+16
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-276-34/+92
* Fix typo.Walter Dörwald2008-01-251-1/+1
* Added comment about sys.maxint to whatsnew. Issue #1930Christian Heimes2008-01-251-0/+2
* Document that basestring has been replaced by str. Issue #1931.Christian Heimes2008-01-251-0/+3
* Fix merge glitch.Georg Brandl2008-01-241-13/+0
* Merged revisions 60234-60244 via svnmerge fromChristian Heimes2008-01-242-11/+23
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-235-9/+37
* Replace map(None, *iterables) with zip(*iterables).Raymond Hettinger2008-01-222-23/+5
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-2112-29/+229
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-213-11/+23
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-205-21/+108
* Fix now-wrong :keyword: markup. Remove the section aboutGeorg Brandl2008-01-203-35/+2
* Fix two oversights in C API split.Georg Brandl2008-01-202-1/+2
* Fix markup.Georg Brandl2008-01-201-1/+2
* Split C API docs in Py3k branch.Georg Brandl2008-01-2045-5377/+7288
* Remove versionadded tag.Georg Brandl2008-01-201-2/+0
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-207-1863/+85
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-195-14/+54
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-196-71/+94
* Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x.Georg Brandl2008-01-191-2/+2
* Merged revisions 60043-60052 via svnmerge fromChristian Heimes2008-01-183-28/+193
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-1814-30/+412
* Sync-up Queue.py with Py2.6Raymond Hettinger2008-01-171-7/+28
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-157-16/+212
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-141-12/+0
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-144-12/+63
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-141-2/+2
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-131-44/+2
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-126-80/+62
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-117-25/+47
* Fix markup.Georg Brandl2008-01-111-3/+3
* Fixed print -> print()Christian Heimes2008-01-101-2/+2
* Merged revisions 59864-59882 via svnmerge fromChristian Heimes2008-01-101-9/+9
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-095-18/+61
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-078-98/+242
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-071-1/+1