Guido van Rossum
|
a57fb011f1
|
Change getbuiltin interface to get the name as an object;
call dict2lookup insteead of dictlookup.
|
1991-08-16 08:54:58 +00:00 |
Guido van Rossum
|
c6bb8f7ab2
|
Add and use coerce() routine for mixed mode arithmetic
|
1991-07-01 18:42:41 +00:00 |
Guido van Rossum
|
909336104b
|
printobject now returns an error code
|
1991-06-07 16:10:43 +00:00 |
Guido van Rossum
|
ad40531aa1
|
Fix conversion of double to long; stylistic changes.
|
1991-06-03 10:58:01 +00:00 |
Guido van Rossum
|
d4905454cc
|
Added long() and support for longs in int() and float();
turned abs() and divmod() into generic versions;
added pow().
|
1991-05-05 20:00:36 +00:00 |
Guido van Rossum
|
26203aa422
|
Use fileobject's filegetline() to implement unlimited raw_input().
|
1991-04-04 15:20:41 +00:00 |
Guido van Rossum
|
f70e43a073
|
Added copyright notice.
|
1991-02-19 12:39:46 +00:00 |
Guido van Rossum
|
865828d7cf
|
Reversed min and max (to alphabetical order).
|
1991-02-19 12:21:50 +00:00 |
Guido van Rossum
|
86cd6e646e
|
File name shortening.
|
1991-01-21 15:12:35 +00:00 |
Guido van Rossum
|
3f5da24ea3
|
"Compiling" version
|
1990-12-20 15:06:42 +00:00 |