1. 384c6d7 bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593) by Miss Islington (bot) · 5 years ago
  2. ed8af33 bpo-37954: Fix reference leak in the symtable (GH-15514) by Miss Islington (bot) · 5 years ago
  3. 3769425 [3.8] bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) (GH-15515) by Pablo Galindo · 5 years ago
  4. 6ca0307 [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) by Nick Coghlan · 5 years ago
  5. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  6. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  7. d8b3a98 bpo-36187: Remove NamedStore. (GH-12167) by Serhiy Storchaka · 5 years ago
  8. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 5 years ago
  9. 522346d Complete switch cases in symtable.c; fixes bpo-35963 (GH-11821) by Guido van Rossum · 5 years ago
  10. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 5 years ago
  11. 3bb183d bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) by Victor Stinner · 6 years ago
  12. ad65f15 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Zackery Spytz · 6 years ago
  13. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  14. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 6 years ago
  15. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  16. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  17. de2aea0 bpo-34939: Allow annotated global names in module namespace (GH-9844) by Pablo Galindo · 6 years ago
  18. fc439d2 Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) by Zackery Spytz · 6 years ago
  19. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  20. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago
  21. 3a087be bpo-32836: Remove obsolete code from symtable pass (GH-5680) by Nitish Chandra · 6 years ago
  22. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  23. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  24. 8c83c23 bpo-28936: Detect lexically first syntax error first (#4097) by Ivan Levkivskyi · 7 years ago
  25. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  26. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  27. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  28. 517507c Issue #28100: Refactor error messages, patch by Ivan Levkivskyi by Christian Heimes · 8 years ago
  29. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  30. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 8 years ago
  31. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  32. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  33. 45af0c8 Fix potential NULL pointer dereference in update_symbols() by Christian Heimes · 8 years ago
  34. 1940919 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  35. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  36. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago
  37. 5aab44b merge 3.5 (#25973) by Benjamin Peterson · 9 years ago
  38. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 9 years ago
  39. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  40. 235a6f0 Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. by Eric V. Smith · 9 years ago
  41. b7666a3 Issue #24619: More tests; fix nits in compiler.c by Yury Selivanov · 9 years ago
  42. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  43. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  44. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  45. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 9 years ago
  46. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  47. c30d058 merge 3.3 (#19098) by Benjamin Peterson · 11 years ago
  48. 305e5aa don't scale compiler stack frames if the recursion limit is huge (closes #19098) by Benjamin Peterson · 11 years ago
  49. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  50. 9a4fb66 Issue #18408: ste_new() initialize all attributes before handling error by Victor Stinner · 11 years ago
  51. e2135c6 move definition to top of block by Benjamin Peterson · 11 years ago
  52. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  53. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  54. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  55. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  56. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  57. 073f067 Issue #16546: merge fix from 3.3 by Mark Dickinson · 12 years ago
  58. ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 12 years ago
  59. e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  60. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  61. d9c8702 point errors related to nonlocals and globals to the statement declaring them (closes #10189) by Benjamin Peterson · 12 years ago
  62. e132f52 check return value of _PyUnicode_AsString by Benjamin Peterson · 12 years ago
  63. 10ca1fe Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
  64. 55ad651 Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
  65. 9c5b521 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
  66. 1526582 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
  67. 310f814 Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  68. 837e53a Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  69. 0b43bcf Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 12 years ago
  70. 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
  71. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  72. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  73. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  74. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  75. 9d872e1 fix possibily uninitialized memory usage (closes #12474) by Benjamin Peterson · 13 years ago
  76. 609da58 store the current scope on the stack right away by Benjamin Peterson · 13 years ago
  77. c2575d5 remove VISIT_*_IN_BLOCK macros by Benjamin Peterson · 13 years ago
  78. 28db0fd merge 3.2 by Benjamin Peterson · 13 years ago
  79. b7149ca fix indentation by Benjamin Peterson · 13 years ago
  80. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  81. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  82. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  83. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  84. b8ffb60 fix uninitialized struct member #10152 by Benjamin Peterson · 14 years ago
  85. 230b206 don't identify the toplevel namespace by name #9997 by Benjamin Peterson · 14 years ago
  86. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  87. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  88. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  89. c629d51 Merged revisions 81906 via svnmerge from by Benjamin Peterson · 14 years ago
  90. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  91. f3ebc1f Merged revisions 76423-76424 via svnmerge from by Benjamin Peterson · 15 years ago
  92. 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
  93. 5751258 fix error handling of PyNumber_InPlaceOr #6000 by Benjamin Peterson · 15 years ago
  94. acc9dcc remove unused variable by Benjamin Peterson · 15 years ago
  95. d1e5493 rewrite error handling to make sense by Benjamin Peterson · 15 years ago
  96. 22081a1 fix ref leaks by Benjamin Peterson · 15 years ago
  97. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 15 years ago
  98. dcaf329 instead of hacking __locals__ in during bytecode generation, put it in the symtable by Benjamin Peterson · 15 years ago
  99. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  100. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago