index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
ast.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
set line and column numbers for keyword-only arg nodes (closes #20619)
Benjamin Peterson
2014-02-13
1
-0
/
+2
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-8
/
+6
*
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou
2013-10-12
1
-32
/
+32
*
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
1
-16
/
+21
*
Fix potential NULL pointer dereferencing in ast module
Christian Heimes
2013-07-24
1
-1
/
+1
|
\
|
*
Fix potential NULL pointer dereferencing in ast module
Christian Heimes
2013-07-24
1
-1
/
+1
*
|
Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set ...
Victor Stinner
2013-07-17
1
-1
/
+1
*
|
Issue #18408: Handle PyArena_AddPyObject() failure in ast.c
Victor Stinner
2013-07-17
1
-5
/
+20
*
|
move declaration to top of block
Benjamin Peterson
2013-03-18
1
-1
/
+2
*
|
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson
2013-03-18
1
-44
/
+28
*
|
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka
2013-02-10
1
-4
/
+18
|
\
\
|
|
/
|
/
|
|
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-4
/
+18
|
|
\
|
|
*
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson
2012-12-06
1
-4
/
+18
*
|
|
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka
2013-02-10
1
-7
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka
2013-02-10
1
-7
/
+11
*
|
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-237
/
+687
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson
2012-11-25
1
-2
/
+1
|
*
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s goin...
Christian Heimes
2012-09-10
1
-0
/
+1
|
|
\
|
*
\
merge 3.2
Benjamin Peterson
2012-09-02
1
-2
/
+2
|
|
\
\
|
*
|
|
get rid of ast_error_finish by passing the compiling struct to ast_error
Benjamin Peterson
2012-09-02
1
-118
/
+72
|
*
|
|
merge 3.2
Benjamin Peterson
2012-09-02
1
-124
/
+621
|
|
\
\
\
|
|
*
\
\
merge 3.2 (#15846)
Benjamin Peterson
2012-09-02
1
-0
/
+8
|
|
|
\
\
\
|
|
*
|
|
|
Check return value of asdl_seq_new(). Found by Coverity.
Stefan Krah
2012-08-20
1
-0
/
+2
|
|
*
|
|
|
merge 3.2
Benjamin Peterson
2012-03-12
1
-6
/
+0
|
|
|
\
\
\
\
|
|
*
\
\
\
\
merge 3.2
Benjamin Peterson
2012-03-12
1
-125
/
+620
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
Basic support for PEP 414 without docs or tests.
Armin Ronacher
2012-03-04
1
-0
/
+3
|
|
|
*
|
|
|
|
fix indentation
Benjamin Peterson
2012-01-16
1
-5
/
+5
|
|
|
*
|
|
|
|
break out switch at correct place
Benjamin Peterson
2012-01-16
1
-1
/
+1
|
|
|
*
|
|
|
|
only finish error if one occurred
Benjamin Peterson
2012-01-16
1
-1
/
+2
|
|
|
*
|
|
|
|
move LINENO define to where it actually belongs
Benjamin Peterson
2012-01-16
1
-4
/
+0
|
|
|
*
|
|
|
|
streamline normalizer identification a bit
Benjamin Peterson
2012-01-16
1
-25
/
+55
|
|
|
*
|
|
|
|
fix spelling
Benjamin Peterson
2012-01-16
1
-1
/
+1
|
|
|
*
|
|
|
|
invert condition (head bang)
Benjamin Peterson
2012-01-16
1
-1
/
+1
|
|
|
*
|
|
|
|
fix possible refleaks
Benjamin Peterson
2012-01-16
1
-2
/
+4
|
|
|
*
|
|
|
|
use helpful PyUnicode_IS_ASCII macro
Benjamin Peterson
2012-01-16
1
-1
/
+1
|
|
|
*
|
|
|
|
PyUnicode_DecodeUTF8 will always return a ready string
Benjamin Peterson
2012-01-16
1
-1
/
+2
|
|
|
*
|
|
|
|
rewrite such that this actually makes sense
Benjamin Peterson
2012-01-16
1
-1
/
+1
|
|
|
*
|
|
|
|
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson
2012-01-14
1
-1
/
+7
|
|
|
*
|
|
|
|
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-5
/
+16
|
|
|
*
|
|
|
|
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...
Antoine Pitrou
2012-01-12
1
-7
/
+12
|
|
|
*
|
|
|
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-1
/
+1
|
|
|
*
|
|
|
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
1
-1
/
+2
|
|
|
*
|
|
|
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-37
/
+24
|
|
|
*
|
|
|
|
add a AST validator (closes #12575)
Benjamin Peterson
2011-08-09
1
-4
/
+482
|
|
|
*
|
|
|
|
merge 3.2
Benjamin Peterson
2011-06-20
1
-46
/
+20
|
|
|
|
\
\
\
\
\
|
|
|
|
*
|
|
|
|
unify TryExcept and TryFinally (closes #12199)
Benjamin Peterson
2011-05-29
1
-18
/
+4
|
|
|
|
*
|
|
|
|
reflect with statements with multiple items in the AST (closes #12106)
Benjamin Peterson
2011-05-27
1
-27
/
+16
|
|
|
|
*
|
|
|
|
merge 3.2
Benjamin Peterson
2011-04-12
1
-1
/
+0
|
|
|
|
|
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-1
/
+0
*
|
|
|
|
|
|
|
|
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
[next]