summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/tokenize.py
Commit message (Expand)AuthorAgeFilesLines
* pycode: Replace pgen2 by own parserTakeshi KOMIYA2017-07-261-441/+0
* Mark unused loop iteration variable as suchRobin Neatherway2017-07-191-1/+1
* Fix mypy violationsTakeshi KOMIYA2017-07-151-1/+1
* Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-0/+4
* Fix mypy violationsTakeshi KOMIYA2017-02-081-2/+2
* Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-8/+8
* Treat async/await as anonymous token and deal with them in tokenize.pyAlberto Berti2015-11-091-0/+14
* Fix: pgen2 tokenizer doesn't recognize `...` literal (Ellipsis for py3). Clos...Takayuki Shimizukawa2014-08-281-2/+9
* wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa2014-04-301-2/+3
* consistency nitsGeorg Brandl2014-01-221-1/+2
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+4
* Fixed issue #1Daniel Neuhäuser2010-05-011-1/+3
* merge in Ben's bundle with more py3k compatibilityGeorg Brandl2009-01-101-2/+2
|\
| * normalize raise statementsBenjamin Peterson2009-01-101-2/+2
* | Changed the tokenizer in pgen2 to add a newline to lines even if it's missing...Armin Ronacher2009-01-091-0/+5
|/
* Add pgen2 and custom utilities.Georg Brandl2008-12-291-0/+405