summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-211-36/+53
* fix syntaxBenjamin Peterson2008-12-201-1/+1
* Forward-port r67624 and r67627.Georg Brandl2008-12-071-7/+0
* #4562: fix zip() examples.Georg Brandl2008-12-061-2/+2
* Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment.Raymond Hettinger2008-12-061-8/+9
* Manually merged r67583: move __import__ doc to the bottom.Georg Brandl2008-12-051-53/+53
* exec won't take file objects anymoreBenjamin Peterson2008-11-111-9/+8
* Merged revisions 67162 via svnmerge fromBenjamin Peterson2008-11-081-15/+22
* compile can also produce ASTBenjamin Peterson2008-11-081-4/+4
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-1/+2
* merge from trunkBenjamin Peterson2008-10-111-3/+14
* Some more notes about bytes/string filename APIs.Georg Brandl2008-10-081-6/+5
* More bytes vs. strings documentation.Martin v. Löwis2008-10-071-4/+5
* #4029: fix typo.Georg Brandl2008-10-041-1/+1
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-221-7/+22
* fix sphinx warningBenjamin Peterson2008-09-101-0/+1
* document the memoryview object a littleBenjamin Peterson2008-09-091-3/+2
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-021-12/+12
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-0/+1
* #3191: fix round() docs and docstring.Georg Brandl2008-07-011-3/+7
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-0/+8
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-8/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-0/+8
* Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab...Georg Brandl2008-05-161-2/+2
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-161-5/+5
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-8/+9
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-6/+39
* range() returns an iterable, not an iterator.Georg Brandl2008-05-121-2/+2
* Remove mentions of "plain" integers.Georg Brandl2008-05-111-21/+22
* The ihooks module has been removed.Brett Cannon2008-05-101-2/+1
* #2762: remove 2.x remnants and patch up some new documentation.Georg Brandl2008-05-051-20/+15
* #2761: Some are types too.Georg Brandl2008-05-051-2/+2
* Clarify map() behavior.Georg Brandl2008-05-051-1/+3
* Fix var name.Georg Brandl2008-04-291-1/+1
* 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