aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/token.py
Commit message (Expand)AuthorAge
* gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)Илья Любавский2024-11-29
* gh-107015: Remove async_hacks from the tokenizer (#107018)Pablo Galindo Salgado2023-07-26
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-21
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-19
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-17
* bpo-43822: Improve syntax errors for missing commas (GH-25377)Pablo Galindo2021-04-15
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-07
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-31
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-24
* bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...Serhiy Storchaka2018-12-22
* bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)Serhiy Storchaka2018-04-11
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-31
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-11
* Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-04
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-09
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-17
* Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-15
* Fix instructions on how to rebuild some modulesÉric Araujo2011-11-29
* Issue #10386: Added __all__ to token module; this simplifies importingAlexander Belopolsky2010-11-11
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,...Christian Heimes2008-02-26
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-18
* Use better idiom to sort keys.Guido van Rossum2007-02-26
* Fix token.py main code vs. dict views.Georg Brandl2007-02-26
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-28
* Get rid of some more cases of backquotes. parsermodule.c doesn't compileNeal Norwitz2006-08-29
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-02
* Updates to track Grammar changes. The patch to token.py loosens the regexp toMichael W. Hudson2002-10-03
* Remove redundant 'import string' (PyChecker).Guido van Rossum2001-08-13
* Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL.Tim Peters2001-08-08
* String method cleanup.Eric S. Raymond2001-02-10
* String method conversion.Eric S. Raymond2001-02-09
* Update for augmented assignment.Thomas Wouters2000-08-24
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-04
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-22
* Reduced number of temporary names used at module scope. Use underscores inFred Drake1997-10-06
* New batch from FredGuido van Rossum1996-08-21
* Changes for new parser module (Fred Drake)Guido van Rossum1996-07-21
* * test_select.py: (some) tests for built-in select moduleGuido van Rossum1993-11-11