0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Python
Guido van Rossum 6f5afc9a73 * ceval.c: ifdef out the last argument passing compat hack.
* Fixed memory leaks in socket, select and sv modules: mkvalue("O", v)
  does INCREF(v) so if v is brand new it should be XDECREF'd
1993-02-05 09:46:15 +00:00
..
bltinmodule.c * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
ceval.c * ceval.c: ifdef out the last argument passing compat hack. 1993-02-05 09:46:15 +00:00
cgensupport.c
compile.c Give code objects a more useful representation. 1992-09-03 20:50:59 +00:00
errors.c
fmod.c
getcwd.c
graminit.c
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 * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +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
strtod.c
structmember.c
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