1. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 14 years ago
  2. bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 14 years ago
  3. 5ef96e5 allow byte literals by Benjamin Peterson · 14 years ago
  4. 3e74289 test for set literals by Benjamin Peterson · 14 years ago
  5. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  6. 2e4b0e1 Merged revisions 74464 via svnmerge from by Benjamin Peterson · 15 years ago
  7. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  8. 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
  9. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  10. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  12. 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
  13. ad74aa8 Merged revisions 62047 via svnmerge from by Neal Norwitz · 16 years ago
  14. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  15. 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 16 years ago
  16. 40d3a67 Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError. by Amaury Forgeot d'Arc · 17 years ago
  17. 0da5bd6 Added two tests for f(*, **kw) syntax by Christian Heimes · 17 years ago
  18. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  19. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  20. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  21. d16e81a Fix the compiler package w.r.t. the new metaclass syntax. by Guido van Rossum · 17 years ago
  22. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  23. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  24. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  25. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  26. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  27. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  28. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  29. e427a1c Don't test AST for backticks. by Brett Cannon · 18 years ago
  30. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  31. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  32. 5ddfe41 Whitespace normalization. by Tim Peters · 18 years ago
  33. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  34. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  35. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  36. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  37. 9aaad88 Even though we don't currently use unicode or complex numbers in the test, by Neal Norwitz · 19 years ago
  38. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago