| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove _FooCookieJar modules and merge their content into http.cookiejar. | Georg Brandl | 2008-05-26 | 3 | -320/+295 |
|
|
* | Fix old-style octal literals in the docs. | Georg Brandl | 2008-05-26 | 5 | -26/+27 |
|
|
* | Blocked revisions 63704 via svnmerge | Benjamin Peterson | 2008-05-26 | 0 | -0/+0 |
|
|
* | Remove remaining references to UserDict module. | Georg Brandl | 2008-05-26 | 2 | -21/+20 |
|
|
* | remove test.support.have_unicode | Benjamin Peterson | 2008-05-26 | 4 | -26/+12 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 7 | -4/+368 |
|
|
* | Merged revisions 63575 via svnmerge from | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 50 | -1203/+930 |
|
|
* | Merged revisions 63698 via svnmerge from | Benjamin Peterson | 2008-05-26 | 2 | -0/+14 |
|
|
* | Merged revisions 63678,63688,63690,63696 via svnmerge from | Benjamin Peterson | 2008-05-26 | 3 | -1/+79 |
|
|
* | remove PyBytes_Format from header | Benjamin Peterson | 2008-05-26 | 1 | -1/+0 |
|
|
* | Blocked revisions 63660,63665,63691 via svnmerge | Georg Brandl | 2008-05-26 | 0 | -0/+0 |
|
|
* | update docs after renaming of PyString -> PyBytes | Benjamin Peterson | 2008-05-26 | 3 | -246/+195 |
|
|
* | fix failing test from rename | Benjamin Peterson | 2008-05-26 | 1 | -8/+8 |
|
|
* | Blocked revisions 63686 via svnmerge | Benjamin Peterson | 2008-05-26 | 0 | -0/+0 |
|
|
* | Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,... | Benjamin Peterson | 2008-05-26 | 10 | -103/+168 |
|
|
* | Renamed files bytesobject.[ch] and stringobject.[ch] | Christian Heimes | 2008-05-26 | 10 | -6457/+6457 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 78 | -983/+983 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 31 | -397/+397 |
|
|
* | Blocked revisions 63672,63675,63677,63679 via svnmerge | Christian Heimes | 2008-05-26 | 0 | -0/+0 |
|
|
* | Merged revisions 63397,63673 via svnmerge from | Benjamin Peterson | 2008-05-26 | 2 | -6/+10 |
|
|
* | 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 |
|
|