summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
Commit message (Collapse)AuthorAgeFilesLines
* Add fpectl and fpetest modules.Guido van Rossum1997-02-141-0/+7
|
* Change bsddbmodule.o -> bsddbmodule.c.Guido van Rossum1997-01-281-1/+1
|
* (puremodule.c): New module which exports the Purify and Quantify C APIBarry Warsaw1997-01-171-0/+7
| | | | | | | | | | | to Python. Minimal documentation is included in comments at the top of the file, and in the Misc/PURIFY.README file. Note that this module must be statically linked since Pure doesn't provide shared stubs libraries. (Setup.in): Added commented template for pure module (syslogmodule.c): ins() function wasn't declared static.
* Removed _xdr moduleBarry Warsaw1997-01-141-1/+0
|
* Add entries for cStringIO and cPickleGuido van Rossum1997-01-111-0/+3
|
* Added Jeremy's resource module.Guido van Rossum1996-12-181-0/+1
|
* Typo (missing _) in _xdr line.Guido van Rossum1996-08-301-1/+1
|
* Get rid of some obsolete modules:Guido van Rossum1996-08-211-16/+2
| | | | | | - environment.c (we now have os.putenv) - sybase (a better one is in contrib/Databases/Sybase.*) - objc.c (incomplete and unsupportable by us)
* *noconfig* -> *shared*.Guido van Rossum1996-08-201-6/+11
| | | | Add # -lm comment to modules that need it as sharedlib.
* Changes by Rob Hooft for GMP 2.0.2Guido van Rossum1996-08-191-4/+3
|
* Added _xdr moduleGuido van Rossum1996-08-191-0/+1
|
* Rationalized instructions for _tkinter.cGuido van Rossum1996-08-081-17/+12
|
* Use Tcl/Tk 7.5/4.1 by default.Guido van Rossum1996-08-011-2/+2
|
* Changes for AIX shared libsGuido van Rossum1996-07-311-2/+7
|
* DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.Guido van Rossum1996-07-311-8/+10
| | | | Clarified some comments.
* Remove "." from default path. Also rearrange so that SITEPATH comesGuido van Rossum1996-07-301-2/+2
| | | | after DESTPATH.
* Added operator.c. Moved errno.c.Guido van Rossum1996-07-301-6/+7
| | | | Changes to PYTHONPATH so it includes VERSION
* Added Sam Rushing's errno moduleGuido van Rossum1996-07-241-0/+1
|
* Different lines for bsddb module.Guido van Rossum1996-07-241-3/+3
|
* added comments about tcl/tk -l optionsGuido van Rossum1996-06-281-1/+3
|
* adde cmath; added version numbers to tk/tcl libsGuido van Rossum1996-01-121-1/+2
|
* Renamed module tkinter to _tkinter, moved source to _tkinter.cJack Jansen1995-10-231-2/+2
|
* rename binasciimodule.c -> binascii.c; disable parsermodule.cGuido van Rossum1995-10-121-2/+6
|
* Fred Drake's new parser moduleGuido van Rossum1995-10-111-1/+1
|
* added SITEPATH and DESTPATH variablesGuido van Rossum1995-09-131-1/+7
|
* fix typo in bsddb entryGuido van Rossum1995-08-301-1/+1
|
* dbhash -> bsddbGuido van Rossum1995-08-281-2/+2
|
* Helper module for uuencode and binhex codersJack Jansen1995-08-071-0/+3
|
* split config.c in 1000 parts; new main; new unfinished objective-C moduleGuido van Rossum1995-08-041-1/+5
|
* improved comments for curses, dbhashGuido van Rossum1995-07-261-3/+8
|
* added dbhash; Tk is now officially at 4.0Guido van Rossum1995-07-181-3/+16
|
* new modules soundex.c and environment.cGuido van Rossum1995-06-141-0/+7
|
* small clarifications / lay outGuido van Rossum1995-04-101-49/+38
|
* moved some stuff around for fewer confusionGuido van Rossum1995-03-101-29/+30
|
* 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