1. e259e59 Patch by Bill Noon: added 'dylib' as a library type along with by Jack Jansen · 23 years ago
  2. 63a4740 Fix a mismatched parenthesis in the last patch. by Guido van Rossum · 23 years ago
  3. 286b107 [Bug #441527] Fixes for preprocessor support, contributed by Tarn by Andrew M. Kuchling · 23 years ago
  4. 7880e5e Patch #413912 from Steve Majewski: Add .m to the list of extensions by Andrew M. Kuchling · 23 years ago
  5. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
  6. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  7. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  8. 7499847 Fix to call 'library_filename()' instead of the non-existent by Greg Ward · 24 years ago
  9. bfc79d6 Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' by Greg Ward · 24 years ago
  10. 73076ff Got rid of direct dependence on the sysconfig module. Mainly, this by Greg Ward · 24 years ago
  11. 3ff3b03 Added 'preprocess()' method to CCompiler interface, and implemented by Greg Ward · 24 years ago
  12. 3add77f Import exceptions from errors.py, not ccompiler.py. by Greg Ward · 24 years ago
  13. d151711 Changed to catch compile/link failures and raise CompileError, LibError, by Greg Ward · 24 years ago
  14. 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 24 years ago
  15. 8eef583 Don't run "ranlib" if sysconfig's RANLIB (from Python's Makefile) starts by Greg Ward · 24 years ago
  16. 1c79330 Cleaned up use of sysconfig module a bit: don't import more names by Greg Ward · 24 years ago
  17. e21dabe Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to by Greg Ward · 24 years ago
  18. d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 24 years ago
  19. 036c805 Renamed 'link_static_lib() to 'create_static_lib()'. by Greg Ward · 24 years ago
  20. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 24 years ago
  21. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  22. 49ffce1 In the 'compile()' method: preserve the directory portion of source by Greg Ward · 24 years ago
  23. f114657 In compile/link methods: ensure that the directory we expect to be writing to by Greg Ward · 24 years ago
  24. 10ca82b Typecheck 'output_dir' argument to compile/link methods. by Greg Ward · 24 years ago
  25. ba233fb Added 'debug' flags to compile and link methods, and modified code to add by Greg Ward · 24 years ago
  26. ef6f515 Changed 'compile()' method to compile files one-at-a-time -- gives better by Greg Ward · 25 years ago
  27. c9f3187 Abstracted '_fix_link_args()' out of 'link_shared_object()'. by Greg Ward · 25 years ago
  28. 04d7832 In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for by Greg Ward · 25 years ago
  29. 4fecfce Fixed order of link options: object files now precede library stuff. by Greg Ward · 25 years ago
  30. 0e3530b Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  31. b116e45 In 'link_shared_object()', try to be less sensitive to missing input files by Greg Ward · 25 years ago
  32. 8037cb1 Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). by Greg Ward · 25 years ago
  33. c294113 Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're by Greg Ward · 25 years ago
  34. 65f4a3b Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) by Greg Ward · 25 years ago
  35. 5e71744 Changed to use 'spawn()', now that it exists. by Greg Ward · 25 years ago
  36. 170bdc0 The first concrete subclass of CCompiler: defines a barebones Unix C compiler. by Greg Ward · 25 years ago