summaryrefslogtreecommitdiff
path: root/Lib/lib2to3
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-16965: 2to3 now rewrites execfile() to open with rb. (GH-8569) (GH-...Zackery Spytz2018-10-162-9/+10
* [2.7] remove unused import (GH-5040). (#5043)Benjamin Peterson2017-12-281-1/+0
* make PatternCompiler use the packaged grammar if possible (more bpo-24960) (G...Miss Islington (bot)2017-12-281-7/+7
* correct wording (GH-4983) (#4985)Miss Islington (bot)2017-12-221-1/+1
* [2.7] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar file...Benjamin Peterson2017-12-224-2/+42
* Issue #28998: More APIs now support longs as well as ints.Serhiy Storchaka2016-12-271-1/+1
* remove unused logger from BaseFixBenjamin Peterson2016-12-051-2/+0
* Issue #28394: Typo fixes in code comments and changelogMartin Panter2016-10-101-1/+1
* remove fix_callable, callable() was readded long ago in 3.x.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-091-37/+0
* Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-095-98/+77
* lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-085-20/+114
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030Martin Panter2016-06-121-2/+3
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-263-3/+3
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-2/+2
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-1/+1
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.Robert Collins2015-07-232-1/+5
* Issue #22064: Improve the misleading message from 2to3 when skipping optional...Berker Peksag2015-05-131-1/+1
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unitt...R David Murray2014-10-092-0/+84
* Issue #22221: Backported fixes from Python 3 (issue #18960).Serhiy Storchaka2014-09-051-0/+3
* teach 2to3 about 'yield from'Benjamin Peterson2014-04-102-1/+9
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-105-9/+17
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-162-0/+0
* #19943: fix typo noticed by Jakub Wilk.Ezio Melotti2013-12-101-1/+1
* #19620: Fix typo in docstring (noticed by Christopher Welborn).Ezio Melotti2013-11-251-2/+2
* Issue #19592: Use specific asserts in lib2to3 tests.Serhiy Storchaka2013-11-145-17/+17
* Issue #18037: Do not escape '\u' and '\U' in raw strings.Serhiy Storchaka2013-10-082-3/+2
* Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-032-7/+62
* fix duplicate test names (closes #19115)Benjamin Peterson2013-09-281-5/+5
* Remove the use of non-existing re.ASCII.Serhiy Storchaka2013-09-171-1/+1
* Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect PythonSerhiy Storchaka2013-09-173-5/+10
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-173-4/+4
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-2/+2
* enumerate only requires an iterable (closes #16573)Benjamin Peterson2012-11-292-6/+18
* switch assertion to an explicit ValueErrorBenjamin Peterson2012-09-252-3/+3
* Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-081-0/+17
* re.escape os.sep so that \ is interpreted properly in the regex.Gregory P. Smith2012-02-131-2/+4
* Issue #13930: fix a / to use os.sep so that the test works on Windows.Gregory P. Smith2012-02-131-2/+4
* fix whitespace normalization before pushing.Gregory P. Smith2012-02-121-5/+5
* Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-124-12/+241
* explain why we need this grammar file (closes #13766)Benjamin Peterson2012-01-151-1/+1
* Stop trying to write into the stdlib during lib2to3 tests (#12331).Éric Araujo2011-07-311-7/+11
* revert unintended changesBenjamin Peterson2011-03-262-18/+1
* check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-262-1/+18
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-165-7/+7
* transform izip_longest #11424Benjamin Peterson2011-03-073-16/+32
* only do this sys.stderr replacing on CPythonBenjamin Peterson2011-03-061-4/+7
* Merged revisions 88535,88661 via svnmerge fromBenjamin Peterson2011-02-264-10/+18