1. 83abccb Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  2. 0616530 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 10 years ago
  3. 3e081c7 Add alias to restore 2.7.2 compatibility for setup scripts (#13994). by Éric Araujo · 13 years ago
  4. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 13 years ago
  5. d1feff7 Merged revisions 86223-86224,86226,86234 via svnmerge from by Éric Araujo · 15 years ago
  6. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 16 years ago
  7. ae7731a module cleanup by Tarek Ziadé · 16 years ago
  8. dc0f487 Fixed #5372: .o files are now always rebuilt because file age test don't work in some case by Tarek Ziadé · 16 years ago
  9. 2b66da7 massive import cleaning in Distutils by Tarek Ziadé · 16 years ago
  10. c1df95e starting distutils.ccompiler test coverage and cleanup by Tarek Ziadé · 16 years ago
  11. f541378 Fix bootstrapping by removing uses of the copy module in distutils by Antoine Pitrou · 16 years ago
  12. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 17 years ago
  13. ef249b1 Fixed #4863: removed distutils.mwerkscompiler by Tarek Ziadé · 17 years ago
  14. 240028c #1030250: correctly pass the dry_run option to the mkpath() function. by Amaury Forgeot d'Arc · 17 years ago
  15. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 17 years ago
  16. ad64785 Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc by Bob Ippolito · 19 years ago
  17. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 21 years ago
  18. 061f132 Patch #973204: Use -rpath instead of -R on Irix and Tru64. by Martin v. Löwis · 21 years ago
  19. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  20. 9436a75 Compile the files in the same order they are passed to the compiler. by Thomas Heller · 22 years ago
  21. fa01261 new method: has_function() - returns a boolean indicating whether the by Skip Montanaro · 22 years ago
  22. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 22 years ago
  23. 8c6e0ec Bug #599248: strip directories when building Python. Out-of-tree builds should work again. by Andrew M. Kuchling · 23 years ago
  24. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 23 years ago
  25. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 23 years ago
  26. 9a38dcf [Bug #599248] ext module generation problem by Andrew M. Kuchling · 23 years ago
  27. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 23 years ago
  28. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 23 years ago
  29. 70e1d9b save the verbose argument as an instance attributes. Subclasses of by Skip Montanaro · 23 years ago
  30. cc3a6df Commit fix for SF 603831. by Guido van Rossum · 23 years ago
  31. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 23 years ago
  32. 6e08d22 Add a default implementation of compile() to the base class. by Jeremy Hylton · 23 years ago
  33. 59b103c Extend compiler() method with optional depends argument. by Jeremy Hylton · 23 years ago
  34. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 23 years ago
  35. e650080 Fix trivial typo. by Thomas Heller · 23 years ago
  36. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 24 years ago
  37. b94b849 Whitespace normalization. by Fred Drake · 24 years ago
  38. e259e59 Patch by Bill Noon: added 'dylib' as a library type along with by Jack Jansen · 24 years ago
  39. a34dbe0 Patch #403947: On Cygwin, use the Unix compiler class, and not by Andrew M. Kuchling · 24 years ago
  40. 636b906 This patch makes the default compiler determination more flexible by Marc-André Lemburg · 24 years ago
  41. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 25 years ago
  42. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 25 years ago
  43. 264cf74 Remove deprecation warnings on old 'link_*()' methods, ie. they're not by Greg Ward · 25 years ago
  44. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 25 years ago
  45. f813e59 Added 'debug_print()'. by Greg Ward · 25 years ago
  46. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 25 years ago
  47. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 25 years ago
  48. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 25 years ago
  49. 65d6edb fix inconsistent use of tabs and spaces by Jeremy Hylton · 25 years ago
  50. bfc79d6 Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' by Greg Ward · 25 years ago
  51. e5c62bf Introduced some bureaucracy for setting and tracking the executables by Greg Ward · 25 years ago
  52. c3a43b4 Docstring reformatting/tweaking binge. Fixed a few comments. by Greg Ward · 25 years ago
  53. 9aa668b Changed 'object_filenames()' to raise exception instead of silently carrying by Greg Ward · 25 years ago
  54. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 25 years ago
  55. 3ff3b03 Added 'preprocess()' method to CCompiler interface, and implemented by Greg Ward · 25 years ago
  56. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 25 years ago
  57. 39804cb Removed exceptions -- now in errors.py to avoid expensive import of ccompiler. by Greg Ward · 25 years ago
  58. d151711 Changed to catch compile/link failures and raise CompileError, LibError, by Greg Ward · 25 years ago
  59. f7edea7 Lyle Johnson: added stubs for the four miscellaneous methods that must be by Greg Ward · 25 years ago
  60. 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 25 years ago
  61. f10f95d Added 'runtime_library_dirs' parameter to 'link_*()' methods. by Greg Ward · 25 years ago
  62. d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 25 years ago
  63. 036c805 Renamed 'link_static_lib() to 'create_static_lib()'. by Greg Ward · 25 years ago
  64. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 25 years ago
  65. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  66. 013f0c8 Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds by Greg Ward · 25 years ago
  67. 3c045a5 Added 'debug' flag to compile and link method signatures. by Greg Ward · 26 years ago
  68. 5baf1c2 Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. by Greg Ward · 26 years ago
  69. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 26 years ago
  70. 3febd60 Slight change to the meaning of the 'libraries' list: if a library name by Greg Ward · 26 years ago
  71. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 26 years ago
  72. fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 26 years ago
  73. 9b17cb5 Added 'output_dir' attribute, and 'output_dir' parameter to several method by Greg Ward · 26 years ago
  74. f7a39ec os.name is "posix" or "nt" or we don't care. by Greg Ward · 26 years ago
  75. 26e48ea Patch from Perry Stoll: by Greg Ward · 26 years ago
  76. e1aaaa6 Added 'verbose' and 'dry_run' flags to CCompiler constructor and by Greg Ward · 26 years ago
  77. 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 26 years ago