COMMITS
/ Python/compile.c 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
N
Fix private name mangling. The symtable also must do mangles so that
Neil Schemenauer committed
N
Use PyTuple_Pack instead of Py_BuildValue.
Neil Schemenauer committed
N
Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have
Neil Schemenauer committed
N
Don't stop generating code for import statements after the first "import as"
Neil Schemenauer committed
October 21, 2005
N
Use <lamba> as the function name for lambdas (matches old compiler).
Neil Schemenauer committed
A
ANSI-C-ify the placement of local var declarations.
Armin Rigo committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
August 3, 2005
T
com_yield_expr(): Squash new compiler wng about unreferenced local.
Tim Peters committed
August 2, 2005
P
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby committed
June 25, 2005
B
Fix signedness of various char variables to stop causing a warning under gcc 4.
Brett Cannon committed
March 5, 2005
B
Allow classes to be defined with empty parentheses. This means that
Brett Cannon committed
March 3, 2005
B
Silence a gcc warning about putting in parentheses around && expressions mixed
Brett Cannon committed