COMMITS
/ Python/compile.c October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
September 19, 2007
T
Merged revisions 58203-58210 via svnmerge from
Thomas Wouters committed
August 31, 2007
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 24, 2007
N
Ensure that code object names (co_name) are unicode.
Neal Norwitz committed
G
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum committed
July 11, 2007
G
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum committed
June 14, 2007
G
Looks like an oopsie -- I ignored a warning at my peril.
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 25, 2007
W
Change PyErr_Format() to generate a unicode string (by using
Walter Dörwald 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 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
March 21, 2007
G
Fix refleak in compiler.
Guido van Rossum committed
March 18, 2007
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 26, 2007
G
Two more patches by Tony Lownds (SF# 1607548).
Guido van Rossum committed
N
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz committed
February 23, 2007
T
Bytes literal.
Thomas Wouters committed
February 9, 2007
G
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl 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
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters 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 23, 2006
J
Check for exceptions set by PyDict_GetItem().
Jeremy Hylton committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters 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 17, 2006
N
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Neal Norwitz committed
March 16, 2006
N
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 13, 2006
March 10, 2006
G
Um, I thought I'd already checked this in.
Guido van Rossum committed
March 3, 2006
N
SF bug 1442442: LIST_APPEND optimization got lost in the AST merge.
Neal Norwitz committed
March 2, 2006
N
Fix refleak if from __future__ import was not first
Neal Norwitz committed
N
Update known issues to reflect reality
Neal Norwitz committed
March 1, 2006
M
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis committed
J
Tabify and reflow some long lines.
Jeremy Hylton committed
February 28, 2006
T
Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out
Thomas Wouters committed
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed