COMMITS
/ Python/compile.c January 10, 2007
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
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 27, 2006
T
Clarify C-style exception handling with proper label name.
Thomas Wouters committed
T
Fix assertions.
Thomas Wouters committed
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 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 7, 2006
N
Fix icc warnings: single bit fields should be unsigned, shadowing local variables
Neal Norwitz committed
January 2, 2006
M
Adjust usage of compiler_use_new_block to its return type.
Martin v. Löwis committed
December 18, 2005
F
fixed compilation with an ordinary C89 compiler
Fredrik Lundh committed
N
Fix Armin's bug 1333982. He found it, he didn't created it :-)
Neal Norwitz committed
N
Handle more error conditions with SystemError
Neal Norwitz committed
N
Set MemoryError when alloc fails
Neal Norwitz committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
December 6, 2005
N
Simplify logic for handling import *
Neal Norwitz committed
November 24, 2005
N
Fix a few more ref leaks. Backport candidate
Neal Norwitz committed
November 20, 2005
N
Fix a few more memory leaks
Neal Norwitz committed
November 19, 2005
N
Last batch of ref leaks in new AST code.
Neal Norwitz committed
November 16, 2005
N
Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c
Nick Coghlan committed
November 13, 2005
N
Fix a lot of memory and ref leaks in error paths.
Neal Norwitz committed
N
make internal method static
Neal Norwitz committed
October 25, 2005
N
Ensure that compiler_exit_scope() is called as necessary to free memory
Neil Schemenauer committed
October 23, 2005
N
Fix problem handling EXTENDED_ARGs from SF bug # 1333982
Neal Norwitz committed
N
N
Remove unnecessary local variable.
Neil Schemenauer committed