summaryrefslogtreecommitdiff
path: root/Modules/Setup.in
Commit message (Expand)AuthorAgeFilesLines
* Removed the comment about the thread module.Barry Warsaw2000-06-301-2/+0
* pyexpat notes: add the name of the archive to the ar commandJeremy Hylton2000-06-291-1/+1
* Improve explanation of how to build the pyexpat module.Fred Drake2000-06-291-3/+9
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+1
* Renamed the C extension for ncurses support from 'curses' to '_curses'.Andrew M. Kuchling2000-06-101-4/+4
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-1/+1
* The _exceptions module is moved to the Python subdirectory.Barry Warsaw2000-05-261-1/+0
* Added the _exceptions module, implementing the built-in class-basedBarry Warsaw2000-05-251-0/+1
* Remove all references to stdwin.Guido van Rossum2000-05-031-21/+1
* This module's name should be linuxaudio*dev*.cGuido van Rossum2000-03-311-1/+1
* Added some clarifications to pyexpat.Guido van Rossum2000-03-311-0/+13
* Added Python interface to Expat XML parser.Andrew M. Kuchling2000-03-311-0/+4
* Added the _sre module. It is always on.Guido van Rossum2000-03-311-0/+1
* Add linuxaudio module.Guido van Rossum2000-03-301-0/+5
* Added mmap module -- map a view of a file into memory on Win32 and Unix.Andrew M. Kuchling2000-03-301-1/+1
* Marc-Andre Lemburg: Add _codecs and unicodedata modules.Guido van Rossum2000-03-101-0/+4
* Patch by Fred Gansevles (the module's original author).Guido van Rossum2000-02-291-1/+1
* OpenSSL support. This is based on patches for a version of SSLeay byGuido van Rossum1999-12-071-1/+7
* Added Greg Stein and Andrew Kuchling's sha module.Guido van Rossum1999-03-241-1/+6
* Document *static* -- in two places!Guido van Rossum1999-02-221-1/+4
* The variable TESTPATH should be initialized to empty.Guido van Rossum1999-02-081-1/+1
* Rearrange the -I flags for compiling _tkinter.c so thatGuido van Rossum1999-01-251-2/+2
* Add note about compiling FORMS with -Dclear=__GLclear.Guido van Rossum1998-10-211-0/+4
* On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear toGuido van Rossum1998-10-211-3/+4
* Clarify sharedinstall commentGuido van Rossum1998-10-071-2/+3
* Enable the 'new' module by default.Guido van Rossum1998-09-211-1/+1
* 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
* 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
* Moved the thread module to its own Setup.thread(.in) file,Guido van Rossum1997-12-041-5/+1
* Changed the occurrence of *shared* in the example so people won'tGuido van Rossum1997-12-021-13/+10
* Comment out crypt by default; it's not used very much and messes upGuido van Rossum1997-12-021-6/+8
* 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
* 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
* 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
* MACDEPPATH: Remove `sharedmodules' from default value of this variableBarry Warsaw1997-06-131-1/+1
* 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