summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* list.sort() and builtin.sorted() no longer accept 'cmp' argument.Kurt B. Kaiser2008-02-131-0/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-122-3/+10
* Move UserList to collections.Raymond Hettinger2008-02-123-56/+46
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-118-54/+73
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-3/+6
* Add another usage note for collections.SetRaymond Hettinger2008-02-091-1/+8
* Document how to use Set and MutableSet as a mixin.Raymond Hettinger2008-02-091-1/+18
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-093-23/+36
* Finish the collections ABC table.Raymond Hettinger2008-02-091-35/+36
* Smalls improvement to example in the docs for collections ABCs.Raymond Hettinger2008-02-081-5/+7
* Tiny grammatical fix.Mark Summerfield2008-02-081-2/+2
* Simplify float conversion recipe.Raymond Hettinger2008-02-071-28/+18
* Fix-up the collections docs.Raymond Hettinger2008-02-061-18/+41
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-066-6/+9
* Fixed a table and a title that were broken.Mark Summerfield2008-02-061-12/+14
* 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