1. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  2. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  3. d17833d Closes #16135: Removal of OS/2 support (distutils) by Jesus Cea · 12 years ago
  4. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  5. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  6. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  7. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  8. a278be3 Merged revisions 77431 via svnmerge from by Tarek Ziadé · 15 years ago
  9. ac4e6ea Merged revisions 77424 via svnmerge from by Tarek Ziadé · 15 years ago
  10. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  11. cc9144a Merged revisions 73445 via svnmerge from by Tarek Ziadé · 15 years ago
  12. 56a00de Merged revisions 72671 via svnmerge from by Antoine Pitrou · 15 years ago
  13. 4d4456f Merged revisions 68929 via svnmerge from by Tarek Ziadé · 15 years ago
  14. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  15. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  16. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  17. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  18. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  19. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  20. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  21. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  22. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  23. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  24. 061f132 Patch #973204: Use -rpath instead of -R on Irix and Tru64. by Martin v. Löwis · 20 years ago
  25. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  26. 9436a75 Compile the files in the same order they are passed to the compiler. by Thomas Heller · 21 years ago
  27. fa01261 new method: has_function() - returns a boolean indicating whether the by Skip Montanaro · 21 years ago
  28. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 21 years ago
  29. 8c6e0ec Bug #599248: strip directories when building Python. Out-of-tree builds should work again. by Andrew M. Kuchling · 22 years ago
  30. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  31. 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
  32. 9a38dcf [Bug #599248] ext module generation problem by Andrew M. Kuchling · 22 years ago
  33. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 22 years ago
  34. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  35. 70e1d9b save the verbose argument as an instance attributes. Subclasses of by Skip Montanaro · 22 years ago
  36. cc3a6df Commit fix for SF 603831. by Guido van Rossum · 22 years ago
  37. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  38. 6e08d22 Add a default implementation of compile() to the base class. by Jeremy Hylton · 22 years ago
  39. 59b103c Extend compiler() method with optional depends argument. by Jeremy Hylton · 22 years ago
  40. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  41. e650080 Fix trivial typo. by Thomas Heller · 22 years ago
  42. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 22 years ago
  43. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  44. e259e59 Patch by Bill Noon: added 'dylib' as a library type along with by Jack Jansen · 23 years ago
  45. a34dbe0 Patch #403947: On Cygwin, use the Unix compiler class, and not by Andrew M. Kuchling · 23 years ago
  46. 636b906 This patch makes the default compiler determination more flexible by Marc-André Lemburg · 23 years ago
  47. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 24 years ago
  48. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  49. 264cf74 Remove deprecation warnings on old 'link_*()' methods, ie. they're not by Greg Ward · 24 years ago
  50. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
  51. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  52. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  53. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 24 years ago
  54. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  55. 65d6edb fix inconsistent use of tabs and spaces by Jeremy Hylton · 24 years ago
  56. bfc79d6 Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' by Greg Ward · 24 years ago
  57. e5c62bf Introduced some bureaucracy for setting and tracking the executables by Greg Ward · 24 years ago
  58. c3a43b4 Docstring reformatting/tweaking binge. Fixed a few comments. by Greg Ward · 24 years ago
  59. 9aa668b Changed 'object_filenames()' to raise exception instead of silently carrying by Greg Ward · 24 years ago
  60. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 24 years ago
  61. 3ff3b03 Added 'preprocess()' method to CCompiler interface, and implemented by Greg Ward · 24 years ago
  62. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 24 years ago
  63. 39804cb Removed exceptions -- now in errors.py to avoid expensive import of ccompiler. by Greg Ward · 24 years ago
  64. d151711 Changed to catch compile/link failures and raise CompileError, LibError, by Greg Ward · 24 years ago
  65. f7edea7 Lyle Johnson: added stubs for the four miscellaneous methods that must be by Greg Ward · 24 years ago
  66. 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 24 years ago
  67. f10f95d Added 'runtime_library_dirs' parameter to 'link_*()' methods. by Greg Ward · 24 years ago
  68. d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 24 years ago
  69. 036c805 Renamed 'link_static_lib() to 'create_static_lib()'. by Greg Ward · 24 years ago
  70. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 24 years ago
  71. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  72. 013f0c8 Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds by Greg Ward · 24 years ago
  73. 3c045a5 Added 'debug' flag to compile and link method signatures. by Greg Ward · 24 years ago
  74. 5baf1c2 Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. by Greg Ward · 25 years ago
  75. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  76. 3febd60 Slight change to the meaning of the 'libraries' list: if a library name by Greg Ward · 25 years ago
  77. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 25 years ago
  78. fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 25 years ago
  79. 9b17cb5 Added 'output_dir' attribute, and 'output_dir' parameter to several method by Greg Ward · 25 years ago
  80. f7a39ec os.name is "posix" or "nt" or we don't care. by Greg Ward · 25 years ago
  81. 26e48ea Patch from Perry Stoll: by Greg Ward · 25 years ago
  82. e1aaaa6 Added 'verbose' and 'dry_run' flags to CCompiler constructor and by Greg Ward · 25 years ago
  83. 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 25 years ago