1. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  2. 934f4e1 Fix for issue8446: by Ronald Oussoren · 15 years ago
  3. ec27d91 Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. by Mark Dickinson · 15 years ago
  4. 945a8ba Cleanup some test cases using check_warnings and check_py3k_warnings. by Florent Xicluna · 15 years ago
  5. 4d42f2b #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag. by Florent Xicluna · 15 years ago
  6. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  7. 8015725 Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles by Antoine Pitrou · 15 years ago
  8. 99a5023 improve several corner cases related with argument names in parenthesis by Benjamin Peterson · 15 years ago
  9. 16a0247 Fix bad variable name in r73846. by Alexandre Vassalotti · 16 years ago
  10. 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 16 years ago
  11. 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 16 years ago
  12. 0c6de43 remove this test; a module level warning is enough by Benjamin Peterson · 16 years ago
  13. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  14. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  15. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  16. f09925d add py3k warnings to frame.f_exc_* by Benjamin Peterson · 16 years ago
  17. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 17 years ago
  18. d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 17 years ago
  19. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  20. 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 17 years ago
  21. a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was by Brett Cannon · 17 years ago
  22. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 17 years ago
  23. 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 17 years ago
  24. 6ee1a31 add py3k warnings for old threading APIs by Benjamin Peterson · 17 years ago
  25. 541f7da add a test for reduce's move by Benjamin Peterson · 17 years ago
  26. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 17 years ago
  27. 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 17 years ago
  28. a6864e0 fix test_py3kwarns by Benjamin Peterson · 17 years ago
  29. 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 17 years ago
  30. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 17 years ago
  31. a03722f deprecated mimetools by Benjamin Peterson · 17 years ago
  32. f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 17 years ago
  33. d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 17 years ago
  34. 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 17 years ago
  35. ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 17 years ago
  36. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 17 years ago
  37. 1d31023 Improvements for test_py3kwarn by Benjamin Peterson · 17 years ago
  38. 3aa84a7 warn about some members of the commands module by Benjamin Peterson · 17 years ago
  39. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  40. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
  41. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  42. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
  43. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 17 years ago
  44. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  45. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 17 years ago
  46. a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 17 years ago
  47. 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 17 years ago
  48. c6d64ec revert 63425 over Guido's Febuary message about this, that I missed by Benjamin Peterson · 17 years ago
  49. d7943cb fix spelling by Benjamin Peterson · 17 years ago
  50. 79a922d add Py3k warnings to oct and hex. backport hex behavior (because it's not different) by Benjamin Peterson · 17 years ago
  51. 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 17 years ago
  52. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  53. 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 17 years ago
  54. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 17 years ago
  55. 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 17 years ago
  56. 74a596c Deprecate WAIT for removal in 3.0. by Brett Cannon · 17 years ago
  57. f56b6ae Deprecated torgb for removal in 3.0. by Brett Cannon · 17 years ago
  58. 518c5da Deprecate SV for removal in 3.0. by Brett Cannon · 17 years ago
  59. cd2de08 Deprecate readcd for removal in 3.0. by Brett Cannon · 17 years ago
  60. 7e37586 The panel module for IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  61. 89f5d9c Deprecate jpeg for IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  62. d8c41ec Deprecate IOCTL from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  63. 6328b29 Deprecate IN from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  64. 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 17 years ago
  65. 707e384 Deprecate GLWS from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  66. 82bd94e Deprecate GET from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  67. 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 17 years ago
  68. 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  69. 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  70. 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 17 years ago
  71. 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 17 years ago
  72. e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 17 years ago
  73. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 17 years ago
  74. 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 17 years ago
  75. 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 17 years ago
  76. ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 17 years ago
  77. ea785fb Rewrap some lines in test_py3kwarn. by Brett Cannon · 17 years ago
  78. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 17 years ago
  79. bbb0937 use .format and fix a bug by Benjamin Peterson · 17 years ago
  80. ab1fb9f Make error messages more helpful by Benjamin Peterson · 17 years ago
  81. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 17 years ago
  82. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 17 years ago
  83. fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 17 years ago
  84. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 17 years ago
  85. 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 17 years ago
  86. 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  87. 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 17 years ago
  88. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 17 years ago
  89. f602c71 Removed a dead line of code. by Alexandre Vassalotti · 17 years ago
  90. eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 17 years ago
  91. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 17 years ago
  92. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 17 years ago
  93. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 17 years ago
  94. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 17 years ago
  95. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 17 years ago
  96. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 17 years ago
  97. ddf7a42 Make sure warnings are not suppressed when testing for the raised by Brett Cannon · 17 years ago
  98. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  99. 756bc0b Add a test for the deprecation of the compiler package. by Brett Cannon · 17 years ago
  100. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 17 years ago