| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |
|
|
* | Tkinter, step 4: merge simple- and filedialog modules. | Georg Brandl | 2008-05-17 | 4 | -535/+516 |
|
|
* | Tkinter, step 3: doc updates. | Georg Brandl | 2008-05-17 | 7 | -96/+95 |
|
|
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 50 | -133/+136 |
|
|
* | Tkinter move, part 1: move modules. | Georg Brandl | 2008-05-17 | 14 | -0/+0 |
|
|
* | Block Tkinter-rename-related revisions. | Georg Brandl | 2008-05-17 | 0 | -0/+0 |
|
|
* | Blocked revisions 63392 via svnmerge | Alexandre Vassalotti | 2008-05-16 | 0 | -0/+0 |
|
|
* | Fixed signature of theThread in test_lock. | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
|
|
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 15 | -13/+32 |
|
|
* | #2895: don't crash with bytes as keyword argument names. | Georg Brandl | 2008-05-16 | 3 | -1/+11 |
|
|
* | More 2to3 fixes in the Tools directory. Fixes #2893. | Georg Brandl | 2008-05-16 | 38 | -2032/+1999 |
|
|
* | Rename the repr module file to reprlib.py. | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+0 |
|
|
* | Ran 2to3 over scripts directory. | Georg Brandl | 2008-05-16 | 19 | -86/+74 |
|
|
* | Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab... | Georg Brandl | 2008-05-16 | 3 | -9/+9 |
|
|
* | Rename the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 13 | -31/+35 |
|
|
* | Blocked revisions 63358 via svnmerge | Alexandre Vassalotti | 2008-05-16 | 0 | -0/+0 |
|
|
* | Blocked revisions 63354 via svnmerge | Alexandre Vassalotti | 2008-05-16 | 0 | -0/+0 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 18 | -47/+257 |
|
|
* | Blocked revisions 63105,63240,63255,63279,63323,63326,63347 via svnmerge | Alexandre Vassalotti | 2008-05-16 | 0 | -0/+0 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 16 | -151/+277 |
|
|
* | Blocked revisions 63145,63149-63150 via svnmerge | Alexandre Vassalotti | 2008-05-16 | 0 | -0/+0 |
|
|
* | Blocked revisions 63343 via svnmerge | Brett Cannon | 2008-05-16 | 0 | -0/+0 |
|
|
* | Merged revisions 63339 via svnmerge from | Brett Cannon | 2008-05-16 | 1 | -10/+6 |
|
|