cpython/Objects
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
..
accessobject.c Several optimizations and speed improvements. 1993-10-22 12:04:32 +00:00
classobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
dictobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
fileobject.c * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
floatobject.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
frameobject.c * clmodule.c (doParams): free PVbuffer in error condition. 1993-08-03 15:11:36 +00:00
funcobject.c Added compare operations for functions and code objects. 1993-11-05 10:20:10 +00:00
intobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
listobject.c * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +00:00
longobject.c * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
mappingobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
methodobject.c * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
moduleobject.c * import.c (get_module): total rewrite, to ensure proper search order: for 1993-11-17 22:58:56 +00:00
object.c * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
rangeobject.c * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range 1993-11-01 16:21:44 +00:00
stringobject.c Fix the fix :-( 1993-11-11 15:03:51 +00:00
tupleobject.c * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +00:00
typeobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
xxobject.c * pythonrun.c: Print exception type+arg *after* stack trace instead of 1993-05-12 08:24:20 +00:00