| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Blocked revisions 62138 via svnmerge | Benjamin Peterson | 2008-04-04 | 0 | -0/+0 |
|
|
* | post release updates | Barry Warsaw | 2008-04-04 | 1 | -0/+15 |
|
|
* | Merged revisions 62129,62131,62133 via svnmerge from | Trent Nelson | 2008-04-03 | 13 | -99/+519 |
|
|
* | Unblock revision 62129. | Trent Nelson | 2008-04-03 | 0 | -0/+0 |
|
|
* | Blocked revisions 62123,62126 via svnmerge | Benjamin Peterson | 2008-04-03 | 0 | -0/+0 |
|
|
* | [XXX: this is a temporary block, given the addition/deletion of new files I'l... | Trent Nelson | 2008-04-03 | 0 | -0/+0 |
|
|
* | #2541 Allow unicode escapes in raw strings | Benjamin Peterson | 2008-04-03 | 2 | -1/+3 |
|
|
* | Post tag version tweak | Barry Warsaw | 2008-04-03 | 1 | -1/+1 |
|
|
* | Tagging 3.0a4. | Barry Warsaw | 2008-04-02 | 1 | -0/+1 |
|
|
* | release.py induced and manual editing steps for 3.0a4.v3.0a4 | Barry Warsaw | 2008-04-02 | 6 | -22/+30 |
|
|
* | release.py wants to rename the spec file. | Barry Warsaw | 2008-04-02 | 1 | -0/+0 |
|
|
* | Fixed NEWS due to my bad merging skills | Benjamin Peterson | 2008-04-02 | 1 | -197/+2 |
|
|
* | Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from | Benjamin Peterson | 2008-04-02 | 11 | -61/+333 |
|
|
* | Blocked revisions 62097 via svnmerge | Benjamin Peterson | 2008-04-02 | 0 | -0/+0 |
|
|
* | Merged revisions 62105 via svnmerge from | Trent Nelson | 2008-04-02 | 1 | -134/+95 |
|
|
* | Blocked revisions 62103 via svnmerge | Neal Norwitz | 2008-04-02 | 0 | -0/+0 |
|
|
* | Blocked revisions 62095,62099 via svnmerge | Benjamin Peterson | 2008-04-02 | 0 | -0/+0 |
|
|
* | Prevent test_queue from leaking: one worker thread was not stopped. | Amaury Forgeot d'Arc | 2008-04-01 | 1 | -2/+3 |
|
|
* | Fix refleak with nested classes. Fix originally by Amaury in r62015. | Neal Norwitz | 2008-04-01 | 1 | -0/+1 |
|
|
* | Be more forgiving if we get an error, there are lots of potential socket errors | Neal Norwitz | 2008-04-01 | 1 | -3/+1 |
|
|
* | Fix a refleak | Neal Norwitz | 2008-04-01 | 1 | -1/+1 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Martin v. Löwis | 2008-04-01 | 2 | -2/+4 |
|
|
* | This was required on OS X to prevent the test from deadlocking. I'm not sure | Neal Norwitz | 2008-03-31 | 1 | -0/+5 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-03-31 | 3 | -57/+140 |
|
|
* | Merged revisions 62047 via svnmerge from | Neal Norwitz | 2008-03-31 | 7 | -109/+141 |
|
|
* | Blocked revisions 62075 via svnmerge | Neal Norwitz | 2008-03-31 | 0 | -0/+0 |
|
|
* | Merged revisions 62049,62054 via svnmerge from | Neal Norwitz | 2008-03-31 | 3 | -31/+241 |
|
|
* | Merged revisions 62039-62042 via svnmerge from | Neal Norwitz | 2008-03-31 | 6 | -28/+69 |
|
|
* | Blocked revisions 62020 via svnmerge | Neal Norwitz | 2008-03-31 | 0 | -0/+0 |
|
|
* | Revert r62070 due to syntax errors | Neal Norwitz | 2008-03-31 | 0 | -0/+0 |
|
|