Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9ae080ee5acad3c6207db75843cf1a27f868c540
/
Lib
/
test
/
test_py3kwarn.py
d5b635f
Make Py3k warnings consistent w.r.t. punctuation; also respect the
by Georg Brandl
· 17 years ago
80055f6
#2355: py3k warning for buffer().
by Georg Brandl
· 17 years ago
65bb42d
#2348: add py3k warning for file.softspace.
by Georg Brandl
· 17 years ago
07e5681
#2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich.
by Georg Brandl
· 17 years ago
5a44424
#2358: add py3k warning to sys.exc_clear().
by Georg Brandl
· 17 years ago
10dca6e
The filter() function does support a None argument in Py3.0.
by Raymond Hettinger
· 17 years ago
0538786
Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh.
by Raymond Hettinger
· 17 years ago
977eb02
Use sys.py3kwarning instead of trying to trigger a Py3k-related warning.
by Brett Cannon
· 17 years ago
2724ab9
Added zip, map, filter to future_bultins (#2171)
by David Wolever
· 17 years ago
6a644f9
Add py3k warnings for code and method inequality comparisons. This should resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code.
by Steven Bethard
· 17 years ago
ae42f33
Add py3k warnings for object, type, cell and dict comparisons. This should resolve issue2342 and partly resolve issue2373.
by Steven Bethard
· 17 years ago