summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py3kwarn.py
Commit message (Collapse)AuthorAgeFilesLines
* #2353: raise Py3k warning in file.xreadlines().Georg Brandl2008-05-171-0/+7
|
* rename HTMLParser to html.parser, htmlentitydefs to html.entitiesFred Drake2008-05-171-0/+2
| | | | (http://bugs.python.org/issue2882)
* revert 63425 over Guido's Febuary message about this, that I missedBenjamin Peterson2008-05-171-14/+0
|
* fix spellingBenjamin Peterson2008-05-171-1/+1
|
* add Py3k warnings to oct and hex. backport hex behavior (because it's not ↵Benjamin Peterson2008-05-171-0/+14
| | | | different)
* Added Python 3.0 warning to cPickle.Alexandre Vassalotti2008-05-161-1/+1
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-0/+15
|
* Renamed the repr module to reprlib.Alexandre Vassalotti2008-05-161-1/+3
| | | | Added stub module for repr.
* Deprecated statvfs for removal in 3.0.Brett Cannon2008-05-161-1/+1
|
* Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.Brett Cannon2008-05-161-1/+3
|
* Deprecate WAIT for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecated torgb for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate SV for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate readcd for removal in 3.0.Brett Cannon2008-05-151-1/+2
|
* The panel module for IRIX has been deprecated for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate jpeg for IRIX for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate IOCTL from IRIX for removal in 3.0.Brett Cannon2008-05-151-1/+2
|
* Deprecate IN from IRIX for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate imgfile for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate GLWS from IRIX for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate GET from IRIX for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecated 'fm' for removal in 3.0.Brett Cannon2008-05-151-1/+2
|
* FL, flp, and fl from IRIX have been deprecated for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* FILE from IRIX has been deprecated for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate ERRNO for removal in 3.0.Brett Cannon2008-05-151-1/+1
|
* Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for ↵Brett Cannon2008-05-151-1/+2
| | | | removal in 3.0.
* Renamed the ConfigParser module to 'configparser'.Alexandre Vassalotti2008-05-141-1/+2
|
* Deprecate CL, CL_old, and cl for 3.0.Brett Cannon2008-05-141-1/+1
|
* Deprecate the cdplayer module for IRIX for 3.0.Brett Cannon2008-05-141-1/+2
|
* The cddb module for IRIX has been deprecated for 3.0.Brett Cannon2008-05-141-1/+1
|
* The CD and cd modules for IRIX are deprecated for 3.0.Brett Cannon2008-05-141-1/+1
|
* Rewrap some lines in test_py3kwarn.Brett Cannon2008-05-141-7/+10
|
* Deprecate al/AL for removal in 3.0.Brett Cannon2008-05-141-1/+1
|
* use .format and fix a bugBenjamin Peterson2008-05-131-5/+5
|
* Make error messages more helpfulBenjamin Peterson2008-05-121-2/+5
|
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-1/+13
|
* Deprecate the sv module as per PEP 4.Brett Cannon2008-05-121-1/+2
|
* Renamed SocketServer to 'socketserver'.Alexandre Vassalotti2008-05-121-1/+2
| | | | Deprecated old name.
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-121-2/+1
|
* Revert commit r63086.Alexandre Vassalotti2008-05-111-17/+7
|
* Added stub for the PixMapWrapper module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-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 Vassalotti2008-05-111-1/+1
| | | | Added note to documentation about Queue rename.
* Added test for copy_reg rename.Alexandre Vassalotti2008-05-111-1/+1
| | | | Added note to documentation about copy_reg rename.
* Removed a dead line of code.Alexandre Vassalotti2008-05-111-1/+0
|
* Added test framework for handling module renames.Alexandre Vassalotti2008-05-111-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 Cannon2008-05-111-1/+1
|
* The linuxaudidev module has been deprecated for removal in Python 3.0.Brett Cannon2008-05-111-1/+1
|
* Deprecate ihooks for removal in 3.0.Brett Cannon2008-05-101-1/+2
|
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-101-1/+1
|
* Deprecate the dl module for removal in 3.0.Brett Cannon2008-05-101-1/+1
|