1. 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  2. 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 17 years ago
  3. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 17 years ago
  4. f602c71 Removed a dead line of code. by Alexandre Vassalotti · 17 years ago
  5. eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 17 years ago
  6. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 17 years ago
  7. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 17 years ago
  8. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 17 years ago
  9. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 17 years ago
  10. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 17 years ago
  11. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 17 years ago
  12. ddf7a42 Make sure warnings are not suppressed when testing for the raised by Brett Cannon · 17 years ago
  13. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  14. 756bc0b Add a test for the deprecation of the compiler package. by Brett Cannon · 17 years ago
  15. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 17 years ago
  16. 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 17 years ago
  17. 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 17 years ago
  18. 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 17 years ago
  19. d7265d6 Deprecate the new module for removal in 3.0. by Brett Cannon · 17 years ago
  20. 0893a0a Add Py3k warnings to os.path.walk by Benjamin Peterson · 17 years ago
  21. e3b1940 Deprecate the user module for removal in 3.0. by Brett Cannon · 17 years ago
  22. 9d44182 The mutex module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  23. 80bb9d9 Deprecate the imputil module for removal in 3.0. by Brett Cannon · 17 years ago
  24. e5d2cba Deprecate the audiodev module for 3.0. by Brett Cannon · 17 years ago
  25. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
  26. 80055f6 #2355: py3k warning for buffer(). by Georg Brandl · 17 years ago
  27. 65bb42d #2348: add py3k warning for file.softspace. by Georg Brandl · 17 years ago
  28. 07e5681 #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich. by Georg Brandl · 17 years ago
  29. 5a44424 #2358: add py3k warning to sys.exc_clear(). by Georg Brandl · 17 years ago
  30. 10dca6e The filter() function does support a None argument in Py3.0. by Raymond Hettinger · 17 years ago
  31. 0538786 Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh. by Raymond Hettinger · 17 years ago
  32. 977eb02 Use sys.py3kwarning instead of trying to trigger a Py3k-related warning. by Brett Cannon · 17 years ago
  33. 2724ab9 Added zip, map, filter to future_bultins (#2171) by David Wolever · 17 years ago
  34. 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
  35. 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