1. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  2. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  3. df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 9 years ago
  4. 14acf5f Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. by Yury Selivanov · 9 years ago
  5. de12b79 allow test node after ** in calls (closes #24176) by Benjamin Peterson · 9 years ago
  6. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  7. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  8. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  9. 605a774 Backed out changeset 521232b05b97 by Benjamin Peterson · 11 years ago
  10. c6dc124 fix compiler warning by Benjamin Peterson · 11 years ago
  11. da05f45 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 12 years ago
  12. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 12 years ago
  13. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 12 years ago
  14. 0bddfd0 Regenerate Python/graminit.c. by Mark Dickinson · 14 years ago
  15. beba826 Merged revisions 81220 via svnmerge from by Victor Stinner · 14 years ago
  16. 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
  17. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  18. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  19. a9b54c7 Merged revisions 68523 via svnmerge from by Martin v. Löwis · 15 years ago
  20. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  21. 32dde22 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,62055-62058,62060-62066,62068-62074,62076-62079,62081-62083,62086-62089,62092-62094,62098,62101,62104,62106-62109,62115-62122,62124-62125,62128,62130,62132,62134-62135,62137,62139-62140,62144,62146,62151,62155,62157,62162-62166,62171-62172,62175-62176,62178,62181-62186,62188-62192,62196,62200-62203,62206,62211-62213,62215-62218,62222,62224-62226,62228,62232,62236,62240-62245,62248,62250-62254,62256-62258,62262,62264-62265,62267-62270,62272-62276,62280-62288,62291-62292,62299-62301,62307,62312,62316-62318,62322-62331,62333-62337,62339-62344,62346-62348 via svnmerge from by Neal Norwitz · 16 years ago
  22. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  23. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  24. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  25. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  26. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  27. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  28. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  29. a4335b1 Looks like this file wasn't checked in. by Guido van Rossum · 17 years ago
  30. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  31. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  32. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  33. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  34. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 17 years ago
  35. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  36. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 17 years ago
  37. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  38. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  39. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  40. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  41. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  42. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  43. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  44. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  45. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  46. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  47. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  48. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  49. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  50. 59090a7 Oops, I forgot to check this in with the change to Grammar/Grammar. by Neal Norwitz · 18 years ago
  51. 3c52c5a Wrap long lines in the grammar by Neal Norwitz · 18 years ago
  52. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 18 years ago
  53. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  54. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  55. 409d8f2 Allow classes to be defined with empty parentheses. This means that by Brett Cannon · 19 years ago
  56. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  57. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  58. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  59. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  60. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  61. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  62. 84ee323 John Aycock correctly pointed out that the grammar for by Tim Peters · 22 years ago
  63. 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
  64. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  65. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  66. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  67. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  68. 23c9ec8 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  69. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  70. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  71. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  72. d295f12 Make first raise argument optional by Guido van Rossum · 26 years ago
  73. ee2373b Oops, missed some renamings. by Guido van Rossum · 27 years ago
  74. 03a7466 OK, ready to make 'assert' a keyword (instead of '__assert__'). by Guido van Rossum · 27 years ago
  75. 8ecd1ad Added assert grammar. by Guido van Rossum · 27 years ago
  76. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  77. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  78. beeda8a changes for power (**) operator by Guido van Rossum · 28 years ago
  79. e40bddc new grammar by Guido van Rossum · 29 years ago
  80. a10f512 Grammar changed by Guido van Rossum · 29 years ago
  81. 9717991 Merge back to main trunk by Guido van Rossum · 30 years ago
  82. 57531fe change syntactical position of lambdef (was an atom, now is a test) by Guido van Rossum · 31 years ago
  83. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  84. 3b71604 Committing the correct graminit.c; also changed confusing comments in Grammar. by Guido van Rossum · 31 years ago
  85. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  86. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  87. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  88. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  89. 74b31c9 Latest gramamr by Guido van Rossum · 32 years ago
  90. 2c81957 tightened try statement syntax by Guido van Rossum · 32 years ago
  91. c1b5cec *** empty log message *** by Guido van Rossum · 32 years ago
  92. ef09851 New grammar (semicolons, continue, no multiple NEWLINES) by Guido van Rossum · 33 years ago
  93. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  94. 3f5da24 "Compiling" version by Guido van Rossum · 33 years ago
  95. 3ccb617 removed dir statement. Function arguments may now be tests. by Guido van Rossum · 34 years ago
  96. 85a5fbb Initial revision by Guido van Rossum · 34 years ago