cpython/Python
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
..
bltinmodule.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
ceval.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
cgensupport.c Don't use NULL as 0 int! 1992-04-06 12:34:45 +00:00
compile.c Give code objects a more useful representation. 1992-09-03 20:50:59 +00:00
errors.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
fmod.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
getcwd.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
graminit.c Latest gramamr 1992-04-06 12:34:37 +00:00
import.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
marshal.c Added separate main program for the Mac: macmain.c 1993-01-21 16:07:51 +00:00
modsupport.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
pythonmain.c Add $PYTHONSTARTUP feature. 1992-09-03 20:26:57 +00:00
pythonrun.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
strerror.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
strtod.c fix HUGE and MAXVAL (suggested by Tim Peters) 1992-03-27 17:30:32 +00:00
structmember.c Added new types to setattr() as well... 1992-06-03 17:07:23 +00:00
sysmodule.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
thread.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
traceback.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00