Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5224d28d38eb784f17c2fed3f48368285df6d17a
/
Python
/
symtable.c
5224d28
Patch #1759: Backport of PEP 3129 class decorators with some help from Georg
by Christian Heimes
· 17 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 17 years ago
7605936
Handle PyString_FromInternedString() failing (unlikely, but possible).
by Neal Norwitz
· 18 years ago
6f5ff3f
Klocwork made another run and found a bunch more problems.
by Neal Norwitz
· 18 years ago
18b6adf
Handle more mem alloc issues found with failmalloc
by Neal Norwitz
· 18 years ago
b59d08c
Fix more memory allocation issues found with failmalloc.
by Neal Norwitz
· 18 years ago
d12bd01
Handle more memory allocation failures without crashing.
by Neal Norwitz
· 18 years ago
ddbaa66
Patch #1346214: correctly optimize away "if 0"-style stmts
by Georg Brandl
· 18 years ago
019aec6
Make symtable.c safe for C++ compilers. Changed macros in the same way as
by Anthony Baxter
· 19 years ago
090b3dd
No need to export PySTEntry_New, it is only used in symtable.c
by Neal Norwitz
· 19 years ago
c2e2074
PEP 343 -- the with-statement.
by Guido van Rossum
· 19 years ago
dca3b9c
PEP 308 implementation, including minor refdocs and some testcases. It
by Thomas Wouters
· 19 years ago
d96ee90
Use Py_ssize_t to count the
by Martin v. Löwis
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
d8fe7ab
analyze_cells(): This no longer compiled under VC 7.1.
by Tim Peters
· 19 years ago
46b7bda
Fix icc warnings: conversion from "long" to "int" may lose significant bits
by Neal Norwitz
· 19 years ago
daf595f
Fix icc warnings: shadowing local variable (i) and complex is set but not used, so remove
by Neal Norwitz
· 19 years ago
5d0ad50
Bug #889500, fix line number on SyntaxWarning for global declarations.
by Neal Norwitz
· 19 years ago
3715c3e
Fix a few more ref leaks. Backport candidate
by Neal Norwitz
· 19 years ago
4737b23
Last batch of ref leaks in new AST code.
by Neal Norwitz
· 19 years ago
99b2533
Bring handling of genexpr in line with other anonymous scope names
by Nick Coghlan
· 19 years ago
b6fc9df
Fix a lot of memory and ref leaks in error paths.
by Neal Norwitz
· 19 years ago
62c2fac
Do not pollute name block_ty, prefix with _Py_
by Neal Norwitz
· 19 years ago
2dfcef5
Fix check_unoptimized() function. The only optimized namespaces are
by Neil Schemenauer
· 19 years ago
8b528b2
Fix private name mangling. The symtable also must do mangles so that
by Neil Schemenauer
· 19 years ago
ec97a28
Fix a bunch of imports to use code.h instead of compile.h.
by Jeremy Hylton
· 19 years ago
3144130
ANSI-C-ify the placement of local var declarations.
by Armin Rigo
· 19 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 19 years ago
354433a
SF patch #872326: Generator expression implementation
by Raymond Hettinger
· 20 years ago
4d508ad
Fix for SF [ 734869 ] Lambda functions in list comprehensions
by Jeremy Hylton
· 21 years ago
2990640
Add a comment explaining the st_symbols cache.
by Jeremy Hylton
· 23 years ago
0f2d4b8
PySymtableEntry_New(): I'm not sure what this routine is doing, but it
by Tim Peters
· 23 years ago
86424e3
SF bug #488687 reported by Neal Norwitz
by Jeremy Hylton
· 23 years ago
4b4ab20
ste_repr(): Conversion of sprintf() to PyOS_snprintf() for buffer
by Barry Warsaw
· 23 years ago
6f79937
Add optional docstrings to member descriptors. For backwards
by Guido van Rossum
· 23 years ago
5ca576e
Merging the gen-branch into the main line, at Guido's direction. Yay!
by Tim Peters
· 23 years ago
4db62b1
Improved __future__ parser; still more to do
by Jeremy Hylton
· 24 years ago
29906ee
Preliminary support for future nested scopes
by Jeremy Hylton
· 24 years ago
74b3bc4
Fix for bug 133489: compiler leaks memory
by Jeremy Hylton
· 24 years ago
cb17ae8
Relax the rules for using 'from ... import *' and exec in the presence
by Jeremy Hylton
· 24 years ago