COMMITS
/ Lib/token.py May 31, 2017
A
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
April 4, 2015
S
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
May 17, 2012
A
Issue #9260: A finer-grained import lock.
Antoine Pitrou committed
January 16, 2012
M
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
Meador Inge committed
November 29, 2011
É
Fix instructions on how to rebuild some modules
Éric Araujo committed
November 11, 2010
A
Issue #10386: Added __all__ to token module; this simplifies importing
Alexander Belopolsky committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
February 26, 2008
C
Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from
Christian Heimes committed
March 18, 2007
G
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis.
Georg Brandl committed
February 26, 2007
G
Use better idiom to sort keys.
Guido van Rossum committed
G
Fix token.py main code vs. dict views.
Georg Brandl committed
February 11, 2007
G
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 28, 2006
N
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz committed
August 29, 2006
N
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
Neal Norwitz committed
August 2, 2004
A
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter committed
October 3, 2002
M
Updates to track Grammar changes. The patch to token.py loosens the regexp to
Michael W. Hudson committed
August 13, 2001
G
Remove redundant 'import string' (PyChecker).
Guido van Rossum committed
August 8, 2001
T
Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL.
Tim Peters committed
February 10, 2001
E
String method cleanup.
Eric S. Raymond committed
February 9, 2001
E
String method conversion.
Eric S. Raymond committed
August 24, 2000
T
Update for augmented assignment.
Thomas Wouters committed
February 4, 2000
G
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
October 22, 1997
G
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum committed
October 6, 1997
F
Reduced number of temporary names used at module scope. Use underscores in
Fred Drake committed
August 21, 1996
G
New batch from Fred
Guido van Rossum committed
July 21, 1996
G
Changes for new parser module (Fred Drake)
Guido van Rossum committed
November 11, 1993
G
* test_select.py: (some) tests for built-in select module
Guido van Rossum committed