1. 7582bfb Kill all local variables when the frame is deallocated (moved here by Guido van Rossum · 27 years ago
  2. 747596a When a recycled frame has more local+stack slots than needed, by Guido van Rossum · 28 years ago
  3. 3bb63a8 Bugfix: remove ref to fast before it's defined. by Guido van Rossum · 28 years ago
  4. f3e85a0 Changes that appear to give another 12% speedup. by Guido van Rossum · 28 years ago
  5. b56933e Intern the strings "__builtins__". by Guido van Rossum · 28 years ago
  6. 792fd43 Comment out extend_stack() -- it is no longer needed. by Guido van Rossum · 28 years ago
  7. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  8. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  9. bdd207a better policy regarding NULL locals by Guido van Rossum · 29 years ago
  10. 2271bf7 changes for keyword arguments and fast function call; added abstract.c by Guido van Rossum · 29 years ago
  11. 5b7f3cd Use mappinglookup instead of dictlookup for looking up __builtin__. by Sjoerd Mullender · 29 years ago
  12. b4e7e25 different init for __builtins__ by Guido van Rossum · 30 years ago
  13. c113482 add builtins handling and restricted flag by Guido van Rossum · 30 years ago
  14. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  15. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  16. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  17. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  18. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  19. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  20. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  21. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  22. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  23. a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 32 years ago
  24. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  25. 088bc2a Added f_lasti and f_lineno members. by Guido van Rossum · 33 years ago
  26. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  27. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago