COMMITS
/ Python/graminit.c January 16, 2012
M
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
Meador Inge committed
July 12, 2010
M
Regenerate Python/graminit.c.
Mark Dickinson committed
May 15, 2010
V
Merged revisions 81220 via svnmerge from
Victor Stinner committed
September 27, 2009
B
fix an ambiguity in the grammar from the implementation of extended unpacking
Benjamin Peterson committed
May 25, 2009
G
Merged revisions 72924 via svnmerge from
Georg Brandl committed
April 1, 2009
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon committed
January 11, 2009
M
Merged revisions 68523 via svnmerge from
Martin v. Löwis committed
August 19, 2008
B
allow keyword args after *args in a function call
Benjamin Peterson committed
April 15, 2008
August 31, 2007
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
July 11, 2007
G
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
May 15, 2007
G
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum committed
May 11, 2007
G
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
March 27, 2007
G
Looks like this file wasn't checked in.
Guido van Rossum committed
March 18, 2007
G
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis.
Georg Brandl committed
G
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum committed
February 27, 2007
J
Provisional implementation of PEP 3104.
Jeremy Hylton committed
February 9, 2007
G
Essential changes for print function changes.
Guido van Rossum committed
January 10, 2007
G
Some more changes related to the new except syntax and semantics,
Guido van Rossum committed
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
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
September 6, 2006
G
Patch #1550786: ellipsis literal.
Georg Brandl committed
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 28, 2006
G
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum committed
August 25, 2006
B
Remove support for backticks from the grammar and compiler.
Brett Cannon committed
August 24, 2006
G
Killed the <> operator. You must now use !=.
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
February 28, 2006
T
Make 'as' an actual keyword when with's future statement is used. Not
Thomas Wouters committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 27, 2006
G
PEP 343 -- the with-statement.
Guido van Rossum committed
T
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters committed
February 26, 2006
N
Oops, I forgot to check this in with the change to Grammar/Grammar.
Neal Norwitz committed
December 18, 2005
N
Wrap long lines in the grammar
Neal Norwitz committed
December 17, 2005
N
SF patch #1355913, PEP 341 - Unification of try/except and try/finally
Neal Norwitz committed
October 21, 2005
N
Fix SF bug #1167751, Argument genexp corner case
Neal Norwitz committed
August 2, 2005
P
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby committed
March 5, 2005
B
Allow classes to be defined with empty parentheses. This means that
Brett Cannon committed
August 31, 2004
A
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter committed
August 17, 2004
M
This is Mark Russell's patch:
Michael W. Hudson 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
August 4, 2002
M
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis committed
May 24, 2002
G
Disambiguate the grammar for backtick.
Guido van Rossum committed
May 23, 2002
T
John Aycock correctly pointed out that the grammar for
Tim Peters committed