summaryrefslogtreecommitdiff
path: root/Lib/lib2to3/pgen2
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)penguindustin2019-05-061-1/+1
* closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)Miss Islington (bot)2018-09-151-6/+5
* Add support for all string literals to lib2to3 (GH-6457) (GH-6488)Miss Islington (bot)2018-04-161-52/+26
* Revert "bpo-30406: Make async and await proper keywords (GH-1669)" (GH-6143)Miss Islington (bot)2018-03-182-4/+78
* correct wording (#4983)Benjamin Peterson2017-12-221-1/+1
* bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977)Benjamin Peterson2017-12-222-0/+25
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-052-78/+4
* bpo-29783: Replace codecs.open() with io.open() (#599)Victor Stinner2017-06-161-4/+1
* bpo-23894: make lib2to3 recognize f-strings (#1733)Łukasz Langa2017-05-221-1/+6
* Make rb'' strings work in lib2to3 (#1724)Łukasz Langa2017-05-221-7/+16
* bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119)Nevada Sanchez2017-04-131-8/+8
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-2/+2
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+1
* Fix indentation (reindent.py).Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-4/+4
* lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-083-12/+39
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-1/+1
* Issue #24619: Simplify async/await tokenization.Yury Selivanov2015-07-231-14/+19
* Issue #24619: New approach for tokenizing async/await.Yury Selivanov2015-07-221-1/+11
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-112-4/+65
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-103-7/+9
* Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+3
|\
| * Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+3
* | #19620: merge with 3.3.Ezio Melotti2013-11-251-2/+2
|\ \ | |/
| * #19620: Fix typo in docstring (noticed by Christopher Welborn).Ezio Melotti2013-11-251-2/+2
* | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-5/+4
|\ \ | |/
| * Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-5/+4
* | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-2/+2
|\ \ | |/
| * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-2/+2
| * Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-081-0/+17
| * - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-071-9/+2
* | modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-121-6/+4
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-252-3/+3
* | Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-081-0/+17
* | #11565: Merge with 3.2.Ezio Melotti2011-03-161-2/+2
|\ \ | |/
| * #11565: Merge with 3.1.Ezio Melotti2011-03-161-2/+2
| |\
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
| | * Merged revisions 80936 via svnmerge fromBenjamin Peterson2010-05-081-1/+8
| | * Merged revisions 79327 via svnmerge fromBenjamin Peterson2010-03-231-9/+10
| | * Merged revisions 76518 via svnmerge fromBenjamin Peterson2009-11-251-3/+7
| | * Merged revisions 76063,76068 via svnmerge fromBenjamin Peterson2009-11-022-2/+15
| | * merge 2to3 improvmentsBenjamin Peterson2009-07-211-0/+13
* | | Merged revisions 88661 via svnmerge fromBenjamin Peterson2011-02-261-9/+2
|/ /
* | Merged revisions 80934 via svnmerge fromBenjamin Peterson2010-05-071-1/+8
* | Merged revisions 79306,79311,79325 via svnmerge fromBenjamin Peterson2010-03-231-9/+10
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge fromBenjamin Peterson2009-11-251-3/+7
* | Merged revisions 76062 via svnmerge fromBenjamin Peterson2009-11-022-2/+15
* | Merged revisions 74114 via svnmerge fromBenjamin Peterson2009-07-201-0/+13
|/
* Merged revisions 72494 via svnmerge fromBenjamin Peterson2009-05-092-2/+73
* Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge...Benjamin Peterson2009-01-091-1/+2