1. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  2. 4c88901 SF patch 419176 from MvL; fixed bug 418977 by Jeremy Hylton · 23 years ago
  3. 6b356e7 Make one more private symbol static. by Guido van Rossum · 23 years ago
  4. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  5. 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 23 years ago
  6. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 23 years ago
  7. 2b724da Remove f_closure slot of frameobject and use f_localsplus instead. by Jeremy Hylton · 24 years ago
  8. 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
  9. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  10. 1b190b4 ANSI-fication of the sources. by Fred Drake · 24 years ago
  11. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  12. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  13. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  14. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  15. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  16. f61618c A Py_DECREF(f) is missing in PyFrame_New for the error case when by Guido van Rossum · 26 years ago
  17. 67906af In PyFrame_New(), don't set extras to something derived from code by Guido van Rossum · 26 years ago
  18. e23eb57 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 26 years ago
  19. bde6ff7 Vladimir Marangozov' performance hack: copy f_builtins from ancestor by Guido van Rossum · 26 years ago
  20. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 27 years ago
  21. 404b95d Provide a dummy empty directory as f_builtins instead of failing, when by Guido van Rossum · 27 years ago
  22. eb46d67 Avoid function calls to access the current thread state and builtins by Guido van Rossum · 27 years ago
  23. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  24. 1875247 Quickly renamed. by Guido van Rossum · 27 years ago
  25. 6191551 Remove a redundant XINCREF(value). This caused the reference count of by Guido van Rossum · 27 years ago
  26. 7582bfb Kill all local variables when the frame is deallocated (moved here by Guido van Rossum · 27 years ago
  27. 747596a When a recycled frame has more local+stack slots than needed, by Guido van Rossum · 28 years ago
  28. 3bb63a8 Bugfix: remove ref to fast before it's defined. by Guido van Rossum · 28 years ago
  29. f3e85a0 Changes that appear to give another 12% speedup. by Guido van Rossum · 28 years ago
  30. b56933e Intern the strings "__builtins__". by Guido van Rossum · 28 years ago
  31. 792fd43 Comment out extend_stack() -- it is no longer needed. by Guido van Rossum · 28 years ago
  32. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  33. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  34. bdd207a better policy regarding NULL locals by Guido van Rossum · 29 years ago
  35. 2271bf7 changes for keyword arguments and fast function call; added abstract.c by Guido van Rossum · 29 years ago
  36. 5b7f3cd Use mappinglookup instead of dictlookup for looking up __builtin__. by Sjoerd Mullender · 29 years ago
  37. b4e7e25 different init for __builtins__ by Guido van Rossum · 30 years ago
  38. c113482 add builtins handling and restricted flag by Guido van Rossum · 30 years ago
  39. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  40. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  41. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  42. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  43. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  44. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  45. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  46. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  47. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  48. a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 32 years ago
  49. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  50. 088bc2a Added f_lasti and f_lineno members. by Guido van Rossum · 33 years ago
  51. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  52. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago