1. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  2. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  3. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 12 years ago
  4. 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
  5. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  6. 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
  7. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  8. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  9. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  10. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  11. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  12. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  13. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 17 years ago
  14. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  15. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  16. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  17. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  18. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  19. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  20. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  21. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  22. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  23. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  24. 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
  25. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  26. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  27. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  28. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  29. 8ecd1ad Added assert grammar. by Guido van Rossum · 27 years ago
  30. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  31. 26a70f6 Changes due to slice and ellipses grammar changes by Guido van Rossum · 28 years ago
  32. 3d1f095 changes for ** (power) operator by Guido van Rossum · 28 years ago
  33. 5bb73ed new grammar symbols arglist and argument by Guido van Rossum · 29 years ago
  34. 3615aaf Changed since Grammar has changed by Guido van Rossum · 29 years ago
  35. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  36. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  37. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  38. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  39. c1b5cec *** empty log message *** by Guido van Rossum · 32 years ago
  40. 18315a0 New syntax by Guido van Rossum · 33 years ago
  41. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  42. 3ccb617 removed dir statement. Function arguments may now be tests. by Guido van Rossum · 34 years ago
  43. 85a5fbb Initial revision by Guido van Rossum · 34 years ago