- 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago
- 79e4803 remove test.support.have_unicode by Benjamin Peterson · 16 years ago
- 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
- 1b466f2 Merged revisions 63575 via svnmerge from by Georg Brandl · 16 years ago
- 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
- 744c2cd Merged revisions 63698 via svnmerge from by Benjamin Peterson · 16 years ago
- 39e360b fix failing test from rename by Benjamin Peterson · 16 years ago
- a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
- 84b7f0c Merged revisions 63670 via svnmerge from by Thomas Heller · 16 years ago
- 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
- 7f986ac Rename test file to its proper module name. by Georg Brandl · 16 years ago
- 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
- b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
- 346c921 Merged revisions 63644 via svnmerge from by Martin v. Löwis · 16 years ago
- 5424b0a Fixed old Tkinter import, the last apparently by Guilherme Polo · 16 years ago
- 2eab97c Merged revisions 63634 via svnmerge from by Martin v. Löwis · 16 years ago
- 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
- 3b4b45b #2967: Tkinter -> tkinter in test_tcl. by Georg Brandl · 16 years ago
- 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
- 15a51e3 Fix Queue -> queue. by Georg Brandl · 16 years ago
- d877ca8 fix skipped test due to import problem by Benjamin Peterson · 17 years ago
- 3eaaeb4 Merged revisions 63395-63396,63511,63522-63523 via svnmerge from by Thomas Heller · 17 years ago
- f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 17 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
- 02c0bbb Ignore test_c_api when checking for set methods. Thanks Brett! by Georg Brandl · 17 years ago
- 1921970 Better diagnostic. by Georg Brandl · 17 years ago
- 9dba5d9 Add a test suite for WeakSet mostly derived from test_set and fix some by Georg Brandl · 17 years ago
- c4dc0d4 #2905: fix merge glitch on OSX. by Georg Brandl · 17 years ago
- bf93b04 Fix two issues in the weak set implementation. by Georg Brandl · 17 years ago
- 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 17 years ago
- 2e08136 Tkinter, step 4: merge simple- and filedialog modules. by Georg Brandl · 17 years ago
- 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
- 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 17 years ago
- 4b006de Fixed signature of theThread in test_lock. by Alexandre Vassalotti · 17 years ago
- bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 17 years ago
- d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 17 years ago
- acbca71 Rename the repr module file to reprlib.py. by Alexandre Vassalotti · 17 years ago
- 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 17 years ago
- e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 17 years ago
- eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 17 years ago
- cfaf10c Merged revisions 63339 via svnmerge from by Brett Cannon · 17 years ago
- acbb786 Remove the statvfs module. by Brett Cannon · 17 years ago
- 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 17 years ago
- 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 17 years ago
- a79e33e Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from by Alexandre Vassalotti · 17 years ago
- 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 17 years ago
- 2402e93 Fixed another missed ConfigParser import rename. by Alexandre Vassalotti · 17 years ago
- fc02aef Fixed configparser import in distutils.config. by Alexandre Vassalotti · 17 years ago
- 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 17 years ago
- c7db1d6 Change Pickler._batch_appends() and Pickler._batch_setitems() to take by Alexandre Vassalotti · 17 years ago
- 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 17 years ago
- 32ac22a remove plat-darwin by Benjamin Peterson · 17 years ago
- b2fdf35 remove test_multifile by Benjamin Peterson · 17 years ago
- 69a07fb Remove the Mac modules by Benjamin Peterson · 17 years ago
- cc80bfe Fix doctest's __all__. by Georg Brandl · 17 years ago
- c737283 Remove function obsolete since Python 2.3 from traceback module. by Georg Brandl · 17 years ago
- 3183585 Remove deprecated Tester class from doctest module. by Georg Brandl · 17 years ago
- 2b2b44d #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konqueror is tried. by Amaury Forgeot d'Arc · 17 years ago
- d3343cb Remove the multifile module as deprecated by PEP 4. by Brett Cannon · 17 years ago
- ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 17 years ago
- 23a4a7b The __all__ value for 'collections' was missing UserList and UserString. by Brett Cannon · 17 years ago
- 25c7f0f Revert commit r63088. by Alexandre Vassalotti · 17 years ago
- cf3520c Remove the sre module. by Brett Cannon · 17 years ago
- 49d1b4f Remove old backwards-compatibility classes from the cgi module. by Georg Brandl · 17 years ago
- fb16cf1 Remove rfc822 dependency in test. by Georg Brandl · 17 years ago
- 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 17 years ago
- aa5b411 #756982: Remove rfc822 reference. by Georg Brandl · 17 years ago
- 2b576d2 Renamed PixMapWrapper module to pixmapwrapper. by Alexandre Vassalotti · 17 years ago
- f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 17 years ago
- 4e3e21e Remove test for now-removed classes. by Georg Brandl · 17 years ago
- 8041d47 fix __all__ by Benjamin Peterson · 17 years ago
- edb978f #2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes. by Georg Brandl · 17 years ago
- f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 17 years ago
- d8b61ee Remove the mhlib module. by Brett Cannon · 17 years ago
- bd47442 The ihooks module has been removed. by Brett Cannon · 17 years ago
- b59a2bd Remove the fpformat module. by Brett Cannon · 17 years ago
- f4fd993 Remove the dircache module. by Brett Cannon · 17 years ago
- 7ecf3dc Fixup old, invalid import. by Jeremy Hylton · 17 years ago
- d175b4c The Canvas module has been removed. by Brett Cannon · 17 years ago
- f0c0ff6 Removed redundant max() call. by Alexandre Vassalotti · 17 years ago
- 4e6531e Removed remnants of os.path.walk(). by Alexandre Vassalotti · 17 years ago
- b27406c Issue 2748: fix __ceil__, __floor__ and __round__ magic methods in by Mark Dickinson · 17 years ago
- d71ca41 Remove os.path.walk by Benjamin Peterson · 17 years ago
- 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 17 years ago
- 900ee3a Remove the user module. by Brett Cannon · 17 years ago
- d7cce26 Remove the mutex module. by Brett Cannon · 17 years ago
- 0ec5855 Remove the imputil module. by Brett Cannon · 17 years ago
- e4ca815 Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from by Christian Heimes · 17 years ago
- e580f5c Forward port r62849. by Raymond Hettinger · 17 years ago
- 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 17 years ago
- 160b9a3 Bumping versions for 3.0a5 by Barry Warsaw · 17 years ago
- 8d109cb Antoine Pitrou's patch for bug 2507; exception state lives too long in 3.0. by Barry Warsaw · 17 years ago
- 96de30a Removed test_overflow from test_memoryio.CBytesIOTest. by Alexandre Vassalotti · 17 years ago
- 8130f7c Fixed the negative value check in io._BytesIO.seek(). by Alexandre Vassalotti · 17 years ago
- 1bfe9dc8 Changed _bytesio.c to avoid comparing a signed with an unsigned value. by Alexandre Vassalotti · 17 years ago
- 2e0419d Cleaned how _BytesIO.read() returns an empty bytes object. by Alexandre Vassalotti · 17 years ago
- 75ca4ea Merged revisions 62792,62799-62800 via svnmerge from by Christian Heimes · 17 years ago
- 4833b3c Fixed a small bug introduced by r62778. by Alexandre Vassalotti · 17 years ago
- 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 17 years ago
- 5da31eb Added tests to check the buffer type returned during reading. by Alexandre Vassalotti · 17 years ago