| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | compile can also produce AST | Benjamin Peterson | 2008-11-08 | 1 | -4/+4 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -1/+2 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -3/+14 |
|
|
* | Some more notes about bytes/string filename APIs. | Georg Brandl | 2008-10-08 | 1 | -6/+5 |
|
|
* | More bytes vs. strings documentation. | Martin v. Löwis | 2008-10-07 | 1 | -4/+5 |
|
|
* | #4029: fix typo. | Georg Brandl | 2008-10-04 | 1 | -1/+1 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -7/+22 |
|
|
* | fix sphinx warning | Benjamin Peterson | 2008-09-10 | 1 | -0/+1 |
|
|
* | document the memoryview object a little | Benjamin Peterson | 2008-09-09 | 1 | -3/+2 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -12/+12 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -0/+1 |
|
|
* | #3191: fix round() docs and docstring. | Georg Brandl | 2008-07-01 | 1 | -3/+7 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+8 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -8/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -0/+8 |
|
|
* | Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab... | Georg Brandl | 2008-05-16 | 1 | -2/+2 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 1 | -5/+5 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -8/+9 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -6/+39 |
|
|
* | range() returns an iterable, not an iterator. | Georg Brandl | 2008-05-12 | 1 | -2/+2 |
|
|
* | Remove mentions of "plain" integers. | Georg Brandl | 2008-05-11 | 1 | -21/+22 |
|
|