summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Collapse)AuthorAgeFilesLines
* Added <errno.h>Guido van Rossum1990-12-201-0/+5
|
* "Compiling" versionGuido van Rossum1990-12-2013-278/+449
|
* Function objects no longer contain a parse tree node, but intermediateGuido van Rossum1990-11-181-38/+13
| | | | code.
* Fix wrong #ifdef.Guido van Rossum1990-11-181-1/+1
|
* Fixed resizestring() to work if reference tracing is turned on.Guido van Rossum1990-11-181-6/+13
| | | | | The realloc() call would move the list head without fixing the pointers to in the the chain of allocated objects...
* Moved prototyes for fmod and pow, and don't use them for THINK C.Guido van Rossum1990-11-021-2/+5
|
* Removed redundant prototype for err_nomem().Guido van Rossum1990-11-021-2/+4
| | | | Added check for negative refcnt in DELREF.
* Added external interface to sort a list.Guido van Rossum1990-10-301-0/+15
|
* Added some prototypes.Guido van Rossum1990-10-301-2/+2
|
* Added getmodulename() public interface.Guido van Rossum1990-10-261-0/+11
|
* Fix zero division checks: return if it occurs!Guido van Rossum1990-10-261-3/+3
|
* Reads of zero should be legal!Guido van Rossum1990-10-261-1/+6
|
* New errors.Guido van Rossum1990-10-217-126/+137
|
* Added __dict to module getattr.Guido van Rossum1990-10-211-6/+21
| | | | New errors.
* CHanged errors somewhat.Guido van Rossum1990-10-211-3/+3
|
* New error handling in getattr().Guido van Rossum1990-10-142-5/+5
|
* New error handling.Guido van Rossum1990-10-141-36/+37
|
* (Some) new error handling.Guido van Rossum1990-10-141-1/+2
|
* Initial revisionGuido van Rossum1990-10-1413-0/+2791