532 Commits (32622236d5b45fedcefa50c11afeaa5d99ff8cdc)

Author SHA1 Message Date
Trent Nelson 05c197c75e Make PyAST_obj2mod C89 compliant. 13 years ago
Mark Dickinson ded35aeb9d Issue #16546: make ast.YieldFrom argument mandatory. 13 years ago
Ezio Melotti c820de5e60 #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). 13 years ago
Ezio Melotti cb2916a714 #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). 13 years ago
Antoine Pitrou ca8aa4acf6 Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. 14 years ago
Georg Brandl 02144cca2f Remove unused variables in parsetok(). 14 years ago
Georg Brandl cc98887e45 Remove unused variables in parsetok(). 14 years ago
Jesus Cea e9c5318967 Closes #15512: Correct __sizeof__ support for parser 14 years ago
Jesus Cea 3e3192d8f7 Closes #15512: Correct __sizeof__ support for parser 14 years ago
Benjamin Peterson 481ae50ccd construct fields in the right order (closes #15517) 14 years ago
Benjamin Peterson 8107176f9b add gc support to the AST base type (closes #15293) 14 years ago
Antoine Pitrou 507507473e Issue #15291: Fix a memory leak where AST nodes where not properly deallocated. 14 years ago
Jesus Cea 035997f1a3 Issue #1677: Unused variable warning in Non-Windows 14 years ago
Jesus Cea d0f5f4827d Issue #1677: Unused variable warning in Non-Windows 14 years ago
Jesus Cea 99ad1f1354 Backed out changeset 7ccc2cea6969 14 years ago
Jesus Cea 263afe2fed Issue #1667: Unused variable warning in Non-Windows 14 years ago
Tim Golden 9175c3d804 Issue #1677: Handle better a race condition between the interactive interpreter and 14 years ago
Tim Golden b92b757eed Issue #1677: Handle better a race condition between the interactive interpreter and 14 years ago
Tim Golden 4702336a0d Issue #1677: Handle better a race condition between the interactive interpreter and 14 years ago
Christian Heimes 0b3847de6d Issue #15096: Drop support for the ur string prefix 14 years ago
Benjamin Peterson 77fa9379e2 use Py_ssize_t for ast sequence lengths 14 years ago
Martin v. Löwis e654c11f56 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. 14 years ago
Benjamin Peterson 1767e0274b free AST's dict 14 years ago
Victor Stinner 45e50de1f5 Try to fix compilation of Python-ast.c on Visual Studio 2008 14 years ago
Benjamin Peterson 7e0dbfbbde give the AST class a __dict__ 14 years ago
Armin Ronacher 6ecf77b3f8 Basic support for PEP 414 without docs or tests. 14 years ago
Benjamin Peterson cff9237d57 check after comments, too (#13832) 14 years ago
Benjamin Peterson 188bee5873 don't leak node 14 years ago
Benjamin Peterson 79c1f96438 only check this when parsing python 14 years ago
Meador Inge fa21bf015d Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement 14 years ago
Benjamin Peterson 8d5a62df10 murder tabs 14 years ago
Benjamin Peterson 527c622926 make YieldFrom its own distinct from Yield (closes #13780) 14 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
Antoine Pitrou 3a5d4cb940 Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. 14 years ago
Benjamin Peterson f51d36a743 evidently some buildbots don't have python 3 installed 14 years ago
Benjamin Peterson 3ab85886d6 run AST toolchain on python3 14 years ago
Antoine Pitrou c345ce1a69 Issue #10350: Read and save errno before calling a function which might overwrite it. 14 years ago
Amaury Forgeot d'Arc 58e8761da6 Issue #13436: Fix a bogus error message when an AST object was passed 14 years ago
Antoine Pitrou 9ec2593bda Fix memory leak with FLUFL-related syntax errors (!) 14 years ago
Meador Inge 70d86bdef1 Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py 14 years ago
Martin v. Löwis 1c67dd9b15 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. 14 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
Martin v. Löwis 1ee1b6fe0d Use identifier API for PyObject_GetAttrString. 14 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Benjamin Peterson 0224d4e699 accept bytes for the AST 'string' type 15 years ago
Benjamin Peterson 4058211e8d accept bytes for the AST 'string' type 15 years ago
Benjamin Peterson 5a3f49bb7e revert code which conditionally writes Python-ast.h (closes #12727) 15 years ago
Benjamin Peterson 257a1d0f28 2.x syntax 15 years ago
Benjamin Peterson 4ec450d3c7 make this work on 2.4 15 years ago