Final head of the former 3.6 branch
  1. 950fa40 bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569) by Miss Islington (bot) · 7 years ago
  2. 1957e7b bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (GH-6529) by Miss Islington (bot) · 7 years ago
  3. cad3eb2 lib2to3: Add more tests (GH-6101) (#6109) by Miss Islington (bot) · 7 years ago
  4. 6a526f6 bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096) (#6098) by Miss Islington (bot) · 7 years ago
  5. eb126ed [3.6] compare with difflib not diff(1) (GH-5450) (GH-5453) by Benjamin Peterson · 8 years ago
  6. a23a2c5 [3.6] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) (GH-5443) by Benjamin Peterson · 8 years ago
  7. 1b2812a remove unused import (GH-5040) (#5042) by Miss Islington (bot) · 8 years ago
  8. 85f71aa make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5036) by Miss Islington (bot) · 8 years ago
  9. 6ba0637 correct wording (GH-4983) (#4984) by Miss Islington (bot) · 8 years ago
  10. c1b8eb8 bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4979) by Miss Islington (bot) · 8 years ago
  11. 292b421 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235) by Mariatta · 8 years ago
  12. e8412e6 [3.6] bpo-23894: make lib2to3 recognize f-strings (GH-1733) (#1737) by Łukasz Langa · 8 years ago
  13. 1398b1b [3.6] Make rb'' strings work in lib2to3 (GH-1724) (#1730) by Łukasz Langa · 8 years ago
  14. 2cdf087 [3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) (GH-1122) by Mariatta · 8 years ago
  15. 84c2d75 Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)" (GH-1109) by Mariatta · 8 years ago
  16. 97a40b7 bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752) by Nevada Sanchez · 8 years ago
  17. 3d3e9ff merge 3.5 by Benjamin Peterson · 9 years ago
  18. 41fef63 rm unused import by Benjamin Peterson · 9 years ago
  19. fd1df3f Issue #28394: Merge typo fixes from 3.5 into 3.6 by Martin Panter · 9 years ago
  20. d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog by Martin Panter · 9 years ago
  21. fc3f7d5 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  22. 3a95f45 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  23. 2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  24. dbdf029 remove fix_callable - callable() was readded many releases ago. by Gregory P. Smith · 9 years ago
  25. 3b822d6 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  26. 223f12c Remove 2to3's fix_callable... We reintroduced the callable built-in by Gregory P. Smith · 9 years ago
  27. fa40ca8 issue27985 - fix the incorrect duplicate class name in the lib2to3 by Gregory P. Smith · 9 years ago
  28. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 9 years ago
  29. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  30. 9719161 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  31. dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  32. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  33. 627b755 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  34. 0c578d6 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  35. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 9 years ago
  36. 50d4c15 Issue #27030: Merge RE fix from 3.5 by Martin Panter · 9 years ago
  37. d470480 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 9 years ago
  38. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 9 years ago
  39. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  40. cc20d63 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  41. 823c626 Issue 26911: fix import (other problems remain). by Terry Jan Reedy · 9 years ago
  42. ccd047e Removed unused imports. by Serhiy Storchaka · 9 years ago
  43. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 9 years ago
  44. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 9 years ago
  45. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 9 years ago
  46. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 9 years ago
  47. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  48. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  49. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  50. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 10 years ago
  51. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 10 years ago
  52. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  53. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 10 years ago
  54. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  55. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  56. 38d3876 Merge 3.5 (Issue #24619) by Yury Selivanov · 10 years ago
  57. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 10 years ago
  58. d4f4a6d Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 10 years ago
  59. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 10 years ago
  60. 50c72d2 Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 10 years ago
  61. 3a81f9b Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 10 years ago
  62. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 10 years ago
  63. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 10 years ago
  64. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 11 years ago
  65. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  66. db9b65d Issue #22823: Use set literals in lib2to3. by Serhiy Storchaka · 11 years ago
  67. 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 11 years ago
  68. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 11 years ago
  69. 0654be1 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
  70. 4ab92c8 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
  71. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  72. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  73. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 12 years ago
  74. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 12 years ago
  75. 20719ac #19943: merge with 3.3. by Ezio Melotti · 12 years ago
  76. d082b68 #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 12 years ago
  77. 5833c00 #19620: merge with 3.3. by Ezio Melotti · 12 years ago
  78. 4bcc796 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 12 years ago
  79. 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 12 years ago
  80. 8bdc130 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 12 years ago
  81. 1eadd6a Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 12 years ago
  82. 1322f9e Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 12 years ago
  83. 5e59676 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 12 years ago
  84. 026af2a Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 12 years ago
  85. def0a4c Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 12 years ago
  86. b3b0720 merge 3.3 (#19115) by Benjamin Peterson · 12 years ago
  87. 3103631 fix duplicate test names (closes #19115) by Benjamin Peterson · 12 years ago
  88. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 12 years ago
  89. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 12 years ago
  90. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 12 years ago
  91. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  92. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 12 years ago
  93. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 12 years ago
  94. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  95. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  96. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  97. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 13 years ago
  98. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  99. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 13 years ago
  100. 448e81b add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag by Benjamin Peterson · 13 years ago