1. 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 19 years ago
  2. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  3. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  4. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  5. 2990640 Add a comment explaining the st_symbols cache. by Jeremy Hylton · 23 years ago
  6. 0f2d4b8 PySymtableEntry_New(): I'm not sure what this routine is doing, but it by Tim Peters · 23 years ago
  7. 86424e3 SF bug #488687 reported by Neal Norwitz by Jeremy Hylton · 23 years ago
  8. 4b4ab20 ste_repr(): Conversion of sprintf() to PyOS_snprintf() for buffer by Barry Warsaw · 23 years ago
  9. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  10. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  11. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  12. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  13. 74b3bc4 Fix for bug 133489: compiler leaks memory by Jeremy Hylton · 23 years ago
  14. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 23 years ago