0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Python
Sjoerd Mullender 615194a352 Fixed bugs in resizetuple and extended the interface.
Added ifdefs in stringobject.c for shared strings of length 1.
Renamed free_list in tupleobject.c to free_tuples.
1993-11-01 13:46:50 +00:00
..
bltinmodule.c Fixed bugs in resizetuple and extended the interface. 1993-11-01 13:46:50 +00:00
ceval.c Several optimizations and speed improvements. 1993-10-22 12:04:32 +00:00
cgensupport.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
compile.c * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +00:00
errors.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
fmod.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
frozenmain.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
getcwd.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
graminit.c Committing the correct graminit.c; also changed confusing comments in Grammar. 1993-10-27 13:25:30 +00:00
import.c * filemodule.c: added writelines() -- analogous to readlines() 1993-10-25 09:59:04 +00:00
marshal.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
modsupport.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
pythonmain.c * pythonmain.c: -k option, usage message, more environment flags. 1993-06-24 11:10:19 +00:00
pythonrun.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
strerror.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
strtod.c
structmember.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
sysmodule.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
thread.c Added widget methods {Height,Width}{,MM}OfScreen. 1993-10-12 14:10:58 +00:00
traceback.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00