index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
Setup.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but
Ken Manheimer
1998-03-03
1
-1/+1
*
Updated URL for zlib.
Guido van Rossum
1998-02-06
1
-1/+2
*
Add -lld option for AIX to _tkinter rules.
Guido van Rossum
1997-12-16
1
-0/+2
*
Move the dbm module around and add an introductory paragraph for dbm,
Guido van Rossum
1997-12-11
1
-3/+12
*
Moved the thread module to its own Setup.thread(.in) file,
Guido van Rossum
1997-12-04
1
-5/+1
*
Changed the occurrence of *shared* in the example so people won't
Guido van Rossum
1997-12-02
1
-13/+10
*
Comment out crypt by default; it's not used very much and messes up
Guido van Rossum
1997-12-02
1
-6/+8
*
Redone the _tkinter configuration section with support for popular packages.
Guido van Rossum
1997-11-22
1
-15/+41
*
Add support for _locale.
Guido van Rossum
1997-11-19
1
-0/+2
*
Add the Setup line for the pcre module.
Guido van Rossum
1997-10-07
1
-1/+2
*
Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP.
Guido van Rossum
1997-09-28
1
-1/+1
*
Change the names of the subdirectories tkinter and stdwin to
Guido van Rossum
1997-09-08
1
-2/+2
*
Added first line to set Emacs makefile mode (pretty colors :-)
Barry Warsaw
1997-09-04
1
-0/+1
*
Disable the portable multimedia modules (audioop, imageop, rgbimg) by
Guido van Rossum
1997-09-03
1
-4/+5
*
New version of Vladimir Marangozov's AIX hacks -- simpler etc.
Guido van Rossum
1997-08-06
1
-5/+0
*
New mechanism for GNU readline interface, via module
Guido van Rossum
1997-08-05
1
-0/+10
*
Add pointer to new BSDDB module.
Guido van Rossum
1997-08-05
1
-0/+3
*
Added reop (moved reop and regex to non-shared section).
Guido van Rossum
1997-07-11
1
-2/+3
*
MACDEPPATH: Remove `sharedmodules' from default value of this variable
Barry Warsaw
1997-06-13
1
-1/+1
*
Add -lgl and -lm for imgfile. Better way to configure zlib.
Guido van Rossum
1997-05-05
1
-7/+3
*
Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.
Guido van Rossum
1997-04-29
1
-1/+1
*
Added cgensupport.c to Setup line for gl module.
Guido van Rossum
1997-04-29
1
-1/+8
*
Remove the Emacs shell-script line. It's not a shell script.
Guido van Rossum
1997-04-11
1
-1/+0
*
The default path components are now all relative instead of absolute paths.
Guido van Rossum
1997-04-11
1
-6/+10
*
Add Emacs shell-script directive, SunPro version#, and fix typo
Guido van Rossum
1997-03-04
1
-2/+3
*
Solaris and IRIX specific instructions for fpectl.
Guido van Rossum
1997-03-04
1
-2/+14
*
Add fpectl and fpetest modules.
Guido van Rossum
1997-02-14
1
-0/+7
*
Change bsddbmodule.o -> bsddbmodule.c.
Guido van Rossum
1997-01-28
1
-1/+1
*
(puremodule.c): New module which exports the Purify and Quantify C API
Barry Warsaw
1997-01-17
1
-0/+7
*
Removed _xdr module
Barry Warsaw
1997-01-14
1
-1/+0
*
Add entries for cStringIO and cPickle
Guido van Rossum
1997-01-11
1
-0/+3
*
Added Jeremy's resource module.
Guido van Rossum
1996-12-18
1
-0/+1
*
Typo (missing _) in _xdr line.
Guido van Rossum
1996-08-30
1
-1/+1
*
Get rid of some obsolete modules:
Guido van Rossum
1996-08-21
1
-16/+2
*
*noconfig* -> *shared*.
Guido van Rossum
1996-08-20
1
-6/+11
*
Changes by Rob Hooft for GMP 2.0.2
Guido van Rossum
1996-08-19
1
-4/+3
*
Added _xdr module
Guido van Rossum
1996-08-19
1
-0/+1
*
Rationalized instructions for _tkinter.c
Guido van Rossum
1996-08-08
1
-17/+12
*
Use Tcl/Tk 7.5/4.1 by default.
Guido van Rossum
1996-08-01
1
-2/+2
*
Changes for AIX shared libs
Guido van Rossum
1996-07-31
1
-2/+7
*
DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.
Guido van Rossum
1996-07-31
1
-8/+10
*
Remove "." from default path. Also rearrange so that SITEPATH comes
Guido van Rossum
1996-07-30
1
-2/+2
*
Added operator.c. Moved errno.c.
Guido van Rossum
1996-07-30
1
-6/+7
*
Added Sam Rushing's errno module
Guido van Rossum
1996-07-24
1
-0/+1
*
Different lines for bsddb module.
Guido van Rossum
1996-07-24
1
-3/+3
*
added comments about tcl/tk -l options
Guido van Rossum
1996-06-28
1
-1/+3
*
adde cmath; added version numbers to tk/tcl libs
Guido van Rossum
1996-01-12
1
-1/+2
*
Renamed module tkinter to _tkinter, moved source to _tkinter.c
Jack Jansen
1995-10-23
1
-2/+2
*
rename binasciimodule.c -> binascii.c; disable parsermodule.c
Guido van Rossum
1995-10-12
1
-2/+6
*
Fred Drake's new parser module
Guido van Rossum
1995-10-11
1
-1/+1
[next]