1. ae28ffd remove comment about updating the parser module; we do not need to do that anymore (#26526) by Benjamin Peterson · 7 years ago
  2. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  3. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  4. 1e6755b Issue #27518: Merge from 3.5 by Berker Peksag · 8 years ago
  5. 5d9c7ed Issue #27518: Fix typo in Grammar/Grammar by Berker Peksag · 8 years ago
  6. df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 9 years ago
  7. 14acf5f Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. by Yury Selivanov · 9 years ago
  8. b83c514 Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar. by Berker Peksag · 9 years ago
  9. 192c750 Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar. by Berker Peksag · 9 years ago
  10. de12b79 allow test node after ** in calls (closes #24176) by Benjamin Peterson · 9 years ago
  11. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  12. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  13. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 9 years ago
  14. ec3af4e Issue #21972: Make it clear that the PEP 401 future import works, by Martin v. Löwis · 10 years ago
  15. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  16. 605a774 Backed out changeset 521232b05b97 by Benjamin Peterson · 11 years ago
  17. c6dc124 fix compiler warning by Benjamin Peterson · 11 years ago
  18. 4c1be9e Remove lingering artifact of an initial PEP 380 Grammar change that was later reverted by Nick Coghlan · 12 years ago
  19. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 12 years ago
  20. b3132bd input() in this sense is gone by Benjamin Peterson · 12 years ago
  21. 0e79b7e Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 by Eli Bendersky · 12 years ago
  22. 1c50d11 Issue #2009: refactor varargslist and typedargslist productions to make them more friendly for third-party parsers. by Mark Dickinson · 14 years ago
  23. 7e4a6eb Kill gratuitous space. by Mark Dickinson · 14 years ago
  24. aefc1c7 untabify by Benjamin Peterson · 14 years ago
  25. 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
  26. 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
  27. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  28. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  29. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  30. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  31. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  32. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  33. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  34. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  35. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  36. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  37. e66c8c7 "from ... import x" should not be a syntax error... make by Georg Brandl · 17 years ago
  38. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  39. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  40. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  41. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  42. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 17 years ago
  43. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  44. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 17 years ago
  45. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  46. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  47. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  48. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  49. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  50. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  51. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  52. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  53. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  54. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  55. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  56. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  57. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  58. d074beb Implement change suggested by Jiwon Seo on python-dev. by Neal Norwitz · 18 years ago
  59. 3c52c5a Wrap long lines in the grammar by Neal Norwitz · 18 years ago
  60. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 18 years ago
  61. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  62. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  63. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  64. 409d8f2 Allow classes to be defined with empty parentheses. This means that by Brett Cannon · 19 years ago
  65. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  66. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  67. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  68. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  69. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  70. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  71. 84ee323 John Aycock correctly pointed out that the grammar for by Tim Peters · 22 years ago
  72. 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
  73. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  74. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  75. bb40dc4 remove commented-out vestiges of access statement by Jeremy Hylton · 23 years ago
  76. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 23 years ago
  77. 0cdfc92 Fix typo: config.stat --> config.status by Fred Drake · 24 years ago
  78. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  79. abca14d Added note stating that the parser module will need updating for most by Fred Drake · 24 years ago
  80. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  81. 0360663 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  82. 9b18adc Ignore Grammar/Makefile now that it's a made Makefile. by Thomas Wouters · 24 years ago
  83. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  84. 59bb080 Fix up problems when compiling in a directory other than the source directory. by Sjoerd Mullender · 24 years ago
  85. 9f6e6c6 add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out by Trent Mick · 24 years ago
  86. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  87. c9bac09 added .cvsignore so cvs doesn't complain about the generated graminit.h and by Skip Montanaro · 24 years ago
  88. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  89. d295f12 Make first raise argument optional by Guido van Rossum · 26 years ago
  90. 03a7466 OK, ready to make 'assert' a keyword (instead of '__assert__'). by Guido van Rossum · 27 years ago
  91. 556440d Added __assert__ statement (later to be renamed) by Guido van Rossum · 27 years ago
  92. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  93. 14f4451 Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z]) by Guido van Rossum · 28 years ago
  94. 0bfd6c3 Added power (**) operator by Guido van Rossum · 28 years ago
  95. a996b91 new grammar for 3rd raise arg and keyword parameters by Guido van Rossum · 29 years ago
  96. 4a1da26 changed import to support NAME.NAME...NAME by Guido van Rossum · 29 years ago
  97. e5f6f45 Got rid of history (was beginning to get silly). by Guido van Rossum · 30 years ago
  98. a322862 Added #diagram:... comments for Kees Blom's railroad diagram generator by Guido van Rossum · 30 years ago
  99. da5d518 Bring alpha100 revision back to mainline by Guido van Rossum · 30 years ago
  100. 6d5ebe2 Added (dummy) depend target by Guido van Rossum · 30 years ago