1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  3. 94819cf remove some unused symtable constants by Benjamin Peterson · 15 years ago
  4. d9920c2 remove tmpname support since it's no longer used by Benjamin Peterson · 15 years ago
  5. 025d939 fix compile errors by Benjamin Peterson · 16 years ago
  6. e0d4c7b expose PySTEntry.nested so the symtable module will work by Benjamin Peterson · 16 years ago
  7. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  8. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  9. ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 18 years ago
  10. 090b3dd No need to export PySTEntry_New, it is only used in symtable.c by Neal Norwitz · 18 years ago
  11. 8208b64 Fix icc warnings: single bit fields should be unsigned by Neal Norwitz · 19 years ago
  12. 62c2fac Do not pollute name block_ty, prefix with _Py_ by Neal Norwitz · 19 years ago
  13. 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 19 years ago
  14. 6d777bb Remove dup declarations after AST merge by Neal Norwitz · 19 years ago
  15. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  16. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  17. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  18. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  19. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  20. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  21. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  22. 2e2cded Set the line number correctly for a nested function with an exec or by Jeremy Hylton · 23 years ago
  23. 99858b5 add DEF_BOUND by Jeremy Hylton · 23 years ago
  24. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  25. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  26. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 24 years ago
  27. 5acc0c0 Fix symbol table pass to generation SyntaxError exceptions that by Jeremy Hylton · 24 years ago
  28. 4b38da6 Move a bunch of definitions that were internal to compile.c to by Jeremy Hylton · 24 years ago