summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/pgen2/tokenize.py
Commit message (Expand)AuthorAgeFilesLines
* lib2to3: Support named assignment expressions (GH-12702)Tim Hatch2020-04-021-1/+1
* bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686)Anthony Sottile2019-05-301-1/+1
* bpo-5028: fix doc bug for tokenize (GH-11683)Andrew Carr2019-05-301-1/+1
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-061-1/+1
* closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)Monson Shao2018-09-151-6/+5
* Add support for all string literals to lib2to3 (#6457)Zsolt Dollenstein2018-04-161-52/+26
* Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)Jelle Zijlstra2018-03-181-2/+74
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-061-74/+2
* 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
* 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-121-2/+61
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-101-1/+1
* Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+3
* #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
* Merged revisions 80934 via svnmerge fromBenjamin Peterson2010-05-071-1/+8
* Merged revisions 79306,79311,79325 via svnmerge fromBenjamin Peterson2010-03-231-9/+10
* 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-021-2/+13
* Merged revisions 72494 via svnmerge fromBenjamin Peterson2009-05-091-0/+70
* Run 2to3 on this library.Martin v. Löwis2008-03-191-7/+9
* Merged revisions 61596-61597 via svnmerge fromMartin v. Löwis2008-03-191-0/+405