Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 73774 via svnmerge from | Benjamin Peterson | 2009-07-02 | 1 | -1/+10 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73774 | benjamin.peterson | 2009-07-02 12:06:17 -0500 (Thu, 02 Jul 2009) | 1 line only order comparisons are removed in py3k #6119 ........ | ||||
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the ↵ | Nick Coghlan | 2008-09-11 | 1 | -40/+85 |
| | | | | test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) | ||||
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -64/+36 |
| | | | | | | | | WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson. | ||||
* | Deprecate bsddb for removal in Python 3.0. | Brett Cannon | 2008-09-05 | 1 | -1/+1 |
| | | | | | Closes issue 3776. Review by Nick Coghlan. | ||||
* | test_py3kwarn had been overlooked when test.test_support.catch_warning() was | Brett Cannon | 2008-09-03 | 1 | -10/+10 |
| | | | | | | | re-implemented to use warnings.catch_warnings() and had its API improved. Closes issue #3768. Code review by Benjamin Peterson. | ||||
* | remove py3k warnings about the threading api; update docs | Benjamin Peterson | 2008-09-01 | 1 | -35/+0 |
| | | | | Reviewer: Benjamin Peterson | ||||
* | generate py3k warnings on __getslice__, __delslice__, and __setslice__ | Benjamin Peterson | 2008-08-24 | 1 | -0/+22 |
| | | | | Reviewer: Brett Cannon | ||||
* | add py3k warnings for old threading APIs | Benjamin Peterson | 2008-08-18 | 1 | -0/+34 |
| | | | | they will still live in 3.0 but it can't hurt | ||||
* | add a test for reduce's move | Benjamin Peterson | 2008-08-18 | 1 | -0/+6 |
| | |||||
* | Issue 2235: Py3k warnings are now emitted for classes that will no longer ↵ | Nick Coghlan | 2008-08-11 | 1 | -4/+88 |
| | | | | 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. | ||||
* | Deprecate the sunaudio module for removal in Python 3.0. The sunau module ↵ | Brett Cannon | 2008-07-18 | 1 | -2/+3 |
| | | | | can provide similar functionality. | ||||
* | fix test_py3kwarns | Benjamin Peterson | 2008-07-14 | 1 | -18/+19 |
| | | | | The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python. | ||||
* | Make test.test_support.catch_warnings more robust as discussed on ↵ | Nick Coghlan | 2008-07-13 | 1 | -28/+2 |
| | | | | python-dev. Also add explicit tests for itto test_warnings. | ||||
* | add py3k warnings to rfc822 | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | deprecated mimetools | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | warn about parameter tuple unpacking | Benjamin Peterson | 2008-06-08 | 1 | -0/+6 |
| | |||||
* | Warn about assigning to Py3k keywords (True and False) | Benjamin Peterson | 2008-06-08 | 1 | -0/+49 |
| | |||||
* | change Py3k backquote warning to a SyntaxWarning and add a test | Benjamin Peterson | 2008-06-08 | 1 | -0/+6 |
| | |||||
* | Deprecate htmllib and sgmllib for 3.0. | Georg Brandl | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | UserString.MutableString has been removed in Python 3.0. | Brett Cannon | 2008-05-29 | 1 | -0/+8 |
| | | | | Works on issue #2877. Thanks Quentin Gallet-Gilles for the patch. | ||||
* | Improvements for test_py3kwarn | Benjamin Peterson | 2008-05-27 | 1 | -5/+5 |
| | | | | | - Always show warnings so they are always catchable - Make test_os_path_walk faster by walking a less populous directory | ||||
* | warn about some members of the commands module | Benjamin Peterson | 2008-05-26 | 1 | -0/+9 |
| | |||||
* | ConfigParser renaming reversal part 3: move module into place and adapt imports. | Georg Brandl | 2008-05-25 | 1 | -40/+1 |
| | |||||
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 1 | -3/+1 |
| | | | | change imports and other references. Closes #2925. | ||||
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -1/+0 |
| | | | | place and fix all references to it. Closes #2926. | ||||
* | Revert the renaming of repr to reprlib. | Brett Cannon | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -17/+1 |
| | |||||
* | revert creation of the html.entities and html.parser modules | Fred Drake | 2008-05-20 | 1 | -2/+0 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | #2353: raise Py3k warning in file.xreadlines(). | Georg Brandl | 2008-05-17 | 1 | -0/+7 |
| | |||||
* | rename HTMLParser to html.parser, htmlentitydefs to html.entities | Fred Drake | 2008-05-17 | 1 | -0/+2 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | revert 63425 over Guido's Febuary message about this, that I missed | Benjamin Peterson | 2008-05-17 | 1 | -14/+0 |
| | |||||
* | fix spelling | Benjamin Peterson | 2008-05-17 | 1 | -1/+1 |
| | |||||
* | add Py3k warnings to oct and hex. backport hex behavior (because it's not ↵ | Benjamin Peterson | 2008-05-17 | 1 | -0/+14 |
| | | | | different) | ||||
* | Added Python 3.0 warning to cPickle. | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -0/+15 |
| | |||||
* | Renamed the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+3 |
| | | | | Added stub module for repr. | ||||
* | Deprecated statvfs for removal in 3.0. | Brett Cannon | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. | Brett Cannon | 2008-05-16 | 1 | -1/+3 |
| | |||||
* | Deprecate WAIT for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Deprecated torgb for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Deprecate SV for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Deprecate readcd for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+2 |
| | |||||
* | The panel module for IRIX has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Deprecate jpeg for IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Deprecate IOCTL from IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+2 |
| | |||||
* | Deprecate IN from IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Deprecate imgfile for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Deprecate GLWS from IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Deprecate GET from IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -1/+1 |
| |