1. 42c9f0f bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) by Gregory P. Smith · 3 years, 8 months ago
  2. 503de71 bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663) by Carl Meyer · 4 years, 4 months ago
  3. 3c3aa45 lib2to3: Support named assignment expressions (GH-12702) by Tim Hatch · 4 years, 4 months ago
  4. 276a84a bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167) by José Roberto Meza Cabrera · 4 years, 5 months ago
  5. 768d739 bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994) by Vlad Emelianov · 4 years, 5 months ago
  6. 61b1415 bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-17967) by Batuhan Taşkaya · 4 years, 7 months ago
  7. b821173 bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) by Dong-hee Na · 4 years, 7 months ago
  8. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 4 years, 9 months ago
  9. 96b06ae bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Zsolt Dollenstein · 4 years, 10 months ago
  10. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
  11. 93e8aa6 closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) by Benjamin Peterson · 5 years ago
  12. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 5 years ago
  13. 2a58b06 bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686) by Anthony Sottile · 5 years ago
  14. 1e36f75 bpo-5028: fix doc bug for tokenize (GH-11683) by Andrew Carr · 5 years ago
  15. 4011d86 bpo-23896: Add a grammar where exec isn't a stmt (#13272) by Batuhan Taşkaya · 5 years ago
  16. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  17. c57e6e2 bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10710) by Anthony Sottile · 6 years ago
  18. b9498e2 bpo-35202: Remove unused imports in Lib directory. (GH-10446) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  19. d4d6013 bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569) by Zackery Spytz · 6 years ago
  20. 10a428b closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950) by Monson Shao · 6 years ago
  21. 4b8a7f5 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241) by Serhiy Storchaka · 6 years ago
  22. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  23. cafaf04 bpo-34108: Fix double carriage return in 2to3 on Windows (#8271) by Jason R. Coombs · 6 years ago
  24. e3a523a bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) by Denis Osipov · 6 years ago
  25. c127a86 bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483) by Aaron Ang · 6 years ago
  26. 7661806 [lib2to3] Make grammar pickling faster (#6491) by Łukasz Langa · 6 years ago
  27. 8f37e84 Add support for all string literals to lib2to3 (#6457) by Zsolt Dollenstein · 6 years ago
  28. f64aae4 Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143) by Jelle Zijlstra · 6 years ago
  29. 74f5687 lib2to3: Add more tests (#6101) by Łukasz Langa · 6 years ago
  30. b51f5de bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096) by Łukasz Langa · 6 years ago
  31. 1e17d4a compare with difflib not diff(1) (GH-5450) by Benjamin Peterson · 7 years ago
  32. 14e976e closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) by Eric Appelt · 7 years ago
  33. e325608 remove unused import (#5040) by Benjamin Peterson · 7 years ago
  34. e5f7dcc make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034) by Benjamin Peterson · 7 years ago
  35. d11e8e0 correct wording (#4983) by Benjamin Peterson · 7 years ago
  36. 8a58771 bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977) by Benjamin Peterson · 7 years ago
  37. a489599 bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) by Dong-hee Na · 7 years ago
  38. 0a2abdf bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262) by Serhiy Storchaka · 7 years ago
  39. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  40. af810b3 closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (#3771) by Jakub Stasiak · 7 years ago
  41. 272d888 bpo-29783: Replace codecs.open() with io.open() (#599) by Victor Stinner · 7 years ago
  42. 1b9530c bpo-23894: make lib2to3 recognize f-strings (#1733) by Łukasz Langa · 7 years ago
  43. 0c4aca5 Make rb'' strings work in lib2to3 (#1724) by Łukasz Langa · 7 years ago
  44. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  45. a6e395d bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) by Nevada Sanchez · 7 years ago
  46. 93b4b47 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24) by Stuart Berg · 7 years ago
  47. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 7 years ago
  48. 11fa3c7 bpo-29957: change LBYL key lookup to dict.setdefault (#938) by Michael Selik · 7 years ago
  49. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  50. bdf6b91 bpo-29776: Use decorator syntax for properties. (#585) by Serhiy Storchaka · 7 years ago
  51. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  52. 3d3e9ff merge 3.5 by Benjamin Peterson · 8 years ago
  53. 41fef63 rm unused import by Benjamin Peterson · 8 years ago
  54. fd1df3f Issue #28394: Merge typo fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  55. d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog by Martin Panter · 8 years ago
  56. fc3f7d5 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  57. 3a95f45 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  58. 2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  59. dbdf029 remove fix_callable - callable() was readded many releases ago. by Gregory P. Smith · 8 years ago
  60. 3b822d6 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  61. 223f12c Remove 2to3's fix_callable... We reintroduced the callable built-in by Gregory P. Smith · 8 years ago
  62. fa40ca8 issue27985 - fix the incorrect duplicate class name in the lib2to3 by Gregory P. Smith · 8 years ago
  63. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  64. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  65. 9719161 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  66. dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  67. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  68. 627b755 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  69. 0c578d6 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  70. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 8 years ago
  71. 50d4c15 Issue #27030: Merge RE fix from 3.5 by Martin Panter · 8 years ago
  72. d470480 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 8 years ago
  73. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  74. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  75. cc20d63 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  76. 823c626 Issue 26911: fix import (other problems remain). by Terry Jan Reedy · 8 years ago
  77. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  78. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  79. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  80. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  81. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  82. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  83. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  84. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  85. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  86. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  87. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  88. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  89. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  90. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  91. 38d3876 Merge 3.5 (Issue #24619) by Yury Selivanov · 9 years ago
  92. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 9 years ago
  93. d4f4a6d Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 9 years ago
  94. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  95. 50c72d2 Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  96. 3a81f9b Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  97. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  98. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 9 years ago
  99. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  100. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago