| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #3064: Port new turtle module and demos to 3.0. | Martin v. Löwis | 2008-06-10 | 1 | -766/+3861 |
|
|
* | Issue 2582: Fix pickling of range objects. | Alexandre Vassalotti | 2008-06-10 | 1 | -0/+10 |
|
|
* | #3059: Stop decoding Unicode in calendar module. | Georg Brandl | 2008-06-08 | 1 | -14/+6 |
|
|
* | Remove cl usage from aifc and use bytes throughout. | Georg Brandl | 2008-06-07 | 1 | -147/+77 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 1 | -0/+2 |
|
|
* | Issue 3049: Some 3k sizeof tests fail. | Robert Schuppenies | 2008-06-06 | 1 | -13/+10 |
|
|
* | Merged revisions 63977 via svnmerge from | Thomas Heller | 2008-06-06 | 2 | -23/+125 |
|
|
* | Merged revisions 63897-63898 via svnmerge from | Thomas Heller | 2008-06-06 | 1 | -1/+1 |
|
|
* | Fix sys.flags sequence behavior and add a test case. | Georg Brandl | 2008-06-06 | 1 | -1/+2 |
|
|
* | use the more idomatic (and Py3k faster) while True | Benjamin Peterson | 2008-06-05 | 1 | -1/+1 |
|
|
* | Fixed isinstance() check in dis.dis(). | Alexandre Vassalotti | 2008-06-04 | 1 | -1/+1 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 2 | -2/+136 |
|
|
* | Remove tabcheck from the expected flags in sys.flags. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -4/+4 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 7 | -43/+16 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 7 | -16/+43 |
|
|
* | Change all functions that expect one unicode character to accept a pair of | Walter Dörwald | 2008-06-03 | 1 | -0/+8 |
|
|
* | Fix Tkinter sequence passing. #2906. | Georg Brandl | 2008-06-03 | 1 | -2/+7 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 1 | -0/+20 |
|
|
* | Remove the htmllib and sgmllib modules as per PEP 3108. | Georg Brandl | 2008-06-01 | 6 | -1546/+2 |
|
|
* | Merged revisions 63871 via svnmerge from | Georg Brandl | 2008-06-01 | 2 | -135/+195 |
|
|
* | Add test case for r63810. | Georg Brandl | 2008-05-30 | 1 | -0/+5 |
|
|
* | Remove basestring usage. | Georg Brandl | 2008-05-30 | 1 | -1/+1 |
|
|
* | Merged revisions 63460,63464 via svnmerge from | Benjamin Peterson | 2008-05-29 | 2 | -6/+30 |
|
|
* | add the gestalt module back as _gestalt | Benjamin Peterson | 2008-05-29 | 1 | -5/+3 |
|
|
* | Merged revisions 63791-63792 via svnmerge from | Thomas Heller | 2008-05-29 | 1 | -0/+8 |
|
|
* | #2906: accept lists for options, and some cosmetic fixes in Tkinter. | Georg Brandl | 2008-05-29 | 1 | -15/+19 |
|
|
* | Remove deprecated SmartCookie and SerialCookie classes. | Georg Brandl | 2008-05-28 | 2 | -154/+8 |
|
|
* | Make db modules' error classes inherit IOError. | Georg Brandl | 2008-05-28 | 3 | -49/+47 |
|
|
* | Remove __metaclass__ remains. | Georg Brandl | 2008-05-27 | 1 | -1/+1 |
|
|
* | #2957: marshal recursion limit exceeded when importing a large .pyc file | Amaury Forgeot d'Arc | 2008-05-26 | 1 | -0/+6 |
|
|
* | update test ignore list | Benjamin Peterson | 2008-05-26 | 1 | -9/+9 |
|
|
* | The commands module has been removed. The getoutput() and getstatusoutput() | Brett Cannon | 2008-05-26 | 6 | -135/+103 |
|
|
* | Remove _FooCookieJar modules and merge their content into http.cookiejar. | Georg Brandl | 2008-05-26 | 3 | -320/+295 |
|
|
* | remove test.support.have_unicode | Benjamin Peterson | 2008-05-26 | 3 | -21/+12 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 4 | -3/+163 |
|
|
* | Merged revisions 63575 via svnmerge from | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 35 | -869/+721 |
|
|
* | Merged revisions 63698 via svnmerge from | Benjamin Peterson | 2008-05-26 | 2 | -0/+14 |
|
|
* | fix failing test from rename | Benjamin Peterson | 2008-05-26 | 1 | -8/+8 |
|
|
* | Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,... | Benjamin Peterson | 2008-05-26 | 4 | -16/+45 |
|
|
* | Merged revisions 63670 via svnmerge from | Thomas Heller | 2008-05-26 | 1 | -0/+4 |
|
|
* | Create xmlrpc package. Issue #2886. | Georg Brandl | 2008-05-26 | 8 | -495/+313 |
|
|
* | 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 | 17 | -328/+287 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 17 | -65/+862 |
|
|
* | Merged revisions 63644 via svnmerge from | Martin v. Löwis | 2008-05-25 | 1 | -1/+4 |
|
|
* | 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 | 25 | -87/+83 |
|
|