- ee130b7 Very simple test for ctypes.util.find_library on Windows. by Thomas Heller · 17 years ago
- 95ba13f Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). by Thomas Heller · 17 years ago
- 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 17 years ago
- ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 17 years ago
- ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
- bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 17 years ago
- ecf9091 Don't allow keyword arguments to reversed(). by Georg Brandl · 17 years ago
- 5ffad66 Make generator repr consistent with function and code object repr. by Georg Brandl · 17 years ago
- a8eaf8f Rename the test file of reprlib. by Alexandre Vassalotti · 17 years ago
- 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 17 years ago
- 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 17 years ago
- 5915a4d make test_platform a bit more assertive (We'll see what the buildbots say.) by Benjamin Peterson · 17 years ago
- eb8cef2 Fixed import of configparser in the distutils module. by Alexandre Vassalotti · 17 years ago
- fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 17 years ago
- 90f2cb4 Remove the last usage of statvfs in the stdlib. by Brett Cannon · 17 years ago
- 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 17 years ago
- f7f439b Fixed typo in a doctest of test_genexps. by Alexandre Vassalotti · 17 years ago
- 3b46fcf Revert r63323: Use lowercase version of module name. by Alexandre Vassalotti · 17 years ago
- a5c3878 Import class from distutils.cmd, not .core, to avoid circular import by Andrew M. Kuchling · 17 years ago
- e00aecc Use lowercase version of module name by Andrew M. Kuchling · 17 years ago
- c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 17 years ago
- 00ca01e disable the crashing test. I will also file a bug. This crash does by Gregory P. Smith · 17 years ago
- 74a596c Deprecate WAIT for removal in 3.0. by Brett Cannon · 17 years ago
- f56b6ae Deprecated torgb for removal in 3.0. by Brett Cannon · 17 years ago
- 518c5da Deprecate SV for removal in 3.0. by Brett Cannon · 17 years ago
- cd2de08 Deprecate readcd for removal in 3.0. by Brett Cannon · 17 years ago
- 11ae6e7 Deprecated panelparser for removal in 3.0. by Brett Cannon · 17 years ago
- 7e37586 The panel module for IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 89f5d9c Deprecate jpeg for IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- d8c41ec Deprecate IOCTL from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- 6328b29 Deprecate IN from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 17 years ago
- 707e384 Deprecate GLWS from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- 82bd94e Deprecate GET from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 17 years ago
- 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 17 years ago
- 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 17 years ago
- 7663f9e Revert distutils changes done in r63248. by Alexandre Vassalotti · 17 years ago
- e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 17 years ago
- e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 17 years ago
- 1b9df68 Moved copy_reg stub module to lib-old/. by Alexandre Vassalotti · 17 years ago
- 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 17 years ago
- 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 17 years ago
- 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 17 years ago
- ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 17 years ago
- 8859822 Fix another "refleak" by clearing the filters after test. by Georg Brandl · 17 years ago
- 40388cc Fix "refleak" by restoring the tearDown method removed by accident (AFAICT) by Neal Norwitz · 17 years ago
- ee365b9 Enable the updated Lib/bsddb/test suite to run. by Gregory P. Smith · 17 years ago
- ea785fb Rewrap some lines in test_py3kwarn. by Brett Cannon · 17 years ago
- 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 17 years ago
- 18eb1fa Testsuite for bsddb module, version 4.6.4 by Jesus Cea · 17 years ago
- 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 17 years ago
- bbb0937 use .format and fix a bug by Benjamin Peterson · 17 years ago
- ab1fb9f Make error messages more helpful by Benjamin Peterson · 17 years ago
- e1b93f2 Adapt test_pyclbr to the new version of urllib.py: by Amaury Forgeot d'Arc · 17 years ago
- 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 17 years ago
- 1b4758d #2767: don't clear globs in run() call, since they could be needed in tearDown, by Georg Brandl · 17 years ago
- 45141d0 #2766: remove code without effect. by Georg Brandl · 17 years ago
- 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 17 years ago
- 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 17 years ago
- 81af68e Remove references to platform 'mac' by Ronald Oussoren · 17 years ago
- ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 17 years ago
- 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 17 years ago
- d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
- fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 17 years ago
- b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 17 years ago
- 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 17 years ago
- 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 17 years ago
- f4e83de Moved the Queue module stub in lib-old. by Alexandre Vassalotti · 17 years ago
- 275360e #2535: remove duplicated method. by Georg Brandl · 17 years ago
- 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 17 years ago
- 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
- 5128fb9 Try setting HOME env.var to fix test on Win32 by Andrew M. Kuchling · 17 years ago
- 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 17 years ago
- cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
- 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
- ca3ccd1 Add message to test assertion by Andrew M. Kuchling · 17 years ago
- ea823a8 #2803: fix wrong invocation of heappush in seldom-reached code. by Georg Brandl · 17 years ago
- d063240 #2787: Flush stdout after writing test name, helpful when running by Georg Brandl · 17 years ago
- b52a74b #2816: clarify error messages for EOF while scanning strings. by Georg Brandl · 17 years ago
- 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 17 years ago
- 9020ff8 Add some sentence endings. by Georg Brandl · 17 years ago
- 9835394 Add the "until" command to pdb by Benjamin Peterson · 17 years ago
- aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 17 years ago
- 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 17 years ago
- 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 17 years ago
- 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 17 years ago
- 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 17 years ago
- f602c71 Removed a dead line of code. by Alexandre Vassalotti · 17 years ago
- 445ff35 Fixed typo in a comment of test_support.CleanImport. by Alexandre Vassalotti · 17 years ago
- eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 17 years ago
- 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 17 years ago
- df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 17 years ago
- 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 17 years ago
- 2bca212 #1858: add distutils.config module by Andrew M. Kuchling · 17 years ago
- fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 17 years ago
- 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 17 years ago
- 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 17 years ago