1. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
  2. 80055f6 #2355: py3k warning for buffer(). by Georg Brandl · 17 years ago
  3. 65bb42d #2348: add py3k warning for file.softspace. by Georg Brandl · 17 years ago
  4. 07e5681 #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich. by Georg Brandl · 17 years ago
  5. 5a44424 #2358: add py3k warning to sys.exc_clear(). by Georg Brandl · 17 years ago
  6. 10dca6e The filter() function does support a None argument in Py3.0. by Raymond Hettinger · 17 years ago
  7. 0538786 Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh. by Raymond Hettinger · 17 years ago
  8. 977eb02 Use sys.py3kwarning instead of trying to trigger a Py3k-related warning. by Brett Cannon · 17 years ago
  9. 2724ab9 Added zip, map, filter to future_bultins (#2171) by David Wolever · 17 years ago
  10. 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
  11. 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