index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_py3kwarn.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-1/+1
*
Fix for issue8446:
Ronald Oussoren
2010-06-22
1
-1/+7
*
Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning.
Mark Dickinson
2010-06-05
1
-12/+4
*
Cleanup some test cases using check_warnings and check_py3k_warnings.
Florent Xicluna
2010-03-17
1
-32/+29
*
#7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag.
Florent Xicluna
2010-03-09
1
-14/+29
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-3/+3
*
Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles
Antoine Pitrou
2010-01-08
1
-1/+1
*
improve several corner cases related with argument names in parenthesis
Benjamin Peterson
2009-11-19
1
-0/+12
*
Fix bad variable name in r73846.
Alexandre Vassalotti
2009-07-05
1
-2/+2
*
Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and
Alexandre Vassalotti
2009-07-05
1
-0/+12
*
only order comparisons are removed in py3k #6119
Benjamin Peterson
2009-07-02
1
-1/+10
*
remove this test; a module level warning is enough
Benjamin Peterson
2009-07-02
1
-11/+0
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-3/+2
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-2/+2
*
add py3k warnings to frame.f_exc_*
Benjamin Peterson
2008-12-22
1
-0/+10
*
give a py3k warning when 'nonlocal' is used as a variable name
Benjamin Peterson
2008-10-25
1
-41/+23
*
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...
Nick Coghlan
2008-09-11
1
-40/+85
*
warnings.catch_warnings() now returns a list or None instead of the custom
Brett Cannon
2008-09-09
1
-64/+36
*
Deprecate bsddb for removal in Python 3.0.
Brett Cannon
2008-09-05
1
-1/+1
*
test_py3kwarn had been overlooked when test.test_support.catch_warning() was
Brett Cannon
2008-09-03
1
-10/+10
*
remove py3k warnings about the threading api; update docs
Benjamin Peterson
2008-09-01
1
-35/+0
*
generate py3k warnings on __getslice__, __delslice__, and __setslice__
Benjamin Peterson
2008-08-24
1
-0/+22
*
add py3k warnings for old threading APIs
Benjamin Peterson
2008-08-18
1
-0/+34
*
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 inh...
Nick Coghlan
2008-08-11
1
-4/+88
*
Deprecate the sunaudio module for removal in Python 3.0. The sunau module can...
Brett Cannon
2008-07-18
1
-2/+3
*
fix test_py3kwarns
Benjamin Peterson
2008-07-14
1
-18/+19
*
Make test.test_support.catch_warnings more robust as discussed on python-dev....
Nick Coghlan
2008-07-13
1
-28/+2
*
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
*
Improvements for test_py3kwarn
Benjamin Peterson
2008-05-27
1
-5/+5
*
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
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
1
-1/+0
*
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
*
#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
*
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 dif...
Benjamin Peterson
2008-05-17
1
-0/+14
[next]