1. 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
  2. 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
  3. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 14 years ago
  4. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  5. 15ccb3d Merged revisions 73925-73926 via svnmerge from by Tarek Ziadé · 15 years ago
  6. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  7. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
  8. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  9. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  10. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  11. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  12. 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
  13. 49bdaed Fix for by Michael W. Hudson · 23 years ago
  14. fa9ff76 Untabified. by Greg Ward · 24 years ago
  15. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  16. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  17. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  18. 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
  19. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
  20. 3459381 Changed so all the help-generating functions are defined, at module-level, by Greg Ward · 24 years ago
  21. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 24 years ago
  22. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 24 years ago
  23. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  24. e3d1752 Use Distribution's 'has_scripts()' method instead of directly accessing by Greg Ward · 24 years ago
  25. 8d5881a Bastian Kleineidam: the "build_scripts" command and changes by Greg Ward · 24 years ago
  26. fcd974e Normalized all the end-of-class lines. by Greg Ward · 24 years ago
  27. 9668b78 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  28. 7aff6f3 Delete some debugging print statements. by Greg Ward · 24 years ago
  29. c41d6b3 Added '--force' option -- very clear what it means for building (ignore by Greg Ward · 24 years ago
  30. ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 24 years ago
  31. 76ec0d6 Renamed 'build_lib' command to 'build_clib': by Greg Ward · 24 years ago
  32. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  33. 42a3bf5 Build reorg: by Greg Ward · 24 years ago
  34. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 24 years ago
  35. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 24 years ago
  36. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 24 years ago
  37. 3246200 Added 'debug' option (just there for 'build_ext' and 'build_lib' commands by Greg Ward · 24 years ago
  38. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 24 years ago
  39. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 24 years ago
  40. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  41. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 25 years ago
  42. 36e68e2 Now run 'build_ext'. by Greg Ward · 25 years ago
  43. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 25 years ago
  44. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 25 years ago