the end of the 2.7 branch
- 53639dd closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) by Miss Islington (bot) · 6 years ago
- f5e00f4 [2.7] bpo-16965: 2to3 now rewrites execfile() to open with rb. (GH-8569) (GH-9890) by Zackery Spytz · 7 years ago
- 1f9d549 [2.7] remove unused import (GH-5040). (#5043) by Benjamin Peterson · 8 years ago
- 417f76a make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5037) by Miss Islington (bot) · 8 years ago
- 8b9995f correct wording (GH-4983) (#4985) by Miss Islington (bot) · 8 years ago
- 770a802 [2.7] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4980) by Benjamin Peterson · 8 years ago
- 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 9 years ago
- 5cc5493 remove unused logger from BaseFix by Benjamin Peterson · 9 years ago
- 829d4fb Issue #28394: Typo fixes in code comments and changelog by Martin Panter · 9 years ago
- 13b56ef remove fix_callable, callable() was readded long ago in 3.x. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- 88c0013 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- 280bc22 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
- 93f815a Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 9 years ago
- b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
- 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
- c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 10 years ago
- 04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 10 years ago
- 73e4f5f Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 10 years ago
- 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
- a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by R David Murray · 11 years ago
- 3eb554f Issue #22221: Backported fixes from Python 3 (issue #18960). by Serhiy Storchaka · 11 years ago
- 00109c9 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
- da952f3 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
- e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
- 89c19fd #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 12 years ago
- 2612679 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 12 years ago
- 0a89b15 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 12 years ago
- 6f2ec18 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 12 years ago
- 0189a46 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 12 years ago
- a094f04 fix duplicate test names (closes #19115) by Benjamin Peterson · 12 years ago
- e4818f6 Remove the use of non-existing re.ASCII. by Serhiy Storchaka · 12 years ago
- e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 12 years ago
- 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
- a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
- ed10a30 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 13 years ago
- ba66c22 switch assertion to an explicit ValueError by Benjamin Peterson · 13 years ago
- 10fc104 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 13 years ago
- e1dbbbf re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 14 years ago
- d9c2df8 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 14 years ago
- 32b6371 fix whitespace normalization before pushing. by Gregory P. Smith · 14 years ago
- 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
- 465b58e explain why we need this grammar file (closes #13766) by Benjamin Peterson · 14 years ago
- 498da2c Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
- 8c05568 revert unintended changes by Benjamin Peterson · 14 years ago
- f21ad92 check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 14 years ago
- c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 1af19d1 transform izip_longest #11424 by Benjamin Peterson · 14 years ago
- bf12cdc only do this sys.stderr replacing on CPython by Benjamin Peterson · 14 years ago
- 8059e1e Merged revisions 88535,88661 via svnmerge from by Benjamin Peterson · 14 years ago
- 848cfa2 Merged revisions 85551,86156-86157,86464 via svnmerge from by Benjamin Peterson · 15 years ago
- a81eae1 Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from by Benjamin Peterson · 15 years ago
- 6eccb79 Merged revisions 82530-82531,82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,83844 via svnmerge from by Benjamin Peterson · 15 years ago
- 9d7003e Merged revisions 82542 via svnmerge from by Benjamin Peterson · 15 years ago
- 36cd75a Merged revisions 80937,81478 via svnmerge from by Benjamin Peterson · 15 years ago
- 5dfad9d Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,80922 via svnmerge from by Benjamin Peterson · 15 years ago
- 996e88a Merged revisions 79313,79324 via svnmerge from by Benjamin Peterson · 15 years ago
- 3bcc35b Merged revisions 79309 via svnmerge from by Benjamin Peterson · 15 years ago
- 798e540 Merged revisions 79077,79137,79304-79305 via svnmerge from by Benjamin Peterson · 15 years ago
- 2bb66e0 Merged revisions 78679,78681 via svnmerge from by Benjamin Peterson · 15 years ago
- 300c5cc Merged revisions 78407 via svnmerge from by Benjamin Peterson · 15 years ago
- effb24b The primary copy of lib2to3 is not trunk, so the lib2to3 change by R. David Murray · 15 years ago
- f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 15 years ago
- 1595f9f Merged revisions 77855-77856,77870 via svnmerge from by Martin v. Löwis · 16 years ago
- a8e34b7 Merged revisions 77419,77435 via svnmerge from by Martin v. Löwis · 16 years ago
- b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 16 years ago
- df6f963 Merged revisions 77158 via svnmerge from by Benjamin Peterson · 16 years ago
- abb4274 Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from by Benjamin Peterson · 16 years ago
- 42d26d9 Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from by Benjamin Peterson · 16 years ago
- 17f0f69 Merged revisions 76131 via svnmerge from by Benjamin Peterson · 16 years ago
- 3e376e5 Merged revisions 76127-76128 via svnmerge from by Benjamin Peterson · 16 years ago
- 9a57034 Merged revisions 76125 via svnmerge from by Benjamin Peterson · 16 years ago
- d3200c7 Merged revisions 76065 via svnmerge from by Benjamin Peterson · 16 years ago
- f9e7d54 Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,75865,76059-76061 via svnmerge from by Benjamin Peterson · 16 years ago
- 4d4b739 Merged revisions 74121-74122 via svnmerge from by Benjamin Peterson · 16 years ago
- a2514f4 Merged revisions 74116 via svnmerge from by Benjamin Peterson · 16 years ago
- 840077c Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-73969,73972-73974,73977,73981,73984,74065,74113 via svnmerge from by Benjamin Peterson · 16 years ago
- 7e2801d Merged revisions 73379,73388,73507,73722 via svnmerge from by Benjamin Peterson · 16 years ago
- 6118040 Merged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,73096,73179-73181,73192,73231,73244,73255-73256,73365 via svnmerge from by Benjamin Peterson · 16 years ago
- 84ad84e Merged revisions 72491-72493 via svnmerge from by Benjamin Peterson · 16 years ago
- eaeb4c6 Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from by Benjamin Peterson · 16 years ago
- 25f221b Merged revisions 68306-68308,68340,68368,68422 via svnmerge from by Benjamin Peterson · 17 years ago
- 37fc823 Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 via svnmerge from by Benjamin Peterson · 17 years ago
- 03943d9 Merged revisions 67809 via svnmerge from by Benjamin Peterson · 17 years ago
- 43caaa0 Merged revisions 67427,67431,67433,67435,67630,67652,67656-67657,67674-67675,67678-67679,67705-67706,67716,67723,67765-67771,67774,67776,67778 via svnmerge from by Benjamin Peterson · 17 years ago
- 2555d9d Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from by Benjamin Peterson · 17 years ago
- b38e325 Merged revisions 67183,67191,67371 via svnmerge from by Benjamin Peterson · 17 years ago
- ba4d480 Merged revisions 66985,67170,67173,67177-67179 via svnmerge from by Benjamin Peterson · 17 years ago
- 6ae94ee Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge from by Benjamin Peterson · 17 years ago
- 4d16415 Merged revisions 66707,66775,66782 via svnmerge from by Benjamin Peterson · 17 years ago
- 08be291 Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from by Benjamin Peterson · 17 years ago
- c237f8e Merged revisions 66470 via svnmerge from by Benjamin Peterson · 17 years ago
- d51e07f Merged revisions 66191,66418,66438,66445 via svnmerge from by Benjamin Peterson · 17 years ago
- 0151b53 Merged revisions 66176 via svnmerge from by Benjamin Peterson · 17 years ago
- eb55fd8 Merged revisions 66173 via svnmerge from by Benjamin Peterson · 17 years ago
- e5c1d29 Merged revisions 65887,65889,65967-65968,65981 via svnmerge from by Benjamin Peterson · 17 years ago
- bd7bda4 Merged revisions 65876 via svnmerge from by Benjamin Peterson · 17 years ago
- d068ad5 Merged revisions 65853-65854 via svnmerge from by Benjamin Peterson · 17 years ago
- 1b5c32c Merged revisions 65397 via svnmerge from by Benjamin Peterson · 17 years ago