| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 34 | -570/+1701 |
|
|
* | Blocked revisions 62309-62310 via svnmerge | Benjamin Peterson | 2008-04-13 | 0 | -0/+0 |
|
|
* | Fleshed out docstrings in the io module, improving the reST one as I went. | Benjamin Peterson | 2008-04-13 | 2 | -216/+367 |
|
|
* | Removed unused variable. | Alexandre Vassalotti | 2008-04-12 | 1 | -2/+0 |
|
|
* | Issue 2440: revert r62269 and r62279. These changes were made in an effort t... | Trent Nelson | 2008-04-11 | 3 | -21/+6 |
|
|
* | Synced builtin open and io.open documentation, taking the best of each | Benjamin Peterson | 2008-04-11 | 2 | -102/+121 |
|
|
* | Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floa... | Trent Nelson | 2008-04-10 | 1 | -1/+1 |
|
|
* | Add a NEWS entry for issue2221. | Amaury Forgeot d'Arc | 2008-04-10 | 2 | -2/+7 |
|
|
* | Update test_ssl.py to reflect the new approach for writing network-oriented t... | Trent Nelson | 2008-04-10 | 1 | -55/+26 |
|
|
* | Revert r62242: trunk's test_ssl.py isn't as up-to-date as py3k's, and should'... | Trent Nelson | 2008-04-10 | 1 | -61/+133 |
|
|
* | Bug #2606: Avoid calling .sort() on a dict_keys object. | Martin v. Löwis | 2008-04-10 | 2 | -9/+5 |
|
|
* | Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext... | Trent Nelson | 2008-04-10 | 3 | -6/+21 |
|
|
* | Merged revisions 62246-62259 via svnmerge from | Martin v. Löwis | 2008-04-10 | 5 | -7/+28 |
|
|
* | Merged revisions 62263 via svnmerge from | Martin v. Löwis | 2008-04-10 | 6 | -13/+119 |
|
|
* | zap the last of the class.method typos in io docs | Benjamin Peterson | 2008-04-09 | 1 | -2/+2 |
|
|
* | #2575: bininteger missing in production list. | Georg Brandl | 2008-04-09 | 1 | -1/+1 |
|
|
* | #2580: int() docs revision. | Georg Brandl | 2008-04-09 | 1 | -12/+14 |
|
|
* | #2530: io module documentation. | Georg Brandl | 2008-04-09 | 2 | -0/+604 |
|
|
* | Remove __repr__ that doesn't have any advantage compared to the standard one. | Georg Brandl | 2008-04-09 | 1 | -3/+0 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 48 | -662/+980 |
|
|
* | More docstring fixes, and an XXX. | Georg Brandl | 2008-04-09 | 1 | -4/+5 |
|
|
* | Clarify xrange() entry. | Georg Brandl | 2008-04-09 | 1 | -1/+2 |
|
|
* | Suppress compilation of lib2to3 py2_ test files. | Martin v. Löwis | 2008-04-08 | 1 | -1/+1 |
|
|
* | Tentatively Blocked revisions 62223 via svnmerge, | Martin v. Löwis | 2008-04-08 | 0 | -0/+0 |
|
|
* | Blocked revisions 62195 via svnmerge | Christian Heimes | 2008-04-08 | 0 | -0/+0 |
|
|
* | fixed outdated annotation of readinto in io | Benjamin Peterson | 2008-04-07 | 1 | -4/+4 |
|
|
* | Merged revisions 62207-62210 via svnmerge from | Martin v. Löwis | 2008-04-07 | 2 | -39/+23 |
|
|
* | #2567: remove new-style/old-style class docs. | Georg Brandl | 2008-04-07 | 6 | -78/+13 |
|
|
* | "make install" is now an alias for "make altinstall", to prevent | Guido van Rossum | 2008-04-07 | 2 | -1/+14 |
|
|
* | Add uuids for 3.0a4 and 3.0a5. | Martin v. Löwis | 2008-04-07 | 1 | -0/+2 |
|
|
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 13 | -43/+40 |
|
|
* | Merged revisions 62199 via svnmerge from | Martin v. Löwis | 2008-04-07 | 3 | -6/+25 |
|
|
* | Merged revisions 62177-62178,62180-62193 via svnmerge from | Martin v. Löwis | 2008-04-07 | 6 | -27/+155 |
|
|
* | Merged revisions 62179 via svnmerge from | Thomas Wouters | 2008-04-07 | 2 | -1/+23 |
|
|
* | Docstring fix. | Georg Brandl | 2008-04-06 | 1 | -2/+2 |
|
|
* | Convert another %s to %ls. | Martin v. Löwis | 2008-04-06 | 1 | -1/+1 |
|
|
* | fix typo in doc string | Benjamin Peterson | 2008-04-06 | 1 | -2/+2 |
|
|
* | #2558: document pickle protocol version 3. Thanks to Guilherme Polo. | Georg Brandl | 2008-04-06 | 1 | -13/+16 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 21 | -416/+644 |
|
|
* | Remove baseName argument from Tkapp_New, as it apparently | Martin v. Löwis | 2008-04-05 | 1 | -8/+4 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Martin v. Löwis | 2008-04-05 | 5 | -99/+319 |
|
|
* | ceil and floor return ints in 3k. | Georg Brandl | 2008-04-05 | 1 | -7/+6 |
|
|
* | Added a test to make sure raw strings don't get unicode escapes | Benjamin Peterson | 2008-04-05 | 1 | -0/+2 |
|
|
* | Reverted r62128 on Guido's orders | Benjamin Peterson | 2008-04-05 | 2 | -3/+1 |
|
|
* | Change \u which is causing a syntax error. I'm not sure if that should be, but | Neal Norwitz | 2008-04-05 | 2 | -2/+2 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-05 | 9 | -34/+188 |
|
|
* | Issue2221: in Idle, exec('xx') raised a SystemError('error return without exc... | Amaury Forgeot d'Arc | 2008-04-04 | 2 | -0/+18 |
|
|
* | Merged revisions 62149, 62153, 62154 via svnmerge from | Thomas Heller | 2008-04-04 | 10 | -24/+1270 |
|
|
* | Merged revisions 62145 via svnmerge from | Thomas Heller | 2008-04-04 | 3 | -3/+16 |
|
|
* | Blocked revisions 62143 via svnmerge | Thomas Heller | 2008-04-04 | 0 | -0/+0 |
|
|