index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
moduleobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Repair "module has no attribute xxx" error msg; bug introduced when
Tim Peters
2001-05-12
1
-1/+1
*
Variant of patch #423262: Change module attribute get & set
Tim Peters
2001-05-11
1
-34/+35
*
Add garbage collection for module objects. Closes patch #102939 and
Neil Schemenauer
2001-01-02
1
-2/+27
*
Ka-Ping Yee <ping@lfw.org>:
Fred Drake
2000-10-24
1
-5/+22
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
ANSI-fication of the sources.
Fred Drake
2000-07-09
1
-21/+9
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-1/+1
*
Patch by Chris Petrilli to display the origin of a module in its
Guido van Rossum
1999-02-15
1
-3/+30
*
Replace fprintf(stderr, ...) with PySys_WriteStderr(...).
Guido van Rossum
1998-10-12
1
-2/+2
*
Add internal routine _PyModule_Clear(), which does approximately what
Guido van Rossum
1998-02-19
1
-1/+50
*
removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits.
Guido van Rossum
1997-05-09
1
-16/+2
*
Quickly renamed the last directory.
Guido van Rossum
1997-05-02
1
-63/+64
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Disable support for access statement
Guido van Rossum
1996-08-12
1
-0/+6
*
apply dictclear to dict of deleted modules
Guido van Rossum
1995-01-26
1
-1/+3
*
initialize __doc__ to None
Guido van Rossum
1995-01-07
1
-0/+2
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-5/+5
*
* import.c (get_module): total rewrite, to ensure proper search order: for
Guido van Rossum
1993-11-17
1
-21/+30
*
* classobject.c: in instance_getattr, don't make a method out of a
Guido van Rossum
1993-05-25
1
-2/+2
*
Access checks now work, at least for instance data (not for methods
Guido van Rossum
1993-05-20
1
-2/+3
*
Several changes in one:
Guido van Rossum
1993-05-19
1
-5/+16
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+2
*
* Makefile: added IMGFILE; moved some stuff around.
Guido van Rossum
1992-09-17
1
-12/+1
*
classobject.c moduleobject.c stdwinmodule.c xxobject.c:
Guido van Rossum
1992-09-04
1
-3/+8
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Lint
Guido van Rossum
1992-03-27
1
-1/+2
*
Use new exceptions.
Guido van Rossum
1991-12-10
1
-2/+2
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-1/+2
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Return -1 for errors.
Guido van Rossum
1990-12-20
1
-1/+1
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-47/+22
*
Added getmodulename() public interface.
Guido van Rossum
1990-10-26
1
-0/+11
*
Added __dict to module getattr.
Guido van Rossum
1990-10-21
1
-6/+21
*
New error handling in getattr().
Guido van Rossum
1990-10-14
1
-4/+3
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+130