COMMITS
/ Objects/moduleobject.c January 2, 2001
N
Add garbage collection for module objects. Closes patch #102939 and
Neil Schemenauer committed
October 24, 2000
F
Ka-Ping Yee <ping@lfw.org>:
Fred Drake committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 9, 2000
F
ANSI-fication of the sources.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
February 15, 1999
G
Patch by Chris Petrilli to display the origin of a module in its
Guido van Rossum committed
October 12, 1998
G
Replace fprintf(stderr, ...) with PySys_WriteStderr(...).
Guido van Rossum committed
February 19, 1998
G
Add internal routine _PyModule_Clear(), which does approximately what
Guido van Rossum committed
May 9, 1997
G
removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits.
Guido van Rossum committed
May 2, 1997
G
Quickly renamed the last directory.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 12, 1996
G
Disable support for access statement
Guido van Rossum committed
January 26, 1995
G
apply dictclear to dict of deleted modules
Guido van Rossum committed
January 7, 1995
G
initialize __doc__ to None
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
November 17, 1993
G
* import.c (get_module): total rewrite, to ensure proper search order: for
Guido van Rossum committed
May 25, 1993
G
* classobject.c: in instance_getattr, don't make a method out of a
Guido van Rossum committed
May 20, 1993
G
Access checks now work, at least for instance data (not for methods
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
September 17, 1992
G
* Makefile: added IMGFILE; moved some stuff around.
Guido van Rossum committed
September 4, 1992
G
classobject.c moduleobject.c stdwinmodule.c xxobject.c:
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
December 10, 1991
G
Use new exceptions.
Guido van Rossum committed
June 7, 1991
G
printobject now returns an error code
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
Return -1 for errors.
Guido van Rossum committed
G
"Compiling" version
Guido van Rossum committed
October 26, 1990
G
Added getmodulename() public interface.
Guido van Rossum committed
October 21, 1990
G
Added __dict to module getattr.
Guido van Rossum committed
October 14, 1990
G
New error handling in getattr().
Guido van Rossum committed
G
Initial revision
Guido van Rossum committed