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
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-7/+3
|
\
|
*
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner
2015-11-06
1
-6/+3
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-2/+2
*
|
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner
2015-11-06
1
-6/+3
*
|
One more typo in a comment
Martin Panter
2015-10-07
1
-1/+1
*
|
merge 3.5 (#25131)
Benjamin Peterson
2015-09-26
1
-4/+10
|
\
\
|
|
/
|
*
make opening brace of container literals and comprehensions correspond to the...
Benjamin Peterson
2015-09-26
1
-4/+10
*
|
Fixed error creation if the problem is an empty expression in an f-string: us...
Eric V. Smith
2015-09-24
1
-6/+5
*
|
Move f-string compilation of the expression earlier, before the conversion ch...
Eric V. Smith
2015-09-23
1
-15/+51
*
|
Issue #24779: Remove unused rawmode parameter to unicode_decode.
Eric V. Smith
2015-09-21
1
-6/+3
*
|
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...
Eric V. Smith
2015-09-19
1
-56/+929
*
|
Fix ast_for_atom()
Victor Stinner
2015-09-03
1
-0/+1
*
|
Merge 3.5 (issue #24975)
Yury Selivanov
2015-09-02
1
-2/+4
|
\
\
|
|
/
|
*
Issue #24975: Fix AST compilation for PEP 448 syntax.
Yury Selivanov
2015-09-01
1
-2/+4
*
|
Fix a trivial typo.
Eric V. Smith
2015-08-21
1
-1/+1
*
|
Issue #9232: Support trailing commas in function declarations.
Robert Collins
2015-08-11
1
-9/+14
|
/
*
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov
2015-08-05
1
-33/+32
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-21/+153
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-114/+222
*
Initialize variables to prevent GCC warnings
Victor Stinner
2015-03-18
1
-2/+4
*
merge 3.4 (#21295)
Benjamin Peterson
2015-02-02
1
-22/+13
|
\
|
*
revert lineno and col_offset changes from #16795 (closes #21295)
Benjamin Peterson
2015-02-02
1
-22/+13
|
*
set line and column numbers for keyword-only arg nodes (closes #20619)
Benjamin Peterson
2014-02-14
1
-0/+2
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-2/+6
*
|
set line and column numbers for keyword-only arg nodes (closes #20619)
Benjamin Peterson
2014-02-14
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-16
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
-7/+11
|
\
\
|
|
/
|
*
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
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-1/+1
*
|
|
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson
2012-12-06
1
-4/+18
|
/
/
*
|
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
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
put * in the normal place
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
-2/+2
|
\
\
|
|
/
|
*
move variable decl to the top of the function
Benjamin Peterson
2012-09-02
1
-2/+2
*
|
merge 3.2 (#15846)
Benjamin Peterson
2012-09-02
1
-0/+8
|
\
\
|
|
/
[next]