summaryrefslogtreecommitdiff
path: root/Lib/lib2to3/pgen2
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation (reindent.py).Gregory P. Smith2016-09-081-4/+4
* lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith2016-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
* | 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
* - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-071-9/+2
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * 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
* | #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 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
* Merged revisions 67428 via svnmerge fromBenjamin Peterson2008-11-281-6/+0
* Merged revisions 63644 via svnmerge fromMartin v. Löwis2008-05-251-1/+4
* Merged revisions 61724-61725 via svnmerge fromMartin v. Löwis2008-03-222-3/+2
* Run 2to3 on this library.Martin v. Löwis2008-03-197-69/+71
* Merged revisions 61596-61597 via svnmerge fromMartin v. Löwis2008-03-199-0/+1713