summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
Commit message (Collapse)AuthorAgeFilesLines
* added some clarifying comments about -lcrypt and Tk 4.0Guido van Rossum1995-02-141-1/+5
|
* cosmeticsGuido van Rossum1995-01-121-1/+4
|
* Added 1995 to copyright message.Guido van Rossum1995-01-041-4/+11
| | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
* clarificationsGuido van Rossum1994-10-201-13/+38
|
* Add pointer to GPL-free MP libraryGuido van Rossum1994-10-061-1/+6
|
* Removed this module (will be distributed with Jack's package)Guido van Rossum1994-10-061-5/+0
|
* Various layout changes; some extra warnings; for IRIX, IRIX 5 is the default.Guido van Rossum1994-09-211-18/+31
|
* Specified libraries for flmodule.Sjoerd Mullender1994-09-211-1/+1
|
* Put a comment start symbol at the start of a comment that lacked one.Sjoerd Mullender1994-09-151-1/+1
|
* * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH forGuido van Rossum1994-09-121-2/+3
| | | | | | extensions; add -lm to math module definition * Modules/Makefile.pre.in: remove *.so and so_locations on clobber
* Support shared library creation.Guido van Rossum1994-09-121-6/+26
|
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-071-7/+15
| | | | | | | | | | | | | | that the module-specific components are in the section for that module. cursesmodule.c: patched it so it actually works. tkintermodule.c: call Py_AtExit instead of atexit(). signalmodule.c: converted to new naming style; added BGN/END SAVE around pause() call. socketmodule.c: added setblocking() after Tommy Burnette.
* Lance has converted his modules to the new naming conventions, andGuido van Rossum1994-08-301-54/+47
| | | | | contributed a curses interface. Setup.in uses .c instead of .o now.
* * Modules/Setup.*: removed all except Setup.in (huh? I thoughtGuido van Rossum1994-08-231-1/+1
| | | | | | | | I'd done that already?!); disable gdbm by default * configure.in, */Makefile*.in: OPT can now be specified in the env at configure time and will then be put in all Makefiles as default * */Makefile*.in: remove lib*.a before adding to it
* * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: addedGuido van Rossum1994-08-081-1/+5
| | | | Anthony Baxter's gdbm module (derived from Jack's dbm module)
* * Modules/{Setup.in,Makefile.pre.in}: renamed some modules toGuido van Rossum1994-08-051-5/+5
| | | | | | | | | | shorter names (dropped the "module" from the name): sunaudiodev, imgformat, audioop, imageop, imgfile * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do the right thing (i.e. return 3 instead of 0) * Modules/socketmodule.c: disabled allowbroadcast() socket method
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-21/+90
|
* Added some files to new moduleGuido van Rossum1994-01-021-0/+139