1. 6ffdaab Remove the recently-added get_distutil_options(), and just by Andrew M. Kuchling · 22 years ago
  2. 31ddfb6 [Part of patch #641685] Add .dylib as an extension for shared libraries by Andrew M. Kuchling · 22 years ago
  3. 2db92a6 Add missing import by Andrew M. Kuchling · 22 years ago
  4. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  5. 3f1c9a9 Allow unknown keyword arguments to the Extension class, and warn about them. by Andrew M. Kuchling · 22 years ago
  6. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  7. 09e532b Add a new definition to Extension objects: depends. by Jeremy Hylton · 22 years ago
  8. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 22 years ago
  9. 3d2d980 Suggested by Pete Shinners: treat .m and .mm files as source code. by Andrew M. Kuchling · 23 years ago
  10. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  11. ac20f77 Back out conversion to string methods; the Distutils is intended to work by Andrew M. Kuchling · 23 years ago
  12. b3acd3e String method conversion. by Eric S. Raymond · 24 years ago
  13. 41ed12f Added 'read_setup_file()' to read old-style Setup files. Could make life by Greg Ward · 24 years ago
  14. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  15. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  16. c6a18a5 Removed 'export_symbol_file'. by Greg Ward · 24 years ago
  17. cb18557 Revised docstring so 'sources' isn't necessarily all C/C++ files (to by Greg Ward · 24 years ago
  18. 3ca54bc Provides the Extension class, a nicer way to describe C/C++ extensions than by Greg Ward · 24 years ago