- 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 16 years ago
- 3a1693a Note some removals and a rename by Andrew M. Kuchling · 16 years ago
- 7663f9e Revert distutils changes done in r63248. by Alexandre Vassalotti · 16 years ago
- c92fef9 Added documentation stub for ConfigParser. by Alexandre Vassalotti · 16 years ago
- e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 16 years ago
- 0a11f96 Update configparser docs for lowercasing rename. by Georg Brandl · 16 years ago
- e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 16 years ago
- 1b9df68 Moved copy_reg stub module to lib-old/. by Alexandre Vassalotti · 16 years ago
- 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 16 years ago
- 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 16 years ago
- 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 16 years ago
- ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 16 years ago
- 0b6b523 Install the json package and tests as well as the lib2to3 tests by Neal Norwitz · 16 years ago
- 8859822 Fix another "refleak" by clearing the filters after test. by Georg Brandl · 16 years ago
- 40388cc Fix "refleak" by restoring the tearDown method removed by accident (AFAICT) by Neal Norwitz · 16 years ago
- bd85eb1 Add NEWS entry for #2831. by Georg Brandl · 16 years ago
- ee365b9 Enable the updated Lib/bsddb/test suite to run. by Gregory P. Smith · 16 years ago
- ea785fb Rewrap some lines in test_py3kwarn. by Brett Cannon · 16 years ago
- 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 16 years ago
- c72df33 List all the removes and renamed modules by Andrew M. Kuchling · 16 years ago
- 9c5b515 Fix a refleak in the _warnings module. by Georg Brandl · 16 years ago
- 18eb1fa Testsuite for bsddb module, version 4.6.4 by Jesus Cea · 16 years ago
- cb33aea Remove leftovers from reverted setuptools checkin (they were added in r45525). by Marc-André Lemburg · 16 years ago
- 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 16 years ago
- ef9764f bsddb module updated to version 4.6.4 by Jesus Cea · 16 years ago
- bbb0937 use .format and fix a bug by Benjamin Peterson · 16 years ago
- ab1fb9f Make error messages more helpful by Benjamin Peterson · 16 years ago
- e1b93f2 Adapt test_pyclbr to the new version of urllib.py: by Amaury Forgeot d'Arc · 16 years ago
- 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
- f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 16 years ago
- ba39ef4 Win 95/98 is no longer supported. by Georg Brandl · 16 years ago
- d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 16 years ago
- 70dce22 Marshal is at version 2. by Georg Brandl · 16 years ago
- 173b739 Fix markup. by Georg Brandl · 16 years ago
- feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 16 years ago
- 1b4758d #2767: don't clear globs in run() call, since they could be needed in tearDown, by Georg Brandl · 16 years ago
- 45141d0 #2766: remove code without effect. by Georg Brandl · 16 years ago
- 21f990c Fix parameter name for enumerate(). by Georg Brandl · 16 years ago
- e321c2f #2836: backport new string formatting docs. by Georg Brandl · 16 years ago
- 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 16 years ago
- 103f19d Added 'n' presentation type for integers. by Eric Smith · 16 years ago
- 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 16 years ago
- 81af68e Remove references to platform 'mac' by Ronald Oussoren · 16 years ago
- 6a0a368 Fix-up docs for the copyreg module renaming. by Georg Brandl · 16 years ago
- 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 16 years ago
- bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 16 years ago
- ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 16 years ago
- 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 16 years ago
- fea23a4 Added stub entry in the documentation mentioning SocketServer was renamed. by Alexandre Vassalotti · 16 years ago
- d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
- fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 16 years ago
- ed02e51 make message slightly more informative, so there's no chance of misunderstanding it by Benjamin Peterson · 16 years ago
- b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 16 years ago
- 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
- b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 16 years ago
- 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 16 years ago
- f4e83de Moved the Queue module stub in lib-old. by Alexandre Vassalotti · 16 years ago
- 5a32772 Add a deprecation notice to mailbox' old classes' doc. by Georg Brandl · 16 years ago
- d61c70d Formally deprecate old classes in the cgi module. by Georg Brandl · 16 years ago
- 275360e #2535: remove duplicated method. by Georg Brandl · 16 years ago
- 3fc974f Clarify os.strerror()s exception behavior. by Georg Brandl · 16 years ago
- 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 16 years ago
- ecbbd94 #2809 followup: even better split docstring. by Georg Brandl · 16 years ago
- 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
- 5128fb9 Try setting HOME env.var to fix test on Win32 by Andrew M. Kuchling · 16 years ago
- 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 16 years ago
- cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 16 years ago
- 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
- ca3ccd1 Add message to test assertion by Andrew M. Kuchling · 16 years ago
- e85ae1b broaden .bzrignore by Benjamin Peterson · 16 years ago
- ea823a8 #2803: fix wrong invocation of heappush in seldom-reached code. by Georg Brandl · 16 years ago
- d063240 #2787: Flush stdout after writing test name, helpful when running by Georg Brandl · 16 years ago
- b52a74b #2816: clarify error messages for EOF while scanning strings. by Georg Brandl · 16 years ago
- 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 16 years ago
- ae98f50 #2709 followup: better description of Tk's pros and cons. by Georg Brandl · 16 years ago
- 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
- 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
- aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
- 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 16 years ago
- ab756f6 #2452: timeout is used for all blocking operations. by Georg Brandl · 16 years ago
- 0aaf559 #2741: clarification of value range for address_family. by Georg Brandl · 16 years ago
- e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 16 years ago
- 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
- 5b54887 #2709: clarification. by Georg Brandl · 16 years ago
- a36909e Fix typo. by Georg Brandl · 16 years ago
- dfb77db #2809: elaborate str.split docstring a bit. by Georg Brandl · 16 years ago
- 53905d8 #1153769: document PEP 237 changes to string formatting. by Georg Brandl · 16 years ago
- 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 16 years ago
- 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 16 years ago
- 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
- f602c71 Removed a dead line of code. by Alexandre Vassalotti · 16 years ago
- 445ff35 Fixed typo in a comment of test_support.CleanImport. by Alexandre Vassalotti · 16 years ago
- d809603 #2742: ``''`` is not converted to NULL in getaddrinfo. by Georg Brandl · 16 years ago
- eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 16 years ago
- 605a0c6 reload() takes the module itself. by Georg Brandl · 16 years ago
- 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 16 years ago
- 79964cf Copied two versions of the example from the interactive session. Delete one. by Skip Montanaro · 16 years ago
- 7595c1a Flesh out the 3.0 deprecation to suggest using the ctypes module. by Brett Cannon · 16 years ago
- a975cd4 Fix up markup in the deprecation notice. by Brett Cannon · 16 years ago
- df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago