cpython/Python
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
..
bltinmodule.c Change getbuiltin interface to get the name as an object; 1991-08-16 08:54:58 +00:00
ceval.c Add interface to call a Python function (or other callable) object 1991-07-27 21:32:34 +00:00
cgensupport.c Support for long integers 1991-07-27 21:34:00 +00:00
compile.c New syntax: semicolons, continue statement. 1991-07-27 21:34:52 +00:00
errors.c Added copyright notice. 1991-02-19 12:39:46 +00:00
fmod.c Added copyright notice. 1991-02-19 12:39:46 +00:00
getcwd.c Added copyright notice. 1991-02-19 12:39:46 +00:00
graminit.c New grammar (semicolons, continue, no multiple NEWLINES) 1991-07-27 21:37:24 +00:00
import.c Generalize to macintosh. 1991-06-24 22:30:42 +00:00
marshal.c Add marshalling for dictionaries. 1991-06-07 13:58:22 +00:00
modsupport.c Support for long integers 1991-07-27 21:39:31 +00:00
pythonmain.c printobject now returns an error code 1991-06-07 22:35:42 +00:00
strerror.c Added copyright notice. 1991-02-19 12:39:46 +00:00
strtod.c Initial revision 1991-04-16 08:45:40 +00:00
structmember.c Added copyright notice. 1991-02-19 12:39:46 +00:00
sysmodule.c Generalize to macintosh. 1991-06-24 22:30:42 +00:00
traceback.c Don't use printobject() to print a string (filename). 1991-06-24 22:25:27 +00:00