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
/
ast.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix parsing of subscriptlist.
Jeremy Hylton
2006-02-27
1
-4/+30
*
And some more cleanup.
Thomas Wouters
2006-02-27
1
-2/+2
*
Clean up from-import handling.
Thomas Wouters
2006-02-27
1
-22/+21
*
Simplify ast_for_trailer() in anticipation of more changes.
Jeremy Hylton
2006-02-27
1
-17/+11
*
Fix old not-reading-pep-308-right artifact.
Thomas Wouters
2006-02-27
1
-1/+1
*
Fix assertion errors in debug build, brought on by PEP 308 patch.
Thomas Wouters
2006-02-27
1
-1/+1
*
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters
2006-02-27
1
-3/+37
*
Use C-style comment
Neal Norwitz
2006-02-05
1
-1/+1
*
Improved handling of syntax errors.
Jeremy Hylton
2006-01-27
1
-35/+74
*
Repair bizarre indentation created by VC 7.1.
Tim Peters
2006-01-08
1
-1/+1
*
alias_for_import_name(): Dueling compiler warnings ;-)
Tim Peters
2006-01-08
1
-1/+2
*
Fix icc warnings: conversion from "long" to "int" may lose significant bits
Neal Norwitz
2006-01-08
1
-5/+4
*
Fix icc warnings: shadowing local variables
Neal Norwitz
2006-01-07
1
-2/+1
*
SF#1391872
Fredrik Lundh
2005-12-29
1
-2/+2
*
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz
2005-12-19
1
-1/+1
*
Cleanup a bit and make things more consistent.
Neal Norwitz
2005-12-18
1
-135/+85
*
SF patch #1355913, PEP 341 - Unification of try/except and try/finally
Neal Norwitz
2005-12-17
1
-50/+62
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
1
-541/+250
*
SF #1377897, Bus error in ast
Neal Norwitz
2005-12-11
1
-0/+5
*
SF #1370197, memory leak - ast_error_finish (in error conditions).
Neal Norwitz
2005-12-11
1
-2/+6
*
Remove unnecessary extern variable
Neal Norwitz
2005-12-05
1
-2/+0
*
Fix a few more memory leaks
Neal Norwitz
2005-11-20
1
-2/+10
*
add more doc
Neal Norwitz
2005-11-16
1
-1/+22
*
Fix another memory leak or two (one real, one potential)
Neal Norwitz
2005-11-15
1
-1/+2
*
Add a note about how to do the memory deallocation a bit.
Neal Norwitz
2005-11-15
1
-0/+20
*
Fix a whole bunch of potential memory leaks (and some real ones too)
Neal Norwitz
2005-11-15
1
-81/+206
*
Convert all internal errors from Exception to SystemError
Neal Norwitz
2005-11-14
1
-19/+17
*
Fix memory leak with bad generator expression
Neal Norwitz
2005-11-14
1
-3/+10
*
remove useless debug print helper. fix a couple of exceptions
Neal Norwitz
2005-11-13
1
-7/+4
*
Refactor code for translating "power" nodes.
Neil Schemenauer
2005-10-25
1
-91/+95
*
Write a separate ast_for_testlist_gexp() function instead of overloading
Neil Schemenauer
2005-10-25
1
-62/+77
*
Add an assert.
Neil Schemenauer
2005-10-23
1
-0/+1
*
ANSI-C-ify the placement of local var declarations.
Armin Rigo
2005-10-21
1
-6/+8
*
Oops, "=" is not a comparison operator
Neal Norwitz
2005-10-21
1
-1/+0
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+3114
[prev]