1. 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 11 years ago
  2. 1eadd6a Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 11 years ago
  3. 8bdc130 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 11 years ago
  4. 1322f9e Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  5. 5e59676 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  6. 026af2a Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  7. def0a4c Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  8. b3b0720 merge 3.3 (#19115) by Benjamin Peterson · 11 years ago
  9. 3103631 fix duplicate test names (closes #19115) by Benjamin Peterson · 11 years ago
  10. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  11. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  12. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  13. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  14. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  15. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  16. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  17. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  18. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  19. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 12 years ago
  20. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  21. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  22. 448e81b add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag by Benjamin Peterson · 12 years ago
  23. 4089eec merge 3.3 (#16573) by Benjamin Peterson · 12 years ago
  24. 139891b merge 3.2 (#16573) by Benjamin Peterson · 12 years ago
  25. 57af387 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 12 years ago
  26. 7d14015 Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  27. 3331a20 merge 3.2 by Benjamin Peterson · 12 years ago
  28. 1654d74 switch assertion to an explicit ValueError by Benjamin Peterson · 12 years ago
  29. 4725b13 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  30. 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  31. 1a5e5de remove get_prefix and set_prefix (#13248) by Benjamin Peterson · 12 years ago
  32. 049242b Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 12 years ago
  33. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 12 years ago
  34. f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 12 years ago
  35. 53ec8ae re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  36. a127ecb import re for the previous commit. by Gregory P. Smith · 12 years ago
  37. 9903c70 re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  38. aed5553 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  39. 93b98ca Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  40. 3634bfb lib2to3 tests: Don't use deprecated API, switch to assertRegex() by Victor Stinner · 12 years ago
  41. 3dc74c0 fix whitespace normalization before pushing. by Gregory P. Smith · 13 years ago
  42. efc66f9 fix whitespace normalization before pushing. by Gregory P. Smith · 13 years ago
  43. db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  44. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  45. 0c6bab1 merge 3.2 (#13766) by Benjamin Peterson · 13 years ago
  46. a846d0a explain why we need this grammar file (closes #13766) by Benjamin Peterson · 13 years ago
  47. 1461775 - Re-enable lib2to3's test_parser.py tests, though with an expected failure by Barry Warsaw · 13 years ago
  48. cb9c5ba - Re-enable lib2to3's test_parser.py tests, though with an expected failure by Barry Warsaw · 13 years ago
  49. 78f89d8 - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files by Barry Warsaw · 13 years ago
  50. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  51. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  52. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  53. bf9c021 Closes #12536: Unused logger removed from lib2to3. by Vinay Sajip · 13 years ago
  54. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  55. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  56. 3b59f33 merge 3.1 by Benjamin Peterson · 13 years ago
  57. 49d7149 transform izip_longest #11424 by Benjamin Peterson · 13 years ago
  58. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  59. a393bb7 merge 3.2 by Benjamin Peterson · 13 years ago
  60. 2ae5cff merge 3.1 by Benjamin Peterson · 13 years ago
  61. c9c8d0e merge 3.1 by Benjamin Peterson · 13 years ago
  62. d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 13 years ago
  63. 2e7965e Merged revisions 88661 via svnmerge from by Benjamin Peterson · 13 years ago
  64. a6f85e2 Merged revisions 88535 via svnmerge from by Benjamin Peterson · 13 years ago
  65. e457f0d Revert r88503 as Benjamin's request. by Brett Cannon · 13 years ago
  66. 4cfa247 Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3. by Brett Cannon · 13 years ago
  67. 76f05b7 Merged revisions 87002 via svnmerge from by Benjamin Peterson · 14 years ago
  68. e2bb4eb Merged revisions 85551,86156-86157,86464 via svnmerge from by Martin v. Löwis · 14 years ago
  69. b1cb105 revert changes in inappropiate branch by Benjamin Peterson · 14 years ago
  70. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  71. 4231173 revert change in inappropiate branch by Benjamin Peterson · 14 years ago
  72. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 14 years ago
  73. b0871ca Merged revisions 85510 via svnmerge from by Benjamin Peterson · 14 years ago
  74. f37eb3a Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from by Benjamin Peterson · 14 years ago
  75. 73315e9 revert change that was in wrong branch by Benjamin Peterson · 14 years ago
  76. cbeb9fa #9964: fix lib2to3 fixer fix_operator when running under -OO. by Georg Brandl · 14 years ago
  77. 68c80ed Merged revisions 83845 via svnmerge from by Benjamin Peterson · 14 years ago
  78. 4eb5fa5 Merged revisions 82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,83844 via svnmerge from by Benjamin Peterson · 14 years ago
  79. 1b84b5f Merged revisions 82542 via svnmerge from by Benjamin Peterson · 14 years ago
  80. 766f5d9 Merged revisions 81478,82530-82531 via svnmerge from by Benjamin Peterson · 14 years ago
  81. 8627938 Merged revisions 81481 via svnmerge from by Benjamin Peterson · 14 years ago
  82. 2243e5e Merged revisions 81479 via svnmerge from by Benjamin Peterson · 14 years ago
  83. c9e833f Merged revisions 80936 via svnmerge from by Benjamin Peterson · 14 years ago
  84. 8d26b0b Merged revisions 80934 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 5fbccff Merged revisions 79327 via svnmerge from by Benjamin Peterson · 14 years ago
  86. 0af9398 Merged revisions 79306,79311,79325 via svnmerge from by Benjamin Peterson · 14 years ago
  87. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  88. 3e56dbe Merged revisions 78684 via svnmerge from by Benjamin Peterson · 14 years ago
  89. 2005281 Merged revisions 78683 via svnmerge from by Benjamin Peterson · 14 years ago
  90. b61a04d Merged revisions 78410 via svnmerge from by Benjamin Peterson · 14 years ago
  91. 5455109 Merged revisions 78408 via svnmerge from by Benjamin Peterson · 14 years ago
  92. 04cace6 Merged revisions 78403 via svnmerge from by R. David Murray · 14 years ago
  93. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  94. 9f92a2b Merged revisions 77900 via svnmerge from by Martin v. Löwis · 15 years ago
  95. b1f7b7b Merged revisions 77898 via svnmerge from by Martin v. Löwis · 15 years ago
  96. 5577eaa Merged revisions 77848 via svnmerge from by Martin v. Löwis · 15 years ago
  97. 16a060d Merged revisions 77846 via svnmerge from by Martin v. Löwis · 15 years ago
  98. 9207804 Merged revisions 77163 via svnmerge from by Benjamin Peterson · 15 years ago
  99. 2591d21 Merged revisions 77160 via svnmerge from by Benjamin Peterson · 15 years ago
  100. d56a5d7 Merged revisions 77103,77105-77106 via svnmerge from by Benjamin Peterson · 15 years ago