summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-2513-31/+32
* #2967: Tkinter -> tkinter in test_tcl.Georg Brandl2008-05-251-1/+1
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-1/+1
* Change test_htmlparser to reflect the HTMLParser -> html.parserMark Dickinson2008-05-211-5/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20334-1275/+1274
* Ignore test_c_api when checking for set methods. Thanks Brett!Georg Brandl2008-05-181-1/+1
* Better diagnostic.Georg Brandl2008-05-181-1/+2
* Add a test suite for WeakSet mostly derived from test_set and fix someGeorg Brandl2008-05-181-0/+311
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-173-4/+4
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-164-2/+4
* #2895: don't crash with bytes as keyword argument names.Georg Brandl2008-05-161-0/+8
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-162-3/+3
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-166-12/+44
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-163-1/+30
* Merged revisions 63339 via svnmerge fromBrett Cannon2008-05-161-10/+6
* Remove the statvfs module.Brett Cannon2008-05-161-1/+0
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-162-2/+35
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-163-0/+49
* Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...Alexandre Vassalotti2008-05-153-2/+5
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-151-0/+18
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-142-19/+19
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-134-5/+5
* remove test_multifileBenjamin Peterson2008-05-121-66/+0
* Remove the Mac modulesBenjamin Peterson2008-05-124-302/+0
* Remove deprecated Tester class from doctest module.Georg Brandl2008-05-121-126/+0
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-124-32/+32
* The __all__ value for 'collections' was missing UserList and UserString.Brett Cannon2008-05-121-0/+1
* Remove the sre module.Brett Cannon2008-05-111-10/+0
* Remove old backwards-compatibility classes from the cgi module.Georg Brandl2008-05-111-38/+4
* Remove rfc822 dependency in test.Georg Brandl2008-05-111-6/+3
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-112-3/+14
* Rename Queue module to queue.Alexandre Vassalotti2008-05-113-18/+18
* Remove test for now-removed classes.Georg Brandl2008-05-111-154/+0
* #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge...Georg Brandl2008-05-111-14/+1
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-115-214/+214
* Remove the mhlib module.Brett Cannon2008-05-112-348/+0
* The ihooks module has been removed.Brett Cannon2008-05-101-1/+0
* Remove the fpformat module.Brett Cannon2008-05-101-75/+0
* Remove the dircache module.Brett Cannon2008-05-102-75/+1
* Issue 2748: fix __ceil__, __floor__ and __round__ magic methods inMark Dickinson2008-05-091-0/+88
* Merged revisions 62873,62887,62892-62896,62904 via svnmerge fromBenjamin Peterson2008-05-083-10/+23
* Remove the user module.Brett Cannon2008-05-081-4/+0
* Remove the mutex module.Brett Cannon2008-05-081-33/+0
* Remove the imputil module.Brett Cannon2008-05-082-2/+0
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+17
* Antoine Pitrou's patch for bug 2507; exception state lives too long inBarry Warsaw2008-05-081-2/+29
* Removed test_overflow from test_memoryio.CBytesIOTest.Alexandre Vassalotti2008-05-081-13/+0
* Changed _bytesio.c to avoid comparing a signed with an unsigned value.Alexandre Vassalotti2008-05-071-0/+14
* Merged revisions 62792,62799-62800 via svnmerge fromChristian Heimes2008-05-062-13/+16
* Fixed a small bug introduced by r62778.Alexandre Vassalotti2008-05-061-0/+2