| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Blocked revisions 63458,63498 via svnmerge | Benjamin Peterson | 2008-05-26 | 0 | -0/+0 |
|
|
* | Merged revisions 63670 via svnmerge from | Thomas Heller | 2008-05-26 | 1 | -0/+4 |
|
|
* | Create xmlrpc package. Issue #2886. | Georg Brandl | 2008-05-26 | 17 | -668/+462 |
|
|
* | Rename test file to its proper module name. | Georg Brandl | 2008-05-26 | 1 | -0/+147 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 41 | -876/+690 |
|
|
* | Merged revisions 63655 via svnmerge from | Benjamin Peterson | 2008-05-26 | 7 | -34/+84 |
|
|
* | Blocked revisions 63649 via svnmerge | Benjamin Peterson | 2008-05-26 | 0 | -0/+0 |
|
|
* | remove version note | Benjamin Peterson | 2008-05-25 | 1 | -6/+5 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 23 | -97/+1135 |
|
|
* | autoreconf run | Christian Heimes | 2008-05-25 | 2 | -4/+1 |
|
|
* | Merged revisions 63644 via svnmerge from | Martin v. Löwis | 2008-05-25 | 1 | -1/+4 |
|
|
* | Blocked revisions 63586-63589,63611,63630 via svnmerge | Georg Brandl | 2008-05-25 | 0 | -0/+0 |
|
|
* | Blocked revisions 63493-63495 via svnmerge | Georg Brandl | 2008-05-25 | 0 | -0/+0 |
|
|
* | Blocked revisions 63415,63421-63422 via svnmerge | Georg Brandl | 2008-05-25 | 0 | -0/+0 |
|
|
* | Blocked revisions 63630 via svnmerge | Georg Brandl | 2008-05-25 | 0 | -0/+0 |
|
|
* | Fixed old Tkinter import, the last apparently | Guilherme Polo | 2008-05-25 | 1 | -1/+1 |
|
|
* | Merged revisions 63634 via svnmerge from | Martin v. Löwis | 2008-05-25 | 2 | -9/+158 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 56 | -169/+161 |
|
|
* | #2967: Tkinter -> tkinter in test_tcl. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Refer consistently to issues, rewrap to 70 chars. | Georg Brandl | 2008-05-25 | 1 | -235/+240 |
|
|
* | #2963: fix method cache types. | Georg Brandl | 2008-05-25 | 2 | -3/+5 |
|
|
* | #2964: fix missing INCREF. | Georg Brandl | 2008-05-25 | 2 | -1/+5 |
|
|
* | #2879: rename _winreg to winreg. | Georg Brandl | 2008-05-25 | 20 | -71/+72 |
|
|
* | Block queue/configparser renaming reversal. | Georg Brandl | 2008-05-25 | 0 | -0/+0 |
|
|
* | Fix Queue -> queue. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | fix skipped test due to import problem | Benjamin Peterson | 2008-05-23 | 1 | -1/+1 |
|
|
* | Merged revisions 63395-63396,63511,63522-63523 via svnmerge from | Thomas Heller | 2008-05-23 | 6 | -6/+64 |
|
|
* | Blocked revisions 63549 via svnmerge | Brett Cannon | 2008-05-23 | 0 | -0/+0 |
|
|
* | Blocked revisions 63547 via svnmerge | Brett Cannon | 2008-05-23 | 0 | -0/+0 |
|
|
* | Blocked revisions 63528 via svnmerge | Benjamin Peterson | 2008-05-21 | 0 | -0/+0 |
|
|
* | Change test_htmlparser to reflect the HTMLParser -> html.parser | Mark Dickinson | 2008-05-21 | 2 | -6/+6 |
|
|
* | Blocked revisions 63513 via svnmerge | Brett Cannon | 2008-05-20 | 0 | -0/+0 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 358 | -1307/+1308 |
|
|
* | Block 2.6 Tkinter renaming reversal revisions. | Georg Brandl | 2008-05-20 | 0 | -0/+0 |
|
|
* | Blocked revisions 63481 via svnmerge | Fred Drake | 2008-05-20 | 0 | -0/+0 |
|
|
* | Remove duplicate check for PyLong_Check(). It was checked above. | Neal Norwitz | 2008-05-20 | 1 | -3/+0 |
|
|
* | Blocked revisions 63460,63464 via svnmerge | Benjamin Peterson | 2008-05-18 | 0 | -0/+0 |
|
|
* | Ignore test_c_api when checking for set methods. Thanks Brett! | Georg Brandl | 2008-05-18 | 1 | -1/+1 |
|
|
* | Better diagnostic. | Georg Brandl | 2008-05-18 | 1 | -1/+2 |
|
|
* | Add a test suite for WeakSet mostly derived from test_set and fix some | Georg Brandl | 2008-05-18 | 2 | -12/+353 |
|
|
* | #2905: fix merge glitch on OSX. | Georg Brandl | 2008-05-18 | 1 | -16/+16 |
|
|
* | Merged revisions 63438 via svnmerge from | Georg Brandl | 2008-05-18 | 4 | -40/+39 |
|
|
* | Fix two issues in the weak set implementation. | Georg Brandl | 2008-05-18 | 1 | -2/+5 |
|
|
* | Blocked revisions 63440 via svnmerge | Georg Brandl | 2008-05-17 | 0 | -0/+0 |
|
|
* | rename HTMLParser to html.parser and htmlentitydefs to html.entities; | Fred Drake | 2008-05-17 | 9 | -23/+25 |
|
|
* | Blocked revisions 63434 via svnmerge | Fred Drake | 2008-05-17 | 0 | -0/+0 |
|
|
* | Blocked revisions 63430 via svnmerge | Fred Drake | 2008-05-17 | 0 | -0/+0 |
|
|
* | Blocked revisions 63428 via svnmerge | Benjamin Peterson | 2008-05-17 | 0 | -0/+0 |
|
|
* | Blocked revisions 63425-63426 via svnmerge | Benjamin Peterson | 2008-05-17 | 0 | -0/+0 |
|
|
* | Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa... | Georg Brandl | 2008-05-17 | 10 | -24/+18 |
|
|