cpython/Modules
Guido van Rossum c600411755 * mpzmodule.c: removed redundant mpz_print function.
* object.[ch], bltinmodule.c, fileobject.c: changed str() to call
  strobject() which calls an object's __str__ method if it has one.
  strobject() is also called by writeobject() when PRINT_RAW is passed.
* ceval.c: rationalize code for PRINT_ITEM (no change in function!)
* funcobject.c, codeobject.c: added compare and hash functionality.
  Functions with identical code objects and the same global dictionary are
  equal.  Code objects are equal when their code, constants list and names
  list are identical (i.e. the filename and code name don't count).
  (hash doesn't work yet since the constants are in a list and lists can't
  be hashed -- suppose this should really be done with a tuple now we have
  resizetuple!)
1993-11-05 10:22:19 +00:00
..
almodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
arraymodule.c Fix stupib bug in concatenation 1993-11-05 10:16:27 +00:00
audioop.c Added audioop.reverse() which reverses an audio sample 1993-02-23 13:39:57 +00:00
cdmodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
cgen.py Makefile uses $> more often; cgen supports filename argument; added 1992-09-11 23:55:51 +00:00
cgensupport.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
cgensupport.h * Added support for X11 modules. 1993-07-28 09:05:47 +00:00
clmodule.c * clmodule.c (doParams): free PVbuffer in error condition. 1993-08-03 15:11:36 +00:00
config.c.in * nismodule.c: database keys and values can contain null bytes. be more 1993-11-03 15:01:26 +00:00
cstubs Several optimizations and speed improvements. 1993-10-22 12:04:32 +00:00
dbmmodule.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
fcntlmodule.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
flmodule.c forms_set_event_call_back: argument of None resets event callback to NULL. 1993-07-26 15:24:57 +00:00
fmmodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
imageop.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
imgfile.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
mathmodule.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
md5.h Simplify life for md5: include (slightly modified) md5.h and md5c.c 1993-11-01 16:19:05 +00:00
md5c.c Simplify life for md5: include (slightly modified) md5.h and md5c.c 1993-11-01 16:19:05 +00:00
md5module.c Simplify life for md5: include (slightly modified) md5.h and md5c.c 1993-11-01 16:19:05 +00:00
mpzmodule.c * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
nismodule.c * nismodule.c: database keys and values can contain null bytes. be more 1993-11-03 15:01:26 +00:00
posixmodule.c Added execve; change getstrarg into getargs with "s" format 1993-11-05 10:15:19 +00:00
pwdmodule.c Makefile, import.c: Lance's alternative module search (allow .pyc file 1993-10-15 13:01:11 +00:00
regexmodule.c Extensive changes to regex module (group(), casefold, etc.) 1993-02-23 13:42:39 +00:00
regexpr.c Lint fluff 1992-03-27 17:24:37 +00:00
regexpr.h * Added support for X11 modules. 1993-07-28 09:05:47 +00:00
rotormodule.c * nismodule.c: database keys and values can contain null bytes. be more 1993-11-03 15:01:26 +00:00
selectmodule.c Fixed a couple of bugs: getargs doesn't use % escapes, and seconds 1993-11-02 15:34:23 +00:00
sgimodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
socketmodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
stdwinmodule.c * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is 1993-10-18 11:44:47 +00:00
stropmodule.c Fix memory leaks in join & joinfields 1993-11-05 10:14:49 +00:00
structmodule.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
sunaudiodev.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
svmodule.c Added conversion routines to sv module. 1993-03-16 12:25:30 +00:00
threadmodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
timemodule.c * config.c: different default PYTHONPATH for MS-DOS 1993-07-09 10:51:31 +00:00
xxmodule.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
yuv.h * Added support for X11 modules. 1993-07-28 09:05:47 +00:00
yuvconvert.c Added conversion routines to sv module. 1993-03-16 12:25:30 +00:00