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
1899c2e055
Made builtins int(), long(), float(), oct() and hex() more generic.
1992-09-12 11:09:23 +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
2b16a6feff
Make / and % do the same as divmod.
1992-01-19 16:28:51 +00:00
Guido van Rossum
f3b351f140
Different shift implementation.
1992-01-14 18:33:22 +00:00
Guido van Rossum
3a62845094
Improved exceptions.
1991-12-10 13:57:36 +00:00
Guido van Rossum
7928cd7636
Added shift and mask ops.
1991-10-24 14:59:31 +00:00
Guido van Rossum
909336104b
printobject now returns an error code
1991-06-07 16:10:43 +00:00
Guido van Rossum
0bff015ac3
Added nonzero test
1991-05-14 12:05:32 +00:00
Guido van Rossum
0046695d0c
Added divmod and abs, fixed negative powers
1991-05-05 20:08:27 +00:00
Guido van Rossum
f70e43a073
Added copyright notice.
1991-02-19 12:39:46 +00:00
Guido van Rossum
3f5da24ea3
"Compiling" version
1990-12-20 15:06:42 +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
5c52b6a75a
CHanged errors somewhat.
1990-10-21 22:11:03 +00:00
Guido van Rossum
165e67edae
New error handling.
1990-10-14 20:02:26 +00:00
Guido van Rossum
85a5fbbdfe
Initial revision
1990-10-14 12:07:46 +00:00