1. c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 24 years ago
  2. b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 24 years ago
  3. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  4. d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 24 years ago
  5. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  6. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  7. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 24 years ago
  8. dc9fe8a Typo fix. by Greg Ward · 24 years ago
  9. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 24 years ago
  10. b231e1a Oops, only do that AIX hack on AIX. by Greg Ward · 24 years ago
  11. 4f88028 Fixed LDSHARED for AIX, based on a patch by Rene Liebscher. by Greg Ward · 24 years ago
  12. bb7baa7 Added the 'customize_compiler()' function, which plugs in the essential by Greg Ward · 24 years ago
  13. 82d71ca Added a bunch of new globals in '_init_mac()' -- these will be needed to by Greg Ward · 24 years ago
  14. a570c05 Catch failure to open installed Makefile, and report it as a by Greg Ward · 24 years ago
  15. b1e4a6e Added kludge to deal with the "./ld_so_aix" problem: force all strings by Greg Ward · 24 years ago
  16. 434ef8f Don't load the config.h file, even under Unix, because we never use the by Greg Ward · 24 years ago
  17. b6f5ada Don't bother reading config.h on NT or Mac OS. (It's not really needed by Greg Ward · 24 years ago
  18. d38e6f7 Added optional 'prefix' arguments to 'get_python_inc()' and 'get_python_lib()'. by Greg Ward · 24 years ago
  19. cf6bea3 Better variable names here and there. by Greg Ward · 24 years ago
  20. c1ee39a There are a few places which can raise DistutilsPlatformError; make by Fred Drake · 24 years ago
  21. 7d73b9e Added Joe Van Andel's 'get_python_inc()', adapted by me to supply by Greg Ward · 24 years ago
  22. 0eff87a Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. by Greg Ward · 24 years ago
  23. 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 24 years ago
  24. a0ca3f2 Comment fix. by Greg Ward · 24 years ago
  25. 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 25 years ago
  26. 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 25 years ago
  27. 6a1b53c get_config_h_filename(): Fix to work with current Python by Fred Drake · 26 years ago
  28. 522af3a Update and add docstrings. by Fred Drake · 26 years ago
  29. 9ddaaa1 Another patch from Fred: factored _init_posix into by Greg Ward · 26 years ago
  30. 3c8e54b Applied Fred's patch to fix the bugs that John Skaller noticed. by Greg Ward · 26 years ago
  31. 1190ee3 Fred's sysconfig module. by Greg Ward · 26 years ago