Guido van Rossum
e537240c25
* Changed many files to use mkvalue() instead of newtupleobject().
...
* Fixcprt.py: added [-y file] option, do only files younger than file.
* modsupport.[ch]: added vmkvalue().
* intobject.c: use mkvalue().
* stringobject.c: added "formatstring"; renamed string* to string_*;
ceval.c: call formatstring for string % value.
* longobject.c: close memory leak in divmod.
* parsetok.c: set result node to NULL when returning an error.
1993-03-16 12:15:04 +00:00
Guido van Rossum
67daef567f
Remove bogus type-and-refcnt setting from newsizedstringobject().
1992-09-03 20:44:02 +00:00
Guido van Rossum
bab9d03855
Copyright for 1992 added
1992-04-05 14:26:55 +00:00
Guido van Rossum
719f5fa86a
lint fix
1992-03-27 17:31:02 +00:00
Guido van Rossum
bcaa31c411
printobject now returns an error code
...
Remove superfluous err_nomem() call
1991-06-07 22:58:57 +00:00
Guido van Rossum
f380e66c0f
Fix comments in string_as_sequence
1991-06-04 19:36:32 +00:00
Guido van Rossum
daa8bb334d
Optimized single-character strings gotten from s[i].
1991-04-04 10:48:33 +00:00
Guido van Rossum
b6a6bdc7db
Optimized stringitem.
1991-03-06 13:15:02 +00:00
Guido van Rossum
f70e43a073
Added copyright notice.
1991-02-19 12:39:46 +00:00
Guido van Rossum
253919f3b7
Fix stringcompare when strings contain null bytes.
1991-02-13 23:18:39 +00:00
Guido van Rossum
3f5da24ea3
"Compiling" version
1990-12-20 15:06:42 +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
2a9096b5f9
New errors.
1990-10-21 22:15:08 +00:00
Guido van Rossum
85a5fbbdfe
Initial revision
1990-10-14 12:07:46 +00:00