| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -2/+4 |
|
|
* | Forward-port of #992207 fix: document that the parser only accepts \\n newlin... | Georg Brandl | 2009-03-31 | 1 | -12/+9 |
|
|
* | sync open() docs more | Benjamin Peterson | 2009-03-23 | 1 | -31/+32 |
|
|
* | fix docs about open's return value #5539 | Benjamin Peterson | 2009-03-23 | 1 | -5/+18 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -0/+8 |
|
|
* | Fix docs for __import__ that say the default for 'level' is -1; it's actually | Brett Cannon | 2009-03-15 | 1 | -6/+5 |
|
|
* | Fix typo. | Raymond Hettinger | 2009-02-26 | 1 | -1/+1 |
|
|
* | More markup and spelling fixes. | Raymond Hettinger | 2009-02-25 | 1 | -6/+6 |
|
|
* | Tweak markup, grammar, and punctuation. | Raymond Hettinger | 2009-02-25 | 1 | -5/+5 |
|
|
* | Refine docs for super() noting that sibling classes can | Raymond Hettinger | 2009-02-24 | 1 | -9/+13 |
|
|
* | #5348: format() converts all kinds of values. | Georg Brandl | 2009-02-23 | 1 | -5/+6 |
|
|
* | Add links to helpful external resources. | Raymond Hettinger | 2009-02-19 | 1 | -0/+3 |
|
|
* | Add some cross-references to the docs. Simplify the python code equivalent f... | Raymond Hettinger | 2009-02-19 | 1 | -5/+10 |
|
|
* | Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-... | Benjamin Peterson | 2009-02-19 | 1 | -6/+9 |
|
|
* | #5107: document that default encoding is the same as locale.getpreferredencod... | Georg Brandl | 2009-02-05 | 1 | -3/+8 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -17/+17 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -36/+53 |
|
|
* | fix syntax | Benjamin Peterson | 2008-12-20 | 1 | -1/+1 |
|
|
* | Forward-port r67624 and r67627. | Georg Brandl | 2008-12-07 | 1 | -7/+0 |
|
|
* | #4562: fix zip() examples. | Georg Brandl | 2008-12-06 | 1 | -2/+2 |
|
|
* | Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. | Raymond Hettinger | 2008-12-06 | 1 | -8/+9 |
|
|
* | Manually merged r67583: move __import__ doc to the bottom. | Georg Brandl | 2008-12-05 | 1 | -53/+53 |
|
|
* | exec won't take file objects anymore | Benjamin Peterson | 2008-11-11 | 1 | -9/+8 |
|
|
* | Merged revisions 67162 via svnmerge from | Benjamin Peterson | 2008-11-08 | 1 | -15/+22 |
|
|