/Tests/Cuda/ObjectLibrary/

='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/Grammar
td>
ModeNameSize
bpo-31095: fix potential crash during GC (GH-2974)INADA Naoki2017-08-241-0/+2
* Fix a shadow-compatible-local warning (#2180)Yuan Chao Chou2017-08-041-165/+165
* bpo-29622: Make AST constructor to accept less than enough number of position...INADA Naoki2017-02-231-19/+17
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-17/+90
* Issue #29369: Use Py_IDENTIFIER in Python-ast.cINADA Naoki2017-01-251-6/+12
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-22/+11
* Issue #24098: Fixed possible crash when AST is changed in process ofSerhiy Storchaka2016-10-071-0/+220
|\
| * Issue #24098: Fixed possible crash when AST is changed in process ofSerhiy Storchaka2016-10-07