1. fc43127 Merged revisions 76776 via svnmerge from by Benjamin Peterson · 15 years ago
  2. 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
  3. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  4. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  5. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  6. 75080da Merged revisions 66379 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  8. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  9. 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
  10. 207c9f3 Merged revisions 62049,62054 via svnmerge from by Neal Norwitz · 16 years ago
  11. db4115f Merged revisions 62039-62042 via svnmerge from by Neal Norwitz · 16 years ago
  12. 617fa91 Merged revisions 62013-62014 via svnmerge from by Martin v. Löwis · 16 years ago
  13. 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 16 years ago
  14. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  15. 2b1c592 Fixed a problem found by Bill Janssen on Mac OS X by Christian Heimes · 17 years ago
  16. 2af1d89 Open output files in text mode, after all they are text files. by Guido van Rossum · 17 years ago
  17. e845c0f Fixes for issue 1752184, ensuring type objects are always created by Guido van Rossum · 17 years ago
  18. e4dc324 Use unicode for AST attributes by Neal Norwitz · 17 years ago
  19. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  20. 3591bbe bool is no longer required, it was only used for the print statement by Neal Norwitz · 17 years ago
  21. a44f3a3 Merged revisions 53912-53951 via svnmerge from by Thomas Wouters · 17 years ago
  22. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  23. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  24. f036551 Switch to using %r in the format string. by Brett Cannon · 18 years ago
  25. 0e1cff5 Get rid of all two uses of backticks (bad Jeremy!). by Brett Cannon · 18 years ago
  26. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  27. 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 18 years ago
  28. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 18 years ago
  29. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  30. b003f04 Generate return statement. by Martin v. Löwis · 18 years ago
  31. 40d8459 Add generation of the version. by Martin v. Löwis · 18 years ago
  32. eae93b7 Add support for version field on Modules by Martin v. Löwis · 18 years ago
  33. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  34. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  35. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  36. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  37. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  38. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  39. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  40. 6b1793f When regenerating files like Python-ast.h, take care that the generated by Armin Rigo · 19 years ago
  41. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  42. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  43. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  44. a34584b Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  45. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago