166 Commits (6d5ee973f0600a3a9444f569dcf0dd346bfa2a11)

Author SHA1 Message Date
Guido van Rossum 52cc1d838f Implement PEP 3115 -- new metaclass syntax and semantics. 19 years ago
Brett Cannon 5b198e8639 Commit version bump. 19 years ago
Jeremy Hylton 81e9502df6 Provisional implementation of PEP 3104. 19 years ago
Neal Norwitz 6baa4c4cc6 Whoops, fix build breakage. There were still a few uses of the bool type. 19 years ago
Thomas Wouters a44f3a3e0b Merged revisions 53912-53951 via svnmerge from 19 years ago
Neal Norwitz 7b7d1c8282 Fix a couple of problems in generating the AST code: 19 years ago
Thomas Wouters 7ea15d0910 Prevent regeneration. 19 years ago
Thomas Wouters 00e41defe8 Bytes literal. 19 years ago
Thomas Wouters cf297e46b8 Merged revisions 53623-53858 via svnmerge from 19 years ago
Brett Cannon 0db62aaf09 Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c 19 years ago
Georg Brandl c2d9d7f489 Checkin the regenerated Python-ast.c and fix test_optparse. 19 years ago
Brett Cannon d080d4b047 Check in changed Python-ast.c from a cosmetic change to Python.asdl (in 19 years ago
Georg Brandl 88fc6646d1 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 19 years ago
Thomas Wouters fc7bb8c786 Merged revisions 53304-53433,53435-53450 via svnmerge from 19 years ago
Guido van Rossum 16be03e4a2 Some more changes related to the new except syntax and semantics, 19 years ago
Martin v. Löwis 37ffcf7bae Commit __version__ change. 19 years ago
Neal Norwitz c150536b5e PEP 3107 - Function Annotations thanks to Tony Lownds 19 years ago
Guido van Rossum 4f72a78684 Jiwon Seo's PEP 3102 implementation. 19 years ago
Georg Brandl 52318d6215 Patch #1550786: ellipsis literal. 20 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Georg Brandl 17ab9a02b5 Fix set literals not being visited in symtable creation. 20 years ago
Guido van Rossum 86e58e239e SF patch 1547796 by Georg Brandl -- set literals. 20 years ago
Guido van Rossum 0919a1a07b Part of SF patch #1513870 (the still relevant part) -- add reduce() to 20 years ago
Brett Cannon e2e23ef97d Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the 20 years ago
Thomas Wouters c350d1a110 Commit regenerated Python-ast.c. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Martin v. Löwis 0cc56e5c59 Introduce asdl_int_seq, to hold cmpop_ty. 20 years ago
Martin v. Löwis 9eec489c4a Regenerate. 20 years ago
Martin v. Löwis 01b810106c Make _kind types global for C++ compilation. 20 years ago
Anthony Baxter a863d334aa low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations 20 years ago
Martin v. Löwis ad7c44c047 Regenerate. 20 years ago
Jeremy Hylton 2f327c14eb Add lineno, col_offset to excephandler to enable future fix for 20 years ago
Neal Norwitz 19379f18a6 * Fix a refleak of *_attributes. 20 years ago
Martin v. Löwis 03e5bc02c9 Fix memory leak on attributes. 20 years ago
Martin v. Löwis 49c5da1d88 Patch #1440601: Add col_offset attribute to AST nodes. 20 years ago
Neal Norwitz 53d960c010 Don't pollute namespace as bad as before. All the types are static now. 20 years ago
Thomas Wouters 34aa7ba114 from __future__ import with_statement addon for 'with', mostly written by 20 years ago
Thomas Wouters f7f438ba3b SF patch #1438387, PEP 328: relative and absolute imports. 20 years ago
Martin v. Löwis ace990cf5a Regenerate. 20 years ago
Guido van Rossum c2e20744b2 PEP 343 -- the with-statement. 20 years ago
Martin v. Löwis 577b5b960d Create _ast module. 20 years ago
Thomas Wouters dca3b9c797 PEP 308 implementation, including minor refdocs and some testcases. It 20 years ago
Martin v. Löwis d3a5f53a27 Avoid reinitializing the types twice. 20 years ago
Martin v. Löwis 8d0701daf1 Stop generating empty arrays. 20 years ago
Martin v. Löwis ce1d5d2527 Fix iterating over cmpop_ty lists. 20 years ago
Martin v. Löwis bd260da900 Generate code to recursively copy an AST into 20 years ago
Martin v. Löwis 5b43126e03 Regenerate. 20 years ago
Neal Norwitz adb69fcdff Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 20 years ago
Neal Norwitz 897ff817d5 SF #1373150, diffs in working copy after a build 20 years ago
Neal Norwitz 7b5a604d24 Whoops, checkin consistent versions of *all* files to stop polluting 20 years ago