summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
Commit message (Collapse)AuthorAgeFilesLines
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+1
|
* Delete reference to reopmodule.c. Add comment about soundex' obsolescence.Guido van Rossum1998-04-101-2/+1
|
* Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added butKen Manheimer1998-03-031-1/+1
| | | | not checked in, so i'm doing it.
* Updated URL for zlib.Guido van Rossum1998-02-061-1/+2
|
* Add -lld option for AIX to _tkinter rules.Guido van Rossum1997-12-161-0/+2
|
* Move the dbm module around and add an introductory paragraph for dbm,Guido van Rossum1997-12-111-3/+12
| | | | gdbm and bsddb, as suggested by Skip Montanaro.
* Moved the thread module to its own Setup.thread(.in) file,Guido van Rossum1997-12-041-5/+1
| | | | | which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in).
* Changed the occurrence of *shared* in the example so people won'tGuido van Rossum1997-12-021-13/+10
| | | | accidentally uncomment it...
* Comment out crypt by default; it's not used very much and messes upGuido van Rossum1997-12-021-6/+8
| | | | | | | the default build on Linux (because it requires -lcrypt which isn't availabel everywhere). Some improvements to the _tkinter build line suggested by Case Roole.
* Redone the _tkinter configuration section with support for popular packages.Guido van Rossum1997-11-221-15/+41
|
* Add support for _locale.Guido van Rossum1997-11-191-0/+2
|
* Add the Setup line for the pcre module.Guido van Rossum1997-10-071-1/+2
|
* Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP.Guido van Rossum1997-09-281-1/+1
|
* Change the names of the subdirectories tkinter and stdwin toGuido van Rossum1997-09-081-2/+2
| | | | | | lib-tk and lib-stdwin. (BTW this was also done in the previous checkin of (toplevel)/Makefile.in, though not noted in the checkin message.)
* Added first line to set Emacs makefile mode (pretty colors :-)Barry Warsaw1997-09-041-0/+1
|
* Disable the portable multimedia modules (audioop, imageop, rgbimg) byGuido van Rossum1997-09-031-4/+5
| | | | default since they don't work on 64-bit platforms.
* New version of Vladimir Marangozov's AIX hacks -- simpler etc.Guido van Rossum1997-08-061-5/+0
|
* New mechanism for GNU readline interface, via moduleGuido van Rossum1997-08-051-0/+10
|
* Add pointer to new BSDDB module.Guido van Rossum1997-08-051-0/+3
|
* Added reop (moved reop and regex to non-shared section).Guido van Rossum1997-07-111-2/+3
| | | | Added -I$(DBPORT) for bsddb compilation line.
* MACDEPPATH: Remove `sharedmodules' from default value of this variableBarry Warsaw1997-06-131-1/+1
| | | | | | since calculate_path() in getpath.c will automatically add this. Including this here will put the sharedmodules directory on sys.path twice.
* Add -lgl and -lm for imgfile. Better way to configure zlib.Guido van Rossum1997-05-051-7/+3
|
* Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.Guido van Rossum1997-04-291-1/+1
|
* Added cgensupport.c to Setup line for gl module.Guido van Rossum1997-04-291-1/+8
| | | | Addeed Andrew Kuchling's zlib module.
* Remove the Emacs shell-script line. It's not a shell script.Guido van Rossum1997-04-111-1/+0
|
* The default path components are now all relative instead of absolute paths.Guido van Rossum1997-04-111-6/+10
| | | | | | This completes the getpath.c checkin. Note that to enable this in an existing build tree, you'll have to edit your Setup and Setup.in file to remove the $(DESTLIB) from all the PATH variable definitions.
* Add Emacs shell-script directive, SunPro version#, and fix typoGuido van Rossum1997-03-041-2/+3
|
* Solaris and IRIX specific instructions for fpectl.Guido van Rossum1997-03-041-2/+14
|
* 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
|