COMMITS
/ Modules/parsermodule.c February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
July 30, 2019
P
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module (GH-15017)
Pablo Galindo committed
June 13, 2019
V
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
April 23, 2019
I
fix warnings by adding more const (GH-12924)
Inada Naoki committed
April 3, 2019
March 21, 2019
P
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
Pablo Galindo committed
March 9, 2019
T
Remove d_initial from the parser as it is unused (GH-12212)
tyomitch committed
March 7, 2019
G
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum committed
January 31, 2019
G
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum committed
January 22, 2019
I
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 22, 2018
V
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
April 18, 2018
S
bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)
Serhiy Storchaka committed
November 2, 2017
April 19, 2017
S
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
June 2, 2016
B
replace custom validation logic in the parse module with a simple DFA validator (closes #26526)
Benjamin Peterson committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
August 5, 2015
Y
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov committed
May 16, 2015
B
allow test node after ** in calls (closes #24176)
Benjamin Peterson committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 6, 2015
B
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
January 2, 2014
V
(Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error
Victor Stinner committed
V
parser: fix usage of Py_BuildValue() to build a parser error
Victor Stinner committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix typo in build_node_tree() of the parser module
Victor Stinner committed
July 11, 2013
V
Issue #18408: parser module: fix error handling in node2tuple()
Victor Stinner committed
V
Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
Victor Stinner committed
January 19, 2013
S
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka committed
January 14, 2013
S
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
August 15, 2012
A
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Antoine Pitrou committed
A
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Antoine Pitrou committed
August 3, 2012
J
MERGE: Closes #15512: Correct __sizeof__ support for parser
Jesus Cea committed
J
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea committed
May 7, 2012
M
Issue #14741: Merge fix from 3.2.
Mark Dickinson committed
M
Issue #14741: Fix missing support for ellipsis in parser module.
Mark Dickinson committed
M
Issue #14697: Merge fix from 3.2.
Mark Dickinson committed
M
Issue #14697: Fix missing parser module support for set displays and set comprehensions.
Mark Dickinson committed
M
Issue #14701: Add missing support for 'raise ... from' in parser module.
Mark Dickinson committed
M
Issue #14701: Merge fix from 3.2.
Mark Dickinson committed