index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
symtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a lot of memory and ref leaks in error paths.
Neal Norwitz
2005-11-13
1
-33/+75
*
Do not pollute name block_ty, prefix with _Py_
Neal Norwitz
2005-10-24
1
-3/+3
*
Fix check_unoptimized() function. The only optimized namespaces are
Neil Schemenauer
2005-10-23
1
-1/+1
*
Fix private name mangling. The symtable also must do mangles so that
Neil Schemenauer
2005-10-23
1
-14/+30
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
1
-1/+0
*
ANSI-C-ify the placement of local var declarations.
Armin Rigo
2005-10-21
1
-2/+4
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-63/+1178
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
1
-0/+2
*
Fix for SF [ 734869 ] Lambda functions in list comprehensions
Jeremy Hylton
2003-05-21
1
-0/+1
*
Add a comment explaining the st_symbols cache.
Jeremy Hylton
2001-12-10
1
-1/+15
*
PySymtableEntry_New(): I'm not sure what this routine is doing, but it
Tim Peters
2001-12-08
1
-0/+1
*
SF bug #488687 reported by Neal Norwitz
Jeremy Hylton
2001-12-04
1
-0/+1
*
ste_repr(): Conversion of sprintf() to PyOS_snprintf() for buffer
Barry Warsaw
2001-11-28
1
-4/+5
*
Add optional docstrings to member descriptors. For backwards
Guido van Rossum
2001-09-20
1
-9/+20
*
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters
2001-06-18
1
-0/+1
*
Improved __future__ parser; still more to do
Jeremy Hylton
2001-02-27
1
-0/+1
*
Preliminary support for future nested scopes
Jeremy Hylton
2001-02-27
1
-1/+1
*
Fix for bug 133489: compiler leaks memory
Jeremy Hylton
2001-02-23
1
-3/+5
*
Relax the rules for using 'from ... import *' and exec in the presence
Jeremy Hylton
2001-02-09
1
-0/+147
[prev]