summaryrefslogtreecommitdiff
path: root/Include/token.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-051-61/+59
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-311-1/+5
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-2/+4
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-6/+7
* make _PyParser_TokenNames constBenjamin Peterson2012-10-241-1/+1
* Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-151-31/+30
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+2
* #4499: silence compiler warning on AIX.R. David Murray2010-10-181-0/+2
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-181-3/+4
* 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/+1
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-3/+4
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-4/+4
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-3/+5
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Added prototype for PyToken_ThreeChars(), to remove compiler warningFred Drake2000-08-311-0/+1
* The real suport for augmented assignment: new opcodes, new PyNumber andThomas Wouters2000-08-241-3/+14
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-8/+8
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-3/+3
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* changes for ** (power) operatorGuido van Rossum1996-01-121-3/+4
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-4/+4
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added shift and mask ops.Guido van Rossum1991-10-241-3/+7
* Added some new tokensGuido van Rossum1991-10-201-3/+9
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Initial revisionGuido van Rossum1990-10-141-0/+45