summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* super() actually returns a super object.Georg Brandl2008-08-301-1/+2
* #3569: eval() also accepts "exec"able code objects.Georg Brandl2008-08-301-4/+4
* fix various doc typos #3320Benjamin Peterson2008-07-121-1/+1
* #2831: add start argument to enumerate(). Patch by Scott Dial and me.Georg Brandl2008-05-131-5/+7
* Fix parameter name for enumerate().Georg Brandl2008-05-121-8/+9
* #2812: document property.getter/setter/deleter.Georg Brandl2008-05-111-6/+42
* #2719: backport next() from 3k.Georg Brandl2008-04-301-0/+9
* #2668: nit in apply() docs.Georg Brandl2008-04-261-1/+1
* Patch #1810 by Thomas Lee, reviewed by myself:Georg Brandl2008-03-281-14/+23
* #868845: document <...> reprs.Georg Brandl2008-03-251-5/+9
* Enable doctests in functions.rst. Already found two errors :)Georg Brandl2008-03-221-10/+12
* Add docs for print_function and future_builtins. Fixes #2442.Georg Brandl2008-03-211-0/+27
* Move __builtins__.trunc() to math.trunc() perJeffrey Yasskin2008-02-011-8/+0
* Give zip() the same guarantee as izip() for left-to-right evaluation.Raymond Hettinger2008-01-221-0/+4
* #652749: document the constants added to the builtins by site.py.Georg Brandl2008-01-201-0/+2
* Clarify the effect of text mode.Georg Brandl2008-01-131-1/+3
* Remove latex trace.Georg Brandl2008-01-061-1/+1
* #1499: Document compile() exceptions.Georg Brandl2008-01-061-0/+3
* #1582: document __reversed__, patch by Mark Russell.Georg Brandl2008-01-061-3/+7
* #759525: document that dir() doesn't return metaclass attrs when given a clas...Georg Brandl2008-01-061-1/+2
* #1755097: document default values for [].sort() and sorted().Georg Brandl2008-01-061-2/+3
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-1/+1
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-051-7/+4
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-031-4/+15
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+3
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-4/+6
* Add more entries to the glossary.Georg Brandl2007-12-021-6/+6
* Added more file-handling related cross-references.Mark Summerfield2007-11-021-2/+3
* Add :term:s for "new-style class".Georg Brandl2007-10-211-5/+5
* Add :term:s for iterator.Georg Brandl2007-10-211-6/+6
* Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.Georg Brandl2007-10-211-1/+1
* Clarify wording for apply().Georg Brandl2007-10-191-4/+3
* #1196: document default radix for int().Georg Brandl2007-09-241-11/+12
* Replaced variable o with obj in operator.rst because o is easy toMark Summerfield2007-09-131-1/+2
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+1346