summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Collapse)AuthorAgeFilesLines
* Swapped list_ass_item and list_ass_slice to satisfy Standard C.Guido van Rossum1991-04-031-18/+18
|
* Optimized stringitem.Guido van Rossum1991-03-061-1/+13
|
* Added repeat (for list*integet).Guido van Rossum1991-03-061-1/+99
| | | | Added methods remove(), reverse() and index().
* Fixed read() and readline() to do arbitrarily long reads.Guido van Rossum1991-03-061-37/+178
| | | | | And readline() now reads null bytes correctly. Added tell(), seek() and flush().
* Added copyright notice.Guido van Rossum1991-02-1914-0/+336
|
* Hack to open resource fork on the Mac: open(filename, '*rb').Guido van Rossum1991-02-131-2/+10
|
* Fix stringcompare when strings contain null bytes.Guido van Rossum1991-02-131-2/+6
|
* Changed bogus ref to textobject into xxobject.Guido van Rossum1991-01-021-1/+1
|
* Fixed a bit (still no warranties).Guido van Rossum1991-01-021-3/+16
|
* Think C 4.0 fixes a bug in 3.0 that we programmed around.Guido van Rossum1991-01-021-2/+2
|
* Return -1 for errors.Guido van Rossum1990-12-202-2/+2
|
* 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