summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
...
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-3/+0
* Synced builtin open and io.open documentation, taking the best of eachBenjamin Peterson2008-04-111-76/+71
* #2580: int() docs revision.Georg Brandl2008-04-091-12/+14
* Merged revisions 62004 via svnmerge fromMartin v. Löwis2008-03-301-15/+18
* #868845: document <...> reprs.Georg Brandl2008-03-251-6/+8
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-19/+34
* Sync-up with doc improvements in Py2.6Raymond Hettinger2008-03-131-7/+17
* Updated super() as per http://www.artima.com/weblogs/viewpost.jsp?thread=208549Mark Summerfield2008-02-261-9/+15
* Minor doc updates for Py3.0Raymond Hettinger2008-02-141-32/+3
* Note that the key and reverse arguments must be specified as keywordsRaymond Hettinger2008-02-141-3/+1
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-12/+28
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-011-6/+0
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-301-13/+2
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-0/+4
* Replace map(None, *iterables) with zip(*iterables).Raymond Hettinger2008-01-221-11/+1
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-0/+2
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-4/+11
* Merged revisions 59774-59783 via svnmerge fromChristian Heimes2008-01-061-4/+9
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-3/+4
* Remove versionadded/changed directives merged as an oversight.Georg Brandl2008-01-051-4/+0
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-4/+15
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-3/+3
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-4/+6
* Couple of corrections to open() doc as per email from GvR.Mark Summerfield2007-12-141-6/+8
* Updated open() to more accurately reflect io.open()'s documentation.Mark Summerfield2007-12-141-38/+72
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-6/+6
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Remove further mentions of long integers.Georg Brandl2007-11-291-3/+3
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-291-6/+6
* Fix, thanks to Nick.Georg Brandl2007-11-221-1/+1
* Update docs for buffer -> bytearray rename.Georg Brandl2007-11-221-8/+8
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-7/+20
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-3/+3
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-20/+19
* Remove buffer() from the docs.Georg Brandl2007-10-081-28/+0
* Update the documentation of the open() builtin function a bit. I believe ISkip Montanaro2007-09-231-26/+24
* Reformat the open function text so it fits within 80 columns in preparationSkip Montanaro2007-09-231-37/+41
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-1/+2
* Oops.Georg Brandl2007-09-121-2/+2
* Document input() function.Georg Brandl2007-09-121-0/+16
* Change docs for builtins that now return iterators.Georg Brandl2007-09-041-33/+39
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-106/+11
* - document bytes()Georg Brandl2007-08-311-30/+68
* Commit #1068: new docs for PEP 3101. Also document the old string formatting ...Georg Brandl2007-08-311-4/+19
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+1138