COMMITS
/ Python/compile.c March 16, 2008
C
Merged revisions 61404-61407 via svnmerge from
Christian Heimes committed
March 14, 2008
T
Fix crasher in unpacking assignments with star, where the size constraints
Thomas Wouters committed
February 9, 2008
February 6, 2008
February 1, 2008
C
Merged revisions 60475-60479,60481-60488 via svnmerge from
Christian Heimes committed
January 28, 2008
C
Merged revisions 60379-60382 via svnmerge from
Christian Heimes committed
January 25, 2008
C
Merged revisions 60245-60277 via svnmerge from
Christian Heimes committed
December 24, 2007
C
Merged revisions 59565-59594 via svnmerge from
Christian Heimes committed
December 19, 2007
C
Merged revisions 59541-59561 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
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