cpython/Python
Guido van Rossum b376a4ad18 * timemodule.c: Add hack for Solaris 2.
* posixmodule.c: don't prototype getcwd() -- it's not portable...
* mappingobject.c: double-check validity of last_name_char in
  dict{lookup,insert,remove}.
* arraymodule.c: need memmove only for non-STDC Suns.
* Makefile: comment out HTML_LIBS and XT_USE by default
* pythonmain.c: don't prototype getopt() -- it's not standardized
* socketmodule.c: cast flags arg to {get,set}sockopt() and addrbuf arg to
  recvfrom() to (ANY*).
* pythonrun.c (initsigs): fix prototype, make it static
* intobject.c (LONG_BIT): only #define it if not already defined
* classobject.[ch]: remove all references to unused instance_convert()
* mappingobject.c (getmappingsize): Don't return NULL in int function.
1993-11-23 17:53:17 +00:00
..
bltinmodule.c * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
ceval.c * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +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 * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +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 Must initialize 'inspect' flag 1993-11-05 10:16:09 +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 * import.c (get_module): total rewrite, to ensure proper search order: for 1993-11-17 22:58:56 +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 * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
pythonrun.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
strerror.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
strtod.c fix HUGE and MAXVAL (suggested by Tim Peters) 1992-03-27 17:30:32 +00:00
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