summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
...
* | Document default fmtspec. Fix inaccurate note. Document exceptions.Raymond Hettinger2011-05-111-5/+8
* | Replace sys.maxint mention by sys.maxsize.Georg Brandl2010-12-281-1/+1
* | Fix markup errors.Georg Brandl2010-12-041-2/+2
* | Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-2/+8
* | Fix punctuation.Georg Brandl2010-12-031-2/+2
* | Issue 2690: Add support for slicing and negative indices to range objects (in...Nick Coghlan2010-12-031-1/+26
* | Add callable() to the built-in functions table.Ezio Melotti2010-11-281-9/+9
* | Issue #10518: Bring back the callable() builtin.Antoine Pitrou2010-11-271-0/+13
* | Add NEWS entry for r86732 and fix double function in the table.Ezio Melotti2010-11-241-4/+4
* | #10299: Add a table that lists all the built-in functions in functions.rstEzio Melotti2010-11-241-0/+18
* | Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-221-5/+5
* | Issue #10488: Bring documentation for 'float' builtin up to date.Mark Dickinson2010-11-211-20/+48
* | In 3.x, bytearray is akin to bytes, not str.Antoine Pitrou2010-11-201-1/+1
* | Issue 7828: Fixed chr() and ord() documentation for wide charactersAlexander Belopolsky2010-11-181-10/+14
* | Fix typoÉric Araujo2010-11-061-1/+1
* | Issue 7447: Improve docs for sum().Raymond Hettinger2010-10-311-3/+6
* | #10122: typo fix.Georg Brandl2010-10-161-1/+1
* | Issue #10029: Fix sample code in the docs for zip().Raymond Hettinger2010-10-101-5/+12
* | Fix errors found by "make suspicious".Georg Brandl2010-10-061-7/+7
* | Issue 9802: Document min()/max() sort stabilityRaymond Hettinger2010-09-141-0/+8
* | rewrite and move open() docs only to functions.rstBenjamin Peterson2010-08-301-33/+35
* | sync open() docBenjamin Peterson2010-08-301-39/+52
* | only catch AttributeError in hasattr() #9666Benjamin Peterson2010-08-241-4/+4
* | wrapBenjamin Peterson2010-08-171-2/+2
* | Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-3/+2
* | #8172: how does one use a property?Georg Brandl2010-08-021-1/+4
* | Add note about surprising behaviour from round function.Mark Dickinson2010-07-301-0/+7
* | #7935: cross-reference to ast.literal_eval() from eval() docs.Georg Brandl2010-07-111-0/+3
* | #9184: fix default value for "buffering" param of open().Georg Brandl2010-07-111-1/+1
* | correct default value in signatureBenjamin Peterson2010-05-271-1/+1
* | Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-051-3/+2
* | Document sorting HowToRaymond Hettinger2010-04-021-0/+3
* | Merged revisions 79168-79169 via svnmerge fromGeorg Brandl2010-03-211-2/+3
* | Merged revisions 77298 via svnmerge fromEzio Melotti2010-01-041-1/+1
* | Merged revisions 76534,76538,76628,76701,76774 via svnmerge fromBenjamin Peterson2009-12-131-1/+1
* | death to exec statementBenjamin Peterson2009-12-131-3/+3
* | Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge fromBenjamin Peterson2009-11-251-1/+1
* | Merged revisions 76230 via svnmerge fromBenjamin Peterson2009-11-131-5/+9
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-2/+4
* | clarify the buffer argBenjamin Peterson2009-10-201-2/+2
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-11/+7
* | Merged revisions 75205 via svnmerge fromMark Dickinson2009-10-031-0/+5
* | Issue #1766304: Optimize membership testing for ranges: 'n in range(...)'Mark Dickinson2009-09-221-0/+4
* | Merged revisions 74328,74332-74333,74365 via svnmerge fromGeorg Brandl2009-08-131-4/+4
|/
* Merged revisions 73511 via svnmerge fromR. David Murray2009-06-251-1/+1
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-2/+2
* More conversion to new-style optional args.Georg Brandl2009-05-171-40/+44
* Die, buffer(), die.Georg Brandl2009-04-291-1/+1
* Merged revisions 71607,71653,71696,71771,71786 via svnmerge fromGeorg Brandl2009-04-271-2/+4
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-3/+3