| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace sys.maxint mention by sys.maxsize. | Georg Brandl | 2010-12-28 | 1 | -1/+1 |
|
|
* | Fix markup errors. | Georg Brandl | 2010-12-04 | 1 | -2/+2 |
|
|
* | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -2/+8 |
|
|
* | Fix punctuation. | Georg Brandl | 2010-12-03 | 1 | -2/+2 |
|
|
* | Issue 2690: Add support for slicing and negative indices to range objects (in... | Nick Coghlan | 2010-12-03 | 1 | -1/+26 |
|
|
* | Add callable() to the built-in functions table. | Ezio Melotti | 2010-11-28 | 1 | -9/+9 |
|
|
* | Issue #10518: Bring back the callable() builtin. | Antoine Pitrou | 2010-11-27 | 1 | -0/+13 |
|
|
* | Add NEWS entry for r86732 and fix double function in the table. | Ezio Melotti | 2010-11-24 | 1 | -4/+4 |
|
|
* | #10299: Add a table that lists all the built-in functions in functions.rst | Ezio Melotti | 2010-11-24 | 1 | -0/+18 |
|
|
* | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 1 | -5/+5 |
|
|
* | Issue #10488: Bring documentation for 'float' builtin up to date. | Mark Dickinson | 2010-11-21 | 1 | -20/+48 |
|
|
* | In 3.x, bytearray is akin to bytes, not str. | Antoine Pitrou | 2010-11-20 | 1 | -1/+1 |
|
|
* | Issue 7828: Fixed chr() and ord() documentation for wide characters | Alexander Belopolsky | 2010-11-18 | 1 | -10/+14 |
|
|
* | Fix typo | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
* | Issue 7447: Improve docs for sum(). | Raymond Hettinger | 2010-10-31 | 1 | -3/+6 |
|
|
* | #10122: typo fix. | Georg Brandl | 2010-10-16 | 1 | -1/+1 |
|
|
* | Issue #10029: Fix sample code in the docs for zip(). | Raymond Hettinger | 2010-10-10 | 1 | -5/+12 |
|
|
* | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 1 | -7/+7 |
|
|
* | Issue 9802: Document min()/max() sort stability | Raymond Hettinger | 2010-09-14 | 1 | -0/+8 |
|
|
* | rewrite and move open() docs only to functions.rst | Benjamin Peterson | 2010-08-30 | 1 | -33/+35 |
|
|
* | sync open() doc | Benjamin Peterson | 2010-08-30 | 1 | -39/+52 |
|
|
* | only catch AttributeError in hasattr() #9666 | Benjamin Peterson | 2010-08-24 | 1 | -4/+4 |
|
|
* | wrap | Benjamin Peterson | 2010-08-17 | 1 | -2/+2 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -3/+2 |
|
|
* | #8172: how does one use a property? | Georg Brandl | 2010-08-02 | 1 | -1/+4 |
|
|
* | Add note about surprising behaviour from round function. | Mark Dickinson | 2010-07-30 | 1 | -0/+7 |
|
|
* | #7935: cross-reference to ast.literal_eval() from eval() docs. | Georg Brandl | 2010-07-11 | 1 | -0/+3 |
|
|
* | #9184: fix default value for "buffering" param of open(). | Georg Brandl | 2010-07-11 | 1 | -1/+1 |
|
|
* | correct default value in signature | Benjamin Peterson | 2010-05-27 | 1 | -1/+1 |
|
|
* | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 | 1 | -3/+2 |
|
|
* | Document sorting HowTo | Raymond Hettinger | 2010-04-02 | 1 | -0/+3 |
|
|
* | Merged revisions 79168-79169 via svnmerge from | Georg Brandl | 2010-03-21 | 1 | -2/+3 |
|
|
* | Merged revisions 77298 via svnmerge from | Ezio Melotti | 2010-01-04 | 1 | -1/+1 |
|
|
* | Merged revisions 76534,76538,76628,76701,76774 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
|
|
* | death to exec statement | Benjamin Peterson | 2009-12-13 | 1 | -3/+3 |
|
|
* | Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from | Benjamin Peterson | 2009-11-25 | 1 | -1/+1 |
|
|
* | Merged revisions 76230 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -5/+9 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -2/+4 |
|
|
* | clarify the buffer arg | Benjamin Peterson | 2009-10-20 | 1 | -2/+2 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -11/+7 |
|
|
* | Merged revisions 75205 via svnmerge from | Mark Dickinson | 2009-10-03 | 1 | -0/+5 |
|
|
* | Issue #1766304: Optimize membership testing for ranges: 'n in range(...)' | Mark Dickinson | 2009-09-22 | 1 | -0/+4 |
|
|
* | Merged revisions 74328,74332-74333,74365 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -4/+4 |
|
|
* | Merged revisions 73511 via svnmerge from | R. David Murray | 2009-06-25 | 1 | -1/+1 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -2/+2 |
|
|
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -40/+44 |
|
|
* | Die, buffer(), die. | Georg Brandl | 2009-04-29 | 1 | -1/+1 |
|
|
* | Merged revisions 71607,71653,71696,71771,71786 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -2/+4 |
|
|
* | Merged revisions 72009 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -3/+3 |
|
|
* | #5061: improve open() docs a bit. | Georg Brandl | 2009-04-27 | 1 | -15/+16 |
|
|