index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Include
/
token.h
Commit message (
Expand
)
Author
Age
*
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-15
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
*
#4499: silence compiler warning on AIX.
R. David Murray
2010-10-18
*
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...
Georg Brandl
2007-03-18
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
*
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
Neal Norwitz
2006-08-29
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
*
Implement PEP 238 in its (almost) full glory.
Guido van Rossum
2001-08-08
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
*
Added prototype for PyToken_ThreeChars(), to remove compiler warning
Fred Drake
2000-08-31
*
The real suport for augmented assignment: new opcodes, new PyNumber and
Thomas Wouters
2000-08-24
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
*
Change copyright notice.
Guido van Rossum
2000-06-30
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
*
changes for ** (power) operator
Guido van Rossum
1996-01-12
*
The great renaming, phase two: all header files have been updated to
Guido van Rossum
1995-01-12
*
Added 1995 copyright.
Guido van Rossum
1995-01-04
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
*
Added shift and mask ops.
Guido van Rossum
1991-10-24
*
Added some new tokens
Guido van Rossum
1991-10-20
*
Added copyright notice.
Guido van Rossum
1991-02-19
*
Initial revision
Guido van Rossum
1990-10-14