COMMITS
/ Python/ast.c May 25, 2017
S
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
Serhiy Storchaka committed
March 21, 2017
S
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
Serhiy Storchaka committed
February 22, 2017
I
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki committed
December 16, 2016
S
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka committed
December 11, 2016
S
Issue #28739: f-string expressions no longer accepted as docstrings and
Serhiy Storchaka committed
S
Issue #28739: f-string expressions no longer accepted as docstrings and
Serhiy Storchaka committed
November 28, 2016
S
Issue #12844: More than 255 arguments can now be passed to a function.
Serhiy Storchaka committed
November 20, 2016
S
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka committed
S
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
November 15, 2016
V
Fix warn_invalid_escape_sequence()
Victor Stinner committed
November 8, 2016
Y
Issue #26182: Fix ia refleak in code that raises DeprecationWarning.
Yury Selivanov committed
November 7, 2016
E
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
Eric V. Smith committed
October 31, 2016
E
September 19, 2016
B
delete dead code
Benjamin Peterson committed
September 15, 2016
Y
Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
Yury Selivanov committed
September 11, 2016
E
Make an f-string error message more exact and consistent.
Eric V. Smith committed
September 10, 2016
B
just start with an int rather than casting
Benjamin Peterson committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
Y
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 3, 2016
August 5, 2016
M
Merge spelling and grammar fixes from 3.5
Martin Panter committed
August 4, 2016
M
Fix spelling and grammar in documentation and code comments
Martin Panter committed
June 27, 2016
S
Issue #27352: Correct the validation of the ImportFrom AST node and simplify
Serhiy Storchaka committed
May 18, 2016
B
Issue #23275: Allow () = iterable assignment syntax
Berker Peksag committed
February 26, 2016
B
remove unused c_encoding struct member
Benjamin Peterson committed
B
rewrite parsestr() so it's comprehensible; remove dead code
Benjamin Peterson committed
B
c_encoding can never be NULL, which allows some code simplification
Benjamin Peterson committed
January 26, 2016
V
Issue #26146: enhance ast.Constant error message
Victor Stinner committed
V
Fix a refleak in validate_constant()
Victor Stinner committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
January 18, 2016
G
Fix two instances of wrong indentation.
Georg Brandl committed
December 27, 2015
S
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
November 6, 2015
V
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner committed
V
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner committed
October 7, 2015
M
One more typo in a comment
Martin Panter committed
September 26, 2015
B
merge 3.5 (#25131)
Benjamin Peterson committed
September 24, 2015
September 23, 2015
September 21, 2015
E
Issue #24779: Remove unused rawmode parameter to unicode_decode.
Eric V. Smith committed
September 19, 2015
September 3, 2015
V
Fix ast_for_atom()
Victor Stinner committed
September 2, 2015
Y
Merge 3.5 (issue #24975)
Yury Selivanov committed
September 1, 2015
Y
Issue #24975: Fix AST compilation for PEP 448 syntax.
Yury Selivanov committed