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