- 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
- 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
- a81d220 SF patch # 580411, move frame macros from frameobject.h into ceval.c by Neal Norwitz · 22 years ago
- 251ead8 Make frames a PyVarObject instead of a PyObject. by Neil Schemenauer · 23 years ago
- 8c96369 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to by Tim Peters · 23 years ago
- 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
- 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 24 years ago
- 2b724da Remove f_closure slot of frameobject and use f_localsplus instead. by Jeremy Hylton · 24 years ago
- 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
- a027efa Massive changes for separate thread state management. by Guido van Rossum · 28 years ago
- cdf578e New lay-out of frame object, for fewer mallocs. by Guido van Rossum · 28 years ago
- 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- e1cd6c1 don't use NDEBUG by Guido van Rossum · 28 years ago
- 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
- 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 30 years ago
- 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
- caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
- 6135a87 __builtins__ mods (and sys_checkinterval for ceval.c) by Guido van Rossum · 30 years ago
- 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
- e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
- eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
- 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
- 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 32 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 32 years ago
- 5113f5f Copyright for 1992 added by Guido van Rossum · 33 years ago
- 088bc2a Added f_lasti and f_lineno members. by Guido van Rossum · 33 years ago
- d594c91 Added Getnamev() macro. by Guido van Rossum · 34 years ago
- f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
- 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago