| Commit message (Expand) | Author | Age | Files | Lines |
* | Add reference to solution for a commonly asked question. | Raymond Hettinger | 2009-03-12 | 1 | -0/+3 |
|
|
* | Merged revisions 69078-69080 via svnmerge from | Brett Cannon | 2009-01-29 | 1 | -1/+3 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -4/+4 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,... | Georg Brandl | 2008-12-07 | 1 | -2/+3 |
|
|
* | Merged revisions 67243,67245,67277-67278,67289 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -11/+13 |
|
|
* | fix some more print statements | Benjamin Peterson | 2008-10-29 | 1 | -2/+2 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -2/+2 |
|
|
* | document changes to metaclasses | Benjamin Peterson | 2008-10-19 | 1 | -17/+15 |
|
|
* | remove a mention of backtick repr | Benjamin Peterson | 2008-10-12 | 1 | -9/+8 |
|
|
* | Remove references to __cmp__. | Georg Brandl | 2008-09-24 | 1 | -45/+25 |
|
|
* | remove some more bsddb references | Benjamin Peterson | 2008-09-08 | 1 | -3/+2 |
|
|
* | #3794: remove __div__ and __rdiv__ traces. | Georg Brandl | 2008-09-06 | 1 | -23/+12 |
|
|
* | #3793: fix markup. | Georg Brandl | 2008-09-06 | 1 | -0/+1 |
|
|
* | Merged revisions 66085 (with modifications) via svnmerge from | Nick Coghlan | 2008-08-31 | 1 | -4/+21 |
|
|
* | Merged revisions 65487 (with heavy modifications for Py3k as well as some cle... | Nick Coghlan | 2008-08-31 | 1 | -52/+137 |
|
|
* | Merged revisions 65668 via svnmerge from | Brett Cannon | 2008-08-14 | 1 | -4/+4 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -0/+4 |
|
|
* | add an entry for object.__dir__ | Benjamin Peterson | 2008-07-02 | 1 | -0/+5 |
|
|
* | - removed sentence about the new free format floating-point representation | Mark Summerfield | 2008-07-01 | 1 | -2/+5 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 1 | -9/+4 |
|
|
* | Remove remaining references to UserDict module. | Georg Brandl | 2008-05-26 | 1 | -19/+18 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -4/+4 |
|
|
* | Remove mentions of "plain" integers. | Georg Brandl | 2008-05-11 | 1 | -5/+2 |
|
|
* | Remove an obsolete sentence. | Georg Brandl | 2008-05-11 | 1 | -3/+1 |
|
|
* | #2762: remove 2.x remnants and patch up some new documentation. | Georg Brandl | 2008-05-05 | 1 | -4/+0 |
|
|
* | #2567: remove new-style/old-style class docs. | Georg Brandl | 2008-04-07 | 1 | -57/+3 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -0/+4 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -1/+1 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -1/+0 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -3/+18 |
|
|
* | Remove paragraph about old-style classes. | Georg Brandl | 2008-01-07 | 1 | -9/+1 |
|
|
* | Fix reverse Ximenez symptom. | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
|
|
* | Merged revisions 59774-59783 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -0/+14 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -5/+18 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -4/+4 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -19/+44 |
|
|
* | Remove further mentions of long integers. | Georg Brandl | 2007-11-29 | 1 | -6/+4 |
|
|
* | Remove mentions of "long integer" in the docs. | Georg Brandl | 2007-11-29 | 1 | -16/+2 |
|
|
* | Futher update docs after unbound method removal. | Georg Brandl | 2007-11-27 | 1 | -97/+72 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -30/+25 |
|
|
* | Re-add two paragraphs that seem to have been lost during the merge from trunk. | Georg Brandl | 2007-11-03 | 1 | -4/+13 |
|
|
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 1 | -28/+28 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -2/+3 |
|
|
* | Remove yet more references to has_key() methods. | Collin Winter | 2007-09-10 | 1 | -3/+3 |
|
|
* | Bug #1684991: explain __special__ lookup semantics. | Georg Brandl | 2007-09-05 | 1 | -0/+14 |
|
|
* | remove/update many of the references to dict.iter*() | Fred Drake | 2007-09-04 | 1 | -4/+4 |
|
|
* | Doc update for __xslice__ removal. | Georg Brandl | 2007-09-04 | 1 | -130/+43 |
|
|
* | Remove versionadded/versionchanged in the reference. | Georg Brandl | 2007-09-01 | 1 | -41/+4 |
|
|
* | Address a few XXX comments, other fixes. | Georg Brandl | 2007-08-31 | 1 | -6/+0 |
|
|