Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Deprecated 'fm' for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+2 | |
| | ||||||
* | FL, flp, and fl from IRIX have been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 | |
| | ||||||
* | FILE from IRIX has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 | |
| | ||||||
* | Deprecate ERRNO for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 | |
| | ||||||
* | Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for ↵ | Brett Cannon | 2008-05-15 | 1 | -1/+2 | |
| | | | | removal in 3.0. | |||||
* | Renamed the ConfigParser module to 'configparser'. | Alexandre Vassalotti | 2008-05-14 | 1 | -1/+2 | |
| | ||||||
* | Deprecate CL, CL_old, and cl for 3.0. | Brett Cannon | 2008-05-14 | 1 | -1/+1 | |
| | ||||||
* | Deprecate the cdplayer module for IRIX for 3.0. | Brett Cannon | 2008-05-14 | 1 | -1/+2 | |
| | ||||||
* | The cddb module for IRIX has been deprecated for 3.0. | Brett Cannon | 2008-05-14 | 1 | -1/+1 | |
| | ||||||
* | The CD and cd modules for IRIX are deprecated for 3.0. | Brett Cannon | 2008-05-14 | 1 | -1/+1 | |
| | ||||||
* | Rewrap some lines in test_py3kwarn. | Brett Cannon | 2008-05-14 | 1 | -7/+10 | |
| | ||||||
* | Deprecate al/AL for removal in 3.0. | Brett Cannon | 2008-05-14 | 1 | -1/+1 | |
| | ||||||
* | use .format and fix a bug | Benjamin Peterson | 2008-05-13 | 1 | -5/+5 | |
| | ||||||
* | Make error messages more helpful | Benjamin Peterson | 2008-05-12 | 1 | -2/+5 | |
| | ||||||
* | Add warnings to and deprecated all those Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -1/+13 | |
| | ||||||
* | Deprecate the sv module as per PEP 4. | Brett Cannon | 2008-05-12 | 1 | -1/+2 | |
| | ||||||
* | Renamed SocketServer to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -1/+2 | |
| | | | | Deprecated old name. | |||||
* | Depreate imageop for removal in 3.0. | Brett Cannon | 2008-05-12 | 1 | -2/+1 | |
| | ||||||
* | Revert commit r63086. | Alexandre Vassalotti | 2008-05-11 | 1 | -17/+7 | |
| | ||||||
* | Added stub for the PixMapWrapper module to be renamed in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -7/+17 | |
| | | | | | | Modified TestStdlibRenames to support platform specific renames. Added test for PixMapWrapper rename warning. Added note to documentation about PixMapWrapper rename. | |||||
* | Added test for Queue rename warning. | Alexandre Vassalotti | 2008-05-11 | 1 | -1/+1 | |
| | | | | Added note to documentation about Queue rename. | |||||
* | Added test for copy_reg rename. | Alexandre Vassalotti | 2008-05-11 | 1 | -1/+1 | |
| | | | | Added note to documentation about copy_reg rename. | |||||
* | Removed a dead line of code. | Alexandre Vassalotti | 2008-05-11 | 1 | -1/+0 | |
| | ||||||
* | Added test framework for handling module renames. | Alexandre Vassalotti | 2008-05-11 | 1 | -12/+45 | |
| | | | | | Factored the import guard in test_py3kwarn.TestStdlibRemovals into a context manager, namely test_support.CleanImport. | |||||
* | Deprecated the mhlib module for removal in 3.0. | Brett Cannon | 2008-05-11 | 1 | -1/+1 | |
| | ||||||
* | The linuxaudidev module has been deprecated for removal in Python 3.0. | Brett Cannon | 2008-05-11 | 1 | -1/+1 | |
| | ||||||
* | Deprecate ihooks for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -1/+2 | |
| | ||||||
* | Deprecate the fpformat module for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -1/+1 | |
| | ||||||
* | Deprecate the dl module for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -1/+1 | |
| | ||||||
* | Deprecate the dircache module for 3.0. | Brett Cannon | 2008-05-10 | 1 | -1/+1 | |
| | ||||||
* | Make sure warnings are not suppressed when testing for the raised | Brett Cannon | 2008-05-10 | 1 | -1/+1 | |
| | | | | DeprecationWarning. | |||||
* | The Canvas module has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -1/+2 | |
| | ||||||
* | Add a test for the deprecation of the compiler package. | Brett Cannon | 2008-05-10 | 1 | -1/+1 | |
| | ||||||
* | Deprecate the bsddb185 module for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+6 | |
| | ||||||
* | Deprecate Bastion and rexec for 3.0. | Brett Cannon | 2008-05-10 | 1 | -1/+2 | |
| | ||||||
* | Deprecate the pure module for 3.0. | Brett Cannon | 2008-05-09 | 1 | -1/+10 | |
| | ||||||
* | Deprecate test.testall for removal in 3.0. | Brett Cannon | 2008-05-09 | 1 | -0/+2 | |
| | ||||||
* | Deprecate the new module for removal in 3.0. | Brett Cannon | 2008-05-09 | 1 | -1/+1 | |
| | ||||||
* | Add Py3k warnings to os.path.walk | Benjamin Peterson | 2008-05-09 | 1 | -0/+11 | |
| | ||||||
* | Deprecate the user module for removal in 3.0. | Brett Cannon | 2008-05-08 | 1 | -1/+1 | |
| | ||||||
* | The mutex module has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-08 | 1 | -1/+1 | |
| | ||||||
* | Deprecate the imputil module for removal in 3.0. | Brett Cannon | 2008-05-08 | 1 | -1/+1 | |
| | ||||||
* | Deprecate the audiodev module for 3.0. | Brett Cannon | 2008-05-06 | 1 | -1/+35 | |
| | ||||||
* | Make Py3k warnings consistent w.r.t. punctuation; also respect the | Georg Brandl | 2008-03-25 | 1 | -9/+9 | |
| | | | | EOL 80 limit and supply more alternatives in warning messages. | |||||
* | #2355: py3k warning for buffer(). | Georg Brandl | 2008-03-25 | 1 | -0/+5 | |
| | ||||||
* | #2348: add py3k warning for file.softspace. | Georg Brandl | 2008-03-21 | 1 | -0/+10 | |
| | ||||||
* | #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack ↵ | Georg Brandl | 2008-03-21 | 1 | -0/+10 | |
| | | | | Diederich. | |||||
* | #2358: add py3k warning to sys.exc_clear(). | Georg Brandl | 2008-03-21 | 1 | -0/+5 | |
| | ||||||
* | The filter() function does support a None argument in Py3.0. | Raymond Hettinger | 2008-03-19 | 1 | -11/+0 | |
| | ||||||
* | Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh. | Raymond Hettinger | 2008-03-19 | 1 | -0/+14 | |
| |