COMMITS
/ Python/symtable.c January 8, 2006
T
analyze_cells(): This no longer compiled under VC 7.1.
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 variable (i) and complex is set but not used, so remove
Neal Norwitz committed
December 19, 2005
N
Bug #889500, fix line number on SyntaxWarning for global declarations.
Neal Norwitz committed
November 24, 2005
N
Fix a few more ref leaks. Backport candidate
Neal Norwitz committed
November 19, 2005
N
Last batch of ref leaks in new AST code.
Neal Norwitz committed
November 16, 2005
N
Bring handling of genexpr in line with other anonymous scope names
Nick Coghlan committed
November 13, 2005
N
Fix a lot of memory and ref leaks in error paths.
Neal Norwitz committed
October 24, 2005
N
Do not pollute name block_ty, prefix with _Py_
Neal Norwitz committed
October 23, 2005
N
Fix check_unoptimized() function. The only optimized namespaces are
Neil Schemenauer committed
N
Fix private name mangling. The symtable also must do mangles so that
Neil Schemenauer committed
October 21, 2005
J
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton 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
May 19, 2004
R
SF patch #872326: Generator expression implementation
Raymond Hettinger committed
May 21, 2003
J
Fix for SF [ 734869 ] Lambda functions in list comprehensions
Jeremy Hylton committed
December 10, 2001
J
Add a comment explaining the st_symbols cache.
Jeremy Hylton committed
December 8, 2001
T
PySymtableEntry_New(): I'm not sure what this routine is doing, but it
Tim Peters committed
December 4, 2001
J
SF bug #488687 reported by Neal Norwitz
Jeremy Hylton committed
November 28, 2001
B
ste_repr(): Conversion of sprintf() to PyOS_snprintf() for buffer
Barry Warsaw committed
September 20, 2001
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
June 18, 2001
T
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters committed
February 27, 2001
J
Improved __future__ parser; still more to do
Jeremy Hylton committed
J
Preliminary support for future nested scopes
Jeremy Hylton committed
February 23, 2001
J
Fix for bug 133489: compiler leaks memory
Jeremy Hylton committed
February 9, 2001
J
Relax the rules for using 'from ... import *' and exec in the presence
Jeremy Hylton committed