COMMITS
/ Lib/symbol.py September 9, 2016
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
May 27, 2015
Y
Issue 24297: Update symbol.py. See also issue 24017.
Yury Selivanov committed
February 5, 2013
B
remain symbol.main to symbol._main mirroring token.py
Benjamin Peterson committed
B
update symbol.py for yield from grammar changes (closes #17132)
Benjamin Peterson committed
B
token.main is now token._main
Benjamin Peterson committed
November 29, 2011
É
Fix instructions on how to rebuild some modules
Éric Araujo committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
September 27, 2009
B
fix an ambiguity in the grammar from the implementation of extended unpacking
Benjamin Peterson committed
June 11, 2009
August 31, 2007
G
Regenerate Lib/symbol.py.
Georg Brandl committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
February 28, 2007
G
Regenerate symbol.py.
Guido van Rossum committed
February 11, 2007
G
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum committed
February 9, 2007
G
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl committed
December 28, 2006
N
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
February 27, 2006
G
PEP 343 -- the with-statement.
Guido van Rossum committed
A
regenerated. please read PEP 306 when changing Python's grammar!
Anthony Baxter committed
August 2, 2005
P
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby committed
August 31, 2004
A
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter committed
August 2, 2004
A
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter committed
May 19, 2004
R
SF patch #872326: Generator expression implementation
Raymond Hettinger committed
October 3, 2002
M
Updates to track Grammar changes. The patch to token.py loosens the regexp to
Michael W. Hudson committed
October 17, 2001
J
track addition of testlist_safe to Grammar
Jeremy Hylton committed
July 13, 2001
G
Updated this file to match reality.
Guido van Rossum committed
August 24, 2000
T
Update for augmented assignment.
Thomas Wouters committed
August 17, 2000
F
Update to reflect the recent Grammar changes.
Fred Drake committed
August 12, 2000
A
Updated this module after the recent grammar changes
Andrew M. Kuchling 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
Remove outdated comments.
Guido van Rossum committed
October 6, 1997
F
Reduced number of temporary names used at module scope. Use underscores in
Fred Drake committed
April 2, 1997
G
New symbols due to assert statement.
Guido van Rossum 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
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
November 11, 1993
G
* test_select.py: (some) tests for built-in select module
Guido van Rossum committed