Guido van Rossum
|
a08095ab02
|
Hack to open resource fork on the Mac: open(filename, '*rb').
|
1991-02-13 23:25:27 +00:00 |
Guido van Rossum
|
253919f3b7
|
Fix stringcompare when strings contain null bytes.
|
1991-02-13 23:18:39 +00:00 |
Guido van Rossum
|
94726d55c1
|
Changed bogus ref to textobject into xxobject.
|
1991-01-02 15:12:51 +00:00 |
Guido van Rossum
|
320a5ccbdc
|
Fixed a bit (still no warranties).
|
1991-01-02 15:11:48 +00:00 |
Guido van Rossum
|
59b3590711
|
Think C 4.0 fixes a bug in 3.0 that we programmed around.
|
1991-01-02 13:51:41 +00:00 |
Guido van Rossum
|
73531a3bae
|
Return -1 for errors.
|
1990-12-20 23:12:40 +00:00 |
Guido van Rossum
|
c211ee4b13
|
Added <errno.h>
|
1990-12-20 23:06:26 +00:00 |
Guido van Rossum
|
3f5da24ea3
|
"Compiling" version
|
1990-12-20 15:06:42 +00:00 |
Guido van Rossum
|
846e431372
|
Function objects no longer contain a parse tree node, but intermediate
code.
|
1990-11-18 17:44:06 +00:00 |
Guido van Rossum
|
392ab32859
|
Fix wrong #ifdef.
|
1990-11-18 17:41:19 +00:00 |
Guido van Rossum
|
921842f2c2
|
Fixed resizestring() to work if reference tracing is turned on.
The realloc() call would move the list head without fixing the
pointers to in the the chain of allocated objects...
|
1990-11-18 17:30:23 +00:00 |
Guido van Rossum
|
6923e134fc
|
Moved prototyes for fmod and pow, and don't use them for THINK C.
|
1990-11-02 17:50:43 +00:00 |
Guido van Rossum
|
bd3edc8dc3
|
Removed redundant prototype for err_nomem().
Added check for negative refcnt in DELREF.
|
1990-11-02 17:49:51 +00:00 |
Guido van Rossum
|
84c76f52af
|
Added external interface to sort a list.
|
1990-10-30 13:32:20 +00:00 |
Guido van Rossum
|
726749cc5b
|
Added some prototypes.
|
1990-10-30 13:30:32 +00:00 |
Guido van Rossum
|
0558a205a3
|
Added getmodulename() public interface.
|
1990-10-26 15:00:11 +00:00 |
Guido van Rossum
|
abbda16f58
|
Fix zero division checks: return if it occurs!
|
1990-10-26 14:58:41 +00:00 |
Guido van Rossum
|
dd5c7be568
|
Reads of zero should be legal!
|
1990-10-26 14:58:11 +00:00 |
Guido van Rossum
|
2a9096b5f9
|
New errors.
|
1990-10-21 22:15:08 +00:00 |
Guido van Rossum
|
e87203afde
|
Added __dict to module getattr.
New errors.
|
1990-10-21 22:12:30 +00:00 |
Guido van Rossum
|
5c52b6a75a
|
CHanged errors somewhat.
|
1990-10-21 22:11:03 +00:00 |
Guido van Rossum
|
2b654f74c2
|
New error handling in getattr().
|
1990-10-14 20:03:32 +00:00 |
Guido van Rossum
|
165e67edae
|
New error handling.
|
1990-10-14 20:02:26 +00:00 |
Guido van Rossum
|
3cf0ddfd94
|
(Some) new error handling.
|
1990-10-14 19:58:09 +00:00 |
Guido van Rossum
|
85a5fbbdfe
|
Initial revision
|
1990-10-14 12:07:46 +00:00 |