1. 04a90b4 bump ast version by Benjamin Peterson · 13 years ago
  2. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  3. 7f670e5 bump ast version by Benjamin Peterson · 13 years ago
  4. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  5. c9723d0 use only the hex version, since the revno is unreliable across repos by Benjamin Peterson · 13 years ago
  6. 678da9f bump ast version by Benjamin Peterson · 13 years ago
  7. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 13 years ago
  8. 0a4dae5 fix refleak by Benjamin Peterson · 14 years ago
  9. d8f6597 new plan: functions that want 'tmp' can declare it by Benjamin Peterson · 14 years ago
  10. 0e9e98e c89 declarations by Benjamin Peterson · 14 years ago
  11. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 14 years ago
  12. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  13. 1b7046b Issue #9051: Instances of timezone class can now be pickled. by Alexander Belopolsky · 14 years ago
  14. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  15. 0496c9e regenerate Python-ast.c by Benjamin Peterson · 15 years ago
  16. 2e24deb update ast version by Benjamin Peterson · 15 years ago
  17. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  18. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  19. e6d4a9b update version number by Benjamin Peterson · 16 years ago
  20. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  21. ce825f1 update Python-ast.c by Benjamin Peterson · 16 years ago
  22. 245c70b Merged revisions 66377 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  23. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  24. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  25. ee9b10a Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62048,62050-62051,62055-62066,62068-62074,62076-62078 via svnmerge from by Neal Norwitz · 16 years ago
  26. ad74aa8 Merged revisions 62047 via svnmerge from by Neal Norwitz · 16 years ago
  27. 207c9f3 Merged revisions 62049,62054 via svnmerge from by Neal Norwitz · 16 years ago
  28. db4115f Merged revisions 62039-62042 via svnmerge from by Neal Norwitz · 16 years ago
  29. 617fa91 Merged revisions 62013-62014 via svnmerge from by Martin v. Löwis · 16 years ago
  30. 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 16 years ago
  31. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  32. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  33. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  34. e845c0f Fixes for issue 1752184, ensuring type objects are always created by Guido van Rossum · 17 years ago
  35. 71d4a34 Customary 2nd submit of this file after it's been changed. by Guido van Rossum · 17 years ago
  36. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  37. a9ea3d9 Regenerate by Neal Norwitz · 17 years ago
  38. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  39. e4dc324 Use unicode for AST attributes by Neal Norwitz · 17 years ago
  40. c3e7ffc obcheckin. by Guido van Rossum · 17 years ago
  41. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  42. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  43. 6dd15d3 obcheckin. by Guido van Rossum · 17 years ago
  44. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  45. 514a0f2 Obsubmit. by Guido van Rossum · 17 years ago
  46. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  47. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  48. 8981ad0 Check in the inevitable change to the version number. by Guido van Rossum · 17 years ago
  49. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  50. 9091e3a Update the silly version number. by Guido van Rossum · 17 years ago
  51. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  52. 5b198e8 Commit version bump. by Brett Cannon · 17 years ago
  53. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  54. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 17 years ago
  55. a44f3a3 Merged revisions 53912-53951 via svnmerge from by Thomas Wouters · 17 years ago
  56. 7ea15d0 Prevent regeneration. by Thomas Wouters · 17 years ago
  57. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  58. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  59. c2d9d7f Checkin the regenerated Python-ast.c and fix test_optparse. by Georg Brandl · 17 years ago
  60. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  61. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 17 years ago
  62. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 17 years ago
  63. 37ffcf7 Commit __version__ change. by Martin v. Löwis · 18 years ago
  64. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  65. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  66. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  67. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  68. 17ab9a0 Fix set literals not being visited in symtable creation. by Georg Brandl · 18 years ago
  69. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  70. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  71. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  72. c350d1a Commit regenerated Python-ast.c. by Thomas Wouters · 18 years ago
  73. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  74. 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 18 years ago
  75. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  76. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 18 years ago
  77. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  78. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  79. ace990c Regenerate. by Martin v. Löwis · 18 years ago
  80. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  81. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  82. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  83. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  84. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  85. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  86. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  87. 5b43126 Regenerate. by Martin v. Löwis · 19 years ago
  88. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  89. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  90. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  91. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  92. 12ebfd7 Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  93. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago