summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed botched indent in _init_mac() code. (It may never be executed,Guido van Rossum2001-05-171-1/+1
* Made distutils understand the MacPython Carbon runtime model. Distutils will ...Jack Jansen2001-05-171-0/+4
* Placate tabnannyAndrew M. Kuchling2001-02-281-1/+1
* Linking just got simpiler on AIX and BeOS (closes SF patch #103679).Neil Schemenauer2001-02-161-25/+2
* There is no more Modules/Makefile, use toplevel Makefile.Neil Schemenauer2001-01-241-1/+1
* Patch #103279: sysconfig.py always looks for versions of files inAndrew M. Kuchling2001-01-171-1/+19
* Fix bugs with integer-valued variables when parsing Makefiles. ValuesAndrew M. Kuchling2001-01-161-5/+9
* Delete unused import of pprint moduleAndrew M. Kuchling2001-01-111-1/+0
* Added 'expand_makefile_vars()' to (duh) expand make-style variablesGreg Ward2000-09-171-9/+39
* Changed from eager parsing of Makefile (at import time) to lazy: only doGreg Ward2000-09-151-25/+63
* Fixed so 'parse_makefile()' uses the TextFile class to ensure thatGreg Ward2000-09-151-6/+8
* Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script.Greg Ward2000-09-011-0/+17
* Typo fix.Greg Ward2000-08-021-1/+1
* Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc.Greg Ward2000-08-021-17/+1
* Oops, only do that AIX hack on AIX.Greg Ward2000-06-271-1/+1
* Fixed LDSHARED for AIX, based on a patch by Rene Liebscher.Greg Ward2000-06-271-15/+12
* Added the 'customize_compiler()' function, which plugs in the essentialGreg Ward2000-06-251-0/+20
* Added a bunch of new globals in '_init_mac()' -- these will be needed toGreg Ward2000-06-031-1/+15
* Catch failure to open installed Makefile, and report it as aGreg Ward2000-05-231-1/+11
* Added kludge to deal with the "./ld_so_aix" problem: force all stringsGreg Ward2000-04-191-0/+15
* Don't load the config.h file, even under Unix, because we never use theGreg Ward2000-04-191-2/+0
* Don't bother reading config.h on NT or Mac OS. (It's not really neededGreg Ward2000-04-141-6/+0
* Added optional 'prefix' arguments to 'get_python_inc()' andGreg Ward2000-04-101-4/+10
* Better variable names here and there.Greg Ward2000-04-101-18/+18
* There are a few places which can raise DistutilsPlatformError; makeFred Drake2000-03-091-41/+54
* Added Joe Van Andel's 'get_python_inc()', adapted by me to supplyGreg Ward2000-03-091-15/+80
* Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'.Greg Ward2000-03-071-0/+22
* get_config_h_filename(): Support NT as well as Posix systems.Fred Drake2000-02-081-10/+14
* Comment fix.Greg Ward2000-02-021-8/+13
* Patch from Perry Stoll: tweaks to Windows support.Greg Ward1999-08-291-1/+6
* Now handles NT, through '_init_nt()' function (courtesy ofGreg Ward1999-06-081-0/+11
* get_config_h_filename(): Fix to work with current PythonFred Drake1999-01-111-2/+2
* Update and add docstrings.Fred Drake1999-01-061-5/+13
* Another patch from Fred: factored _init_posix intoGreg Ward1999-01-061-18/+37
* Applied Fred's patch to fix the bugs that John Skaller noticed.Greg Ward1998-12-221-6/+14
* Fred's sysconfig module.Greg Ward1998-12-181-0/+106