- 945a8ba Cleanup some test cases using check_warnings and check_py3k_warnings. by Florent Xicluna · 15 years ago
- 4d42f2b #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag. by Florent Xicluna · 15 years ago
- aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
- 8015725 Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles by Antoine Pitrou · 15 years ago
- 99a5023 improve several corner cases related with argument names in parenthesis by Benjamin Peterson · 15 years ago
- 16a0247 Fix bad variable name in r73846. by Alexandre Vassalotti · 16 years ago
- 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 16 years ago
- 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 16 years ago
- 0c6de43 remove this test; a module level warning is enough by Benjamin Peterson · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
- 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
- f09925d add py3k warnings to frame.f_exc_* by Benjamin Peterson · 16 years ago
- 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 17 years ago
- d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 17 years ago
- 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
- 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 17 years ago
- a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was by Brett Cannon · 17 years ago
- 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 17 years ago
- 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 17 years ago
- 6ee1a31 add py3k warnings for old threading APIs by Benjamin Peterson · 17 years ago
- 541f7da add a test for reduce's move by Benjamin Peterson · 17 years ago
- 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 17 years ago
- 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 17 years ago
- a6864e0 fix test_py3kwarns by Benjamin Peterson · 17 years ago
- 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 17 years ago
- 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 17 years ago
- a03722f deprecated mimetools by Benjamin Peterson · 17 years ago
- f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 17 years ago
- d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 17 years ago
- 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 17 years ago
- ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 17 years ago
- abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 17 years ago
- 1d31023 Improvements for test_py3kwarn by Benjamin Peterson · 17 years ago
- 3aa84a7 warn about some members of the commands module by Benjamin Peterson · 17 years ago
- 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
- a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
- e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
- 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
- dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 17 years ago
- 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
- d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 17 years ago
- a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 17 years ago
- 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 17 years ago
- c6d64ec revert 63425 over Guido's Febuary message about this, that I missed by Benjamin Peterson · 17 years ago
- d7943cb fix spelling by Benjamin Peterson · 17 years ago
- 79a922d add Py3k warnings to oct and hex. backport hex behavior (because it's not different) by Benjamin Peterson · 17 years ago
- 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 17 years ago
- ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
- 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 17 years ago
- fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 17 years ago
- 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 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
- 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
- e3a23c0 Renamed the ConfigParser module to 'configparser'. 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
- 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
- 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
- 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 17 years ago
- ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 17 years ago
- fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 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
- 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
- 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 17 years ago
- 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 17 years ago
- f602c71 Removed a dead line of code. 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
- 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
- ddf7a42 Make sure warnings are not suppressed when testing for the raised by Brett Cannon · 17 years ago
- d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 756bc0b Add a test for the deprecation of the compiler package. by Brett Cannon · 17 years ago
- 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 17 years ago
- 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 17 years ago
- 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 17 years ago
- 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 17 years ago