- 05adf07 fixed #1520877: now distutils reads Read from the environment/Makefile by Tarek Ziadé · 17 years ago
- 444df45 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 17 years ago
- 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
- b27745f Issue2290: Support x64 Windows builds that live in pcbuild/amd64. Without it, sysutils._python_build() returns the wrong directory, which causes the test_get_config_h_filename method in Lib/distutils/tests/test_sysconfig.py to fail. by Trent Nelson · 17 years ago
- 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 17 years ago
- 2db7cd3 Keep distutils Python 2.1 compatible (or even Python 2.4 in this case). by Marc-André Lemburg · 18 years ago
- 9a1d8ce Added support for new Windows build dirs in PC/ to distutils.sysconfig by Christian Heimes · 18 years ago
- c67a15d Fixed bug #1628 by Christian Heimes · 18 years ago
- 0a0e583 Fixed bug #1613: Makefile's VPATH feature is broken by Christian Heimes · 18 years ago
- d3fc07a4 Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree. by Christian Heimes · 18 years ago
- d610369 MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a by Ronald Oussoren · 19 years ago
- 7b9053a MacOSX: fix rather dumb buglet that made it impossible to create extensions on by Ronald Oussoren · 19 years ago
- b02daf7 Patch #1488098. by Ronald Oussoren · 19 years ago
- 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 19 years ago
- 59075eb disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at by Ronald Oussoren · 19 years ago
- dfde91a Fix for a bug exposed by r45232: by Armin Rigo · 19 years ago
- 10acfd0 Patch #1429775: Link Python modules to libpython on linux if by Martin v. Löwis · 19 years ago
- f8480a7 Instead of relative imports, use (implicitly) absolute ones. by Guido van Rossum · 19 years ago
- 87de069 Use relative imports in a few places where I noticed the need. by Guido van Rossum · 19 years ago
- fffc4b7 Whitespace normalization. by Tim Peters · 20 years ago
- d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 20 years ago
- 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 20 years ago
- df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 20 years ago
- be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 21 years ago
- 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 21 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 21 years ago
- 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 22 years ago
- 4f82a51 Pick up Makefile variable BASECFLAGS too. This is needed since OPT was by Jack Jansen · 23 years ago
- a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 23 years ago
- 0ff98b9 [Bug #550364] Add get_python_version() by Andrew M. Kuchling · 23 years ago
- 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 23 years ago
- a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 23 years ago
- 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 23 years ago
- 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 23 years ago
- 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 23 years ago
- 80a3e0a Whitespace normalization (remove tabs) by Neal Norwitz · 23 years ago
- ab5320b Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython. by Jack Jansen · 23 years ago
- a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 23 years ago
- 16c8d70 When using a Python that has not been installed to build 3rd-party by Fred Drake · 23 years ago
- 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 24 years ago
- b94b849 Whitespace normalization. by Fred Drake · 24 years ago
- 045af6f [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. by Andrew M. Kuchling · 24 years ago
- 212a2e1 On the mac some library paths returned were outdated, some were outright funny. by Jack Jansen · 24 years ago
- f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 24 years ago
- c916cdc Miscellaneous minor cleanups. by Fred Drake · 24 years ago
- 7cf92fa Add backwards compatibility. by Marc-André Lemburg · 24 years ago
- 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 24 years ago
- 70b014d Minor changes for stylistic cleanliness and consistency. by Fred Drake · 24 years ago
- 99f9baa Fixed botched indent in _init_mac() code. (It may never be executed, by Guido van Rossum · 24 years ago
- dd13a20 Made distutils understand the MacPython Carbon runtime model. Distutils will build for the runtime model you are currently using for the interpreter. by Jack Jansen · 24 years ago
- 6335773 Placate tabnanny by Andrew M. Kuchling · 24 years ago
- 1a02086 Linking just got simpiler on AIX and BeOS (closes SF patch #103679). by Neil Schemenauer · 24 years ago
- 84d14ba There is no more Modules/Makefile, use toplevel Makefile. by Neil Schemenauer · 25 years ago
- c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 25 years ago
- b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 25 years ago
- 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 25 years ago
- d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 25 years ago
- 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 25 years ago
- 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 25 years ago
- 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 25 years ago
- dc9fe8a Typo fix. by Greg Ward · 25 years ago
- 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 25 years ago
- b231e1a Oops, only do that AIX hack on AIX. by Greg Ward · 25 years ago
- 4f88028 Fixed LDSHARED for AIX, based on a patch by Rene Liebscher. by Greg Ward · 25 years ago
- bb7baa7 Added the 'customize_compiler()' function, which plugs in the essential by Greg Ward · 25 years ago
- 82d71ca Added a bunch of new globals in '_init_mac()' -- these will be needed to by Greg Ward · 25 years ago
- a570c05 Catch failure to open installed Makefile, and report it as a by Greg Ward · 25 years ago
- b1e4a6e Added kludge to deal with the "./ld_so_aix" problem: force all strings by Greg Ward · 25 years ago
- 434ef8f Don't load the config.h file, even under Unix, because we never use the by Greg Ward · 25 years ago
- b6f5ada Don't bother reading config.h on NT or Mac OS. (It's not really needed by Greg Ward · 25 years ago
- d38e6f7 Added optional 'prefix' arguments to 'get_python_inc()' and 'get_python_lib()'. by Greg Ward · 25 years ago
- cf6bea3 Better variable names here and there. by Greg Ward · 25 years ago
- c1ee39a There are a few places which can raise DistutilsPlatformError; make by Fred Drake · 25 years ago
- 7d73b9e Added Joe Van Andel's 'get_python_inc()', adapted by me to supply by Greg Ward · 25 years ago
- 0eff87a Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. by Greg Ward · 25 years ago
- 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 26 years ago
- a0ca3f2 Comment fix. by Greg Ward · 26 years ago
- 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 26 years ago
- 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 26 years ago
- 6a1b53c get_config_h_filename(): Fix to work with current Python by Fred Drake · 27 years ago
- 522af3a Update and add docstrings. by Fred Drake · 27 years ago
- 9ddaaa1 Another patch from Fred: factored _init_posix into by Greg Ward · 27 years ago
- 3c8e54b Applied Fred's patch to fix the bugs that John Skaller noticed. by Greg Ward · 27 years ago
- 1190ee3 Fred's sysconfig module. by Greg Ward · 27 years ago