COMMITS
/ Python/graminit.c 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
October 15, 2001
G
Very subtle syntax change: in a list comprehension, the testlist in
Guido van Rossum committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
June 18, 2001
T
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters committed
August 24, 2000
T
Support for three-token characters (**=, >>=, <<=) which was written by
Thomas Wouters committed
August 22, 2000
S
require list comprehensions to start with a for clause
Skip Montanaro committed
August 21, 2000
B
PEP 214, Extended print Statement, has been accepted by the BDFL.
Barry Warsaw committed
August 17, 2000
T
Apply SF patch #101135, adding 'import module as m' and 'from module import
Thomas Wouters committed
August 12, 2000
S
list comprehensions. see
Skip Montanaro committed
March 28, 2000
J
slightly modified version of Greg Ewing's extended call syntax patch
Jeremy Hylton committed
April 9, 1998
G
Make first raise argument optional
Guido van Rossum committed
May 7, 1997
G
Oops, missed some renamings.
Guido van Rossum committed
April 16, 1997
G
OK, ready to make 'assert' a keyword (instead of '__assert__').
Guido van Rossum committed
April 2, 1997
G
Added assert grammar.
Guido van Rossum committed
August 12, 1996
G
Disable support for access statement
Guido van Rossum committed
July 30, 1996
G
Changes for slice and ellipses
Guido van Rossum committed
January 12, 1996
G
changes for power (**) operator
Guido van Rossum committed
July 7, 1995
G
new grammar
Guido van Rossum committed
January 7, 1995
G
Grammar changed
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
November 30, 1993
G
change syntactical position of lambdef (was an atom, now is a test)
Guido van Rossum committed
G
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
Guido van Rossum committed
October 27, 1993
G
Committing the correct graminit.c; also changed confusing comments in Grammar.
Guido van Rossum committed
October 26, 1993
G
* compile.[ch]: support for lambda()
Guido van Rossum committed
October 18, 1993
G
* bltinmodule.c: removed exec() built-in function.
Guido van Rossum committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
April 6, 1992
G
Latest gramamr
Guido van Rossum committed
March 31, 1992
G
tightened try statement syntax
Guido van Rossum committed
March 24, 1992
G
*** empty log message ***
Guido van Rossum committed
July 27, 1991
G
New grammar (semicolons, continue, no multiple NEWLINES)
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
"Compiling" version
Guido van Rossum committed
October 26, 1990
G
removed dir statement. Function arguments may now be tests.
Guido van Rossum committed
October 14, 1990
G
Initial revision
Guido van Rossum committed