COMMITS
/ Python/ast.c February 5, 2006
N
Use C-style comment
Neal Norwitz committed
January 27, 2006
J
Improved handling of syntax errors.
Jeremy Hylton committed
January 8, 2006
T
Repair bizarre indentation created by VC 7.1.
Tim Peters committed
T
alias_for_import_name(): Dueling compiler warnings ;-)
Tim Peters committed
N
Fix icc warnings: conversion from "long" to "int" may lose significant bits
Neal Norwitz committed
January 7, 2006
N
Fix icc warnings: shadowing local variables
Neal Norwitz committed
December 29, 2005
F
SF#1391872
Fredrik Lundh committed
December 19, 2005
N
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz committed
December 18, 2005
N
Cleanup a bit and make things more consistent.
Neal Norwitz committed
December 17, 2005
N
SF patch #1355913, PEP 341 - Unification of try/except and try/finally
Neal Norwitz committed
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
December 11, 2005
N
SF #1377897, Bus error in ast
Neal Norwitz committed
N
SF #1370197, memory leak - ast_error_finish (in error conditions).
Neal Norwitz committed
December 5, 2005
N
Remove unnecessary extern variable
Neal Norwitz committed
November 20, 2005
N
Fix a few more memory leaks
Neal Norwitz committed
November 16, 2005
N
add more doc
Neal Norwitz committed
November 15, 2005
N
Fix another memory leak or two (one real, one potential)
Neal Norwitz committed
N
Add a note about how to do the memory deallocation a bit.
Neal Norwitz committed
N
Fix a whole bunch of potential memory leaks (and some real ones too)
Neal Norwitz committed
November 14, 2005
N
Convert all internal errors from Exception to SystemError
Neal Norwitz committed
N
Fix memory leak with bad generator expression
Neal Norwitz committed
November 13, 2005
N
remove useless debug print helper. fix a couple of exceptions
Neal Norwitz committed
October 25, 2005
N
Refactor code for translating "power" nodes.
Neil Schemenauer committed
N
Write a separate ast_for_testlist_gexp() function instead of overloading
Neil Schemenauer committed
October 23, 2005
N
Add an assert.
Neil Schemenauer committed
October 21, 2005
A
ANSI-C-ify the placement of local var declarations.
Armin Rigo committed
N
Oops, "=" is not a comparison operator
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed