- 1891cff Move open outside try/finally by Eli Bendersky · 11 years ago
- 9908123 Don't use fancy new Python features like 'with' - some bots don't have them by Eli Bendersky · 11 years ago
- 58fe1b1 Normalize whitespace by Eli Bendersky · 11 years ago
- b788a38 Small fixes in Parser/asdl.py - no change in functionality. by Eli Bendersky · 11 years ago
- cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
- 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
- 481ae50 construct fields in the right order (closes #15517) by Benjamin Peterson · 12 years ago
- 4dc6499 the bool asdl type died a while ago by Benjamin Peterson · 13 years ago
- e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
- 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 14 years ago
- 2b80fa6 Merged revisions 81286 via svnmerge from by Senthil Kumaran · 14 years ago
- df6f3fd The output() function takes only one string argument. by Alexandre Vassalotti · 15 years ago
- 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
- 8a73278 #2725: Fix missing local, and handle errors without tracebacks. by Georg Brandl · 16 years ago
- 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
- e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
- bda355f Add missing parameter spotted by Jared Flatow by Neal Norwitz · 17 years ago
- 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
- 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
- 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
- 34e4f52 avoid dict.has_key, since this might get used by a Py3K built in the by Fred Drake · 18 years ago
- f036551 Switch to using %r in the format string. by Brett Cannon · 18 years ago
- 0e1cff5 Get rid of all two uses of backticks (bad Jeremy!). by Brett Cannon · 18 years ago
- 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
- 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
- eae93b7 Add support for version field on Modules by Martin v. Löwis · 19 years ago
- 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago