summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py3kwarn.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-111-40/+85
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-64/+36
* Deprecate bsddb for removal in Python 3.0.Brett Cannon2008-09-051-1/+1
* test_py3kwarn had been overlooked when test.test_support.catch_warning() wasBrett Cannon2008-09-031-10/+10
* remove py3k warnings about the threading api; update docsBenjamin Peterson2008-09-011-35/+0
* generate py3k warnings on __getslice__, __delslice__, and __setslice__Benjamin Peterson2008-08-241-0/+22
* add py3k warnings for old threading APIsBenjamin Peterson2008-08-181-0/+34
* add a test for reduce's moveBenjamin Peterson2008-08-181-0/+6
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-111-4/+88
* Deprecate the sunaudio module for removal in Python 3.0. The sunau module can...Brett Cannon2008-07-181-2/+3
* fix test_py3kwarnsBenjamin Peterson2008-07-141-18/+19
* Make test.test_support.catch_warnings more robust as discussed on python-dev....Nick Coghlan2008-07-131-28/+2
* add py3k warnings to rfc822Benjamin Peterson2008-06-121-1/+1
* deprecated mimetoolsBenjamin Peterson2008-06-121-1/+1
* warn about parameter tuple unpackingBenjamin Peterson2008-06-081-0/+6
* Warn about assigning to Py3k keywords (True and False)Benjamin Peterson2008-06-081-0/+49
* change Py3k backquote warning to a SyntaxWarning and add a testBenjamin Peterson2008-06-081-0/+6
* Deprecate htmllib and sgmllib for 3.0.Georg Brandl2008-06-011-1/+1
* UserString.MutableString has been removed in Python 3.0.Brett Cannon2008-05-291-0/+8
* Improvements for test_py3kwarnBenjamin Peterson2008-05-271-5/+5
* warn about some members of the commands moduleBenjamin Peterson2008-05-261-0/+9
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-40/+1
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-3/+1
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-1/+0
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-231-1/+1
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-1/+1
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-17/+1
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-201-2/+0
* #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
* 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 dif...Benjamin Peterson2008-05-171-0/+14
* 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
* 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