summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix sys.flags sequence behavior and add a test case.Georg Brandl2008-06-061-1/+2
* use the more idomatic (and Py3k faster) while TrueBenjamin Peterson2008-06-051-1/+1
* Fixed isinstance() check in dis.dis().Alexandre Vassalotti2008-06-041-1/+1
* Merged revisions 63856-63857,63859-63860 via svnmerge fromMartin v. Löwis2008-06-042-2/+136
* Remove tabcheck from the expected flags in sys.flags.Georg Brandl2008-06-041-1/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-4/+4
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-047-43/+16
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-047-16/+43
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-031-0/+8
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-2/+7
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-021-0/+20
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-016-1546/+2
* Merged revisions 63871 via svnmerge fromGeorg Brandl2008-06-012-135/+195
* Add test case for r63810.Georg Brandl2008-05-301-0/+5
* Remove basestring usage.Georg Brandl2008-05-301-1/+1
* Merged revisions 63460,63464 via svnmerge fromBenjamin Peterson2008-05-292-6/+30
* add the gestalt module back as _gestaltBenjamin Peterson2008-05-291-5/+3
* Merged revisions 63791-63792 via svnmerge fromThomas Heller2008-05-291-0/+8
* #2906: accept lists for options, and some cosmetic fixes in Tkinter.Georg Brandl2008-05-291-15/+19
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-282-154/+8
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-283-49/+47
* Remove __metaclass__ remains.Georg Brandl2008-05-271-1/+1
* #2957: marshal recursion limit exceeded when importing a large .pyc fileAmaury Forgeot d'Arc2008-05-261-0/+6
* update test ignore listBenjamin Peterson2008-05-261-9/+9
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-266-135/+103
* Remove _FooCookieJar modules and merge their content into http.cookiejar.Georg Brandl2008-05-263-320/+295
* remove test.support.have_unicodeBenjamin Peterson2008-05-263-21/+12
* Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv...Benjamin Peterson2008-05-264-3/+163
* Merged revisions 63575 via svnmerge fromGeorg Brandl2008-05-261-1/+1
* Create http package. #2883.Georg Brandl2008-05-2635-869/+721
* Merged revisions 63698 via svnmerge fromBenjamin Peterson2008-05-262-0/+14
* fix failing test from renameBenjamin Peterson2008-05-261-8/+8
* Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,...Benjamin Peterson2008-05-264-16/+45
* Merged revisions 63670 via svnmerge fromThomas Heller2008-05-261-0/+4
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-268-495/+313
* Rename test file to its proper module name.Georg Brandl2008-05-261-0/+147
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-2617-328/+287
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-2517-65/+862
* Merged revisions 63644 via svnmerge fromMartin v. Löwis2008-05-251-1/+4
* Fixed old Tkinter import, the last apparentlyGuilherme Polo2008-05-251-1/+1
* Merged revisions 63634 via svnmerge fromMartin v. Löwis2008-05-252-9/+158
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-2525-87/+83
* #2967: Tkinter -> tkinter in test_tcl.Georg Brandl2008-05-251-1/+1
* #2879: rename _winreg to winreg.Georg Brandl2008-05-255-38/+38
* Fix Queue -> queue.Georg Brandl2008-05-251-1/+1
* fix skipped test due to import problemBenjamin Peterson2008-05-231-1/+1
* Merged revisions 63395-63396,63511,63522-63523 via svnmerge fromThomas Heller2008-05-234-6/+60
* Change test_htmlparser to reflect the HTMLParser -> html.parserMark Dickinson2008-05-212-6/+6
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20356-1302/+1301
* Ignore test_c_api when checking for set methods. Thanks Brett!Georg Brandl2008-05-181-1/+1