1. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  2. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  3. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 9 years ago
  4. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  5. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  6. e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  7. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  8. d9c8702 point errors related to nonlocals and globals to the statement declaring them (closes #10189) by Benjamin Peterson · 12 years ago
  9. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  10. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 13 years ago
  11. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  12. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  13. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  14. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  15. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  16. 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
  17. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  18. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  19. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  20. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  21. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  22. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  23. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  24. 090b3dd No need to export PySTEntry_New, it is only used in symtable.c by Neal Norwitz · 18 years ago
  25. 8208b64 Fix icc warnings: single bit fields should be unsigned by Neal Norwitz · 18 years ago
  26. 62c2fac Do not pollute name block_ty, prefix with _Py_ by Neal Norwitz · 19 years ago
  27. 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 19 years ago
  28. 6d777bb Remove dup declarations after AST merge by Neal Norwitz · 19 years ago
  29. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  30. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  31. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  32. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 21 years ago
  33. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  34. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  35. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  36. 2e2cded Set the line number correctly for a nested function with an exec or by Jeremy Hylton · 23 years ago
  37. 99858b5 add DEF_BOUND by Jeremy Hylton · 23 years ago
  38. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  39. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  40. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 23 years ago
  41. 5acc0c0 Fix symbol table pass to generation SyntaxError exceptions that by Jeremy Hylton · 23 years ago
  42. 4b38da6 Move a bunch of definitions that were internal to compile.c to by Jeremy Hylton · 23 years ago