summaryrefslogtreecommitdiff
path: root/Lib/token.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-071-7/+9
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-311-5/+7
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-241-6/+8
* bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...Serhiy Storchaka2018-12-221-82/+52
* bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)Serhiy Storchaka2018-04-111-7/+5
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-311-5/+24
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-2/+4
* Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-041-6/+6
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-5/+6
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+3
|/
* Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-171-1/+1
* Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-151-30/+30
* Fix instructions on how to rebuild some modulesÉric Araujo2011-11-291-1/+1
* Issue #10386: Added __all__ to token module; this simplifies importingAlexander Belopolsky2010-11-111-10/+8
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,...Christian Heimes2008-02-261-0/+1
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-181-3/+4
* Use better idiom to sort keys.Guido van Rossum2007-02-261-2/+1
* Fix token.py main code vs. dict views.Georg Brandl2007-02-261-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-3/+4
* Get rid of some more cases of backquotes. parsermodule.c doesn't compileNeal Norwitz2006-08-291-1/+0
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-3/+4
* Updates to track Grammar changes. The patch to token.py loosens the regexp toMichael W. Hudson2002-10-031-1/+1
* Remove redundant 'import string' (PyChecker).Guido van Rossum2001-08-131-1/+0
* Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL.Tim Peters2001-08-081-3/+5
* String method cleanup.Eric S. Raymond2001-02-101-1/+1
* String method conversion.Eric S. Raymond2001-02-091-3/+3
* Update for augmented assignment.Thomas Wouters2000-08-241-3/+14
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-3/+3
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-23/+23
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-10/+8
* Reduced number of temporary names used at module scope. Use underscores inFred Drake1997-10-061-5/+4
* New batch from FredGuido van Rossum1996-08-211-4/+75
* Changes for new parser module (Fred Drake)Guido van Rossum1996-07-211-5/+15
* * test_select.py: (some) tests for built-in select moduleGuido van Rossum1993-11-111-0/+50