1. f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 24 years ago
  2. c916cdc Miscellaneous minor cleanups. by Fred Drake · 24 years ago
  3. 7cf92fa Add backwards compatibility. by Marc-André Lemburg · 24 years ago
  4. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 24 years ago
  5. 70b014d Minor changes for stylistic cleanliness and consistency. by Fred Drake · 24 years ago
  6. 99f9baa Fixed botched indent in _init_mac() code. (It may never be executed, by Guido van Rossum · 24 years ago
  7. 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
  8. 6335773 Placate tabnanny by Andrew M. Kuchling · 24 years ago
  9. 1a02086 Linking just got simpiler on AIX and BeOS (closes SF patch #103679). by Neil Schemenauer · 24 years ago
  10. 84d14ba There is no more Modules/Makefile, use toplevel Makefile. by Neil Schemenauer · 25 years ago
  11. c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 25 years ago
  12. b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 25 years ago
  13. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 25 years ago
  14. d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 25 years ago
  15. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 25 years ago
  16. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 25 years ago
  17. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 25 years ago
  18. dc9fe8a Typo fix. by Greg Ward · 25 years ago
  19. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 25 years ago
  20. b231e1a Oops, only do that AIX hack on AIX. by Greg Ward · 25 years ago
  21. 4f88028 Fixed LDSHARED for AIX, based on a patch by Rene Liebscher. by Greg Ward · 25 years ago
  22. bb7baa7 Added the 'customize_compiler()' function, which plugs in the essential by Greg Ward · 25 years ago
  23. 82d71ca Added a bunch of new globals in '_init_mac()' -- these will be needed to by Greg Ward · 25 years ago
  24. a570c05 Catch failure to open installed Makefile, and report it as a by Greg Ward · 25 years ago
  25. b1e4a6e Added kludge to deal with the "./ld_so_aix" problem: force all strings by Greg Ward · 25 years ago
  26. 434ef8f Don't load the config.h file, even under Unix, because we never use the by Greg Ward · 25 years ago
  27. b6f5ada Don't bother reading config.h on NT or Mac OS. (It's not really needed by Greg Ward · 25 years ago
  28. d38e6f7 Added optional 'prefix' arguments to 'get_python_inc()' and 'get_python_lib()'. by Greg Ward · 25 years ago
  29. cf6bea3 Better variable names here and there. by Greg Ward · 25 years ago
  30. c1ee39a There are a few places which can raise DistutilsPlatformError; make by Fred Drake · 25 years ago
  31. 7d73b9e Added Joe Van Andel's 'get_python_inc()', adapted by me to supply by Greg Ward · 25 years ago
  32. 0eff87a Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. by Greg Ward · 25 years ago
  33. 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 26 years ago
  34. a0ca3f2 Comment fix. by Greg Ward · 26 years ago
  35. 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 26 years ago
  36. 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 26 years ago
  37. 6a1b53c get_config_h_filename(): Fix to work with current Python by Fred Drake · 27 years ago
  38. 522af3a Update and add docstrings. by Fred Drake · 27 years ago
  39. 9ddaaa1 Another patch from Fred: factored _init_posix into by Greg Ward · 27 years ago
  40. 3c8e54b Applied Fred's patch to fix the bugs that John Skaller noticed. by Greg Ward · 27 years ago
  41. 1190ee3 Fred's sysconfig module. by Greg Ward · 27 years ago