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
*
Make Py3k warnings consistent w.r.t. punctuation; also respect the
Georg Brandl
2008-03-25
1
-9/+9
*
#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
*
#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
*
Use sys.py3kwarning instead of trying to trigger a Py3k-related warning.
Brett Cannon
2008-03-19
1
-8/+6
*
Added zip, map, filter to future_bultins (#2171)
David Wolever
2008-03-19
1
-0/+11
*
Add py3k warnings for code and method inequality comparisons. This should res...
Steven Bethard
2008-03-18
1
-0/+29
*
Add py3k warnings for object, type, cell and dict comparisons. This should re...
Steven Bethard
2008-03-18
1
-0/+60