summaryrefslogtreecommitdiffstats
path: root/Objects/moduleobject.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-171-12/+1
| | | | | | | | * flmodule.c: added some missing functions; changed readonly flags of some data members based upon FORMS documentation. * listobject.c: fixed int/long arg lint bug (bites PC compilers). * several: removed redundant print methods (repr is good enough). * posixmodule.c: added (still experimental) process group functions.
* classobject.c moduleobject.c stdwinmodule.c xxobject.c:Guido van Rossum1992-09-041-3/+8
| | | | | raise AttributeError, not KeyError, when attribute deletion fails. sunaudiodevmodule.c: check for deletion before calling setmember.
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
|
* LintGuido van Rossum1992-03-271-1/+2
|
* Use new exceptions.Guido van Rossum1991-12-101-2/+2
|
* printobject now returns an error codeGuido van Rossum1991-06-071-1/+2
|
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
|
* Return -1 for errors.Guido van Rossum1990-12-201-1/+1
|
* "Compiling" versionGuido van Rossum1990-12-201-47/+22
|
* Added getmodulename() public interface.Guido van Rossum1990-10-261-0/+11
|
* Added __dict to module getattr.Guido van Rossum1990-10-211-6/+21
| | | | New errors.
* New error handling in getattr().Guido van Rossum1990-10-141-4/+3
|
* Initial revisionGuido van Rossum1990-10-141-0/+130