summaryrefslogtreecommitdiff
path: root/Doc/library/token.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-071-0/+3
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-311-0/+10
* bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...Serhiy Storchaka2018-12-221-58/+1
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-051-5/+5
* bpo-25324: Move the description of tokenize tokens to token.rst. (#1911)Serhiy Storchaka2017-06-061-11/+30
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-311-0/+8
* Issue #23322: Remove outdated reference to an example in parser docsBerker Peksag2016-08-081-7/+0
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* docs: Document ASYNC/AWAIT tokens (issue #25580)Yury Selivanov2015-12-171-0/+6
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+1
* Issue #13632: Update token documentation to reflect actual token typesMeador Inge2011-12-231-1/+2
* More source links.Raymond Hettinger2011-01-271-0/+3
* #8968: add actual name of token constants.Georg Brandl2010-10-171-2/+61
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-1/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+47