1. c27aca7 Merged revisions 72535 via svnmerge from by Tarek Ziadé · 15 years ago
  2. 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 16 years ago
  3. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  4. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  5. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  6. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 20 years ago
  7. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  8. 25d8892 Since build_py handles package data installation, the list of outputs by Fred Drake · 20 years ago
  9. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  10. 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
  11. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  12. 8c20916 Remove unneeded import by Andrew M. Kuchling · 22 years ago
  13. 21d4535 Whitespace normalization. by Fred Drake · 23 years ago
  14. 25a309c Remove some debugging prints. by Greg Ward · 24 years ago
  15. 0295181 Typo fix. by Greg Ward · 24 years ago
  16. cb9c9ae Finished the overhaul of byte-compilation options: there's now a 6-way by Greg Ward · 24 years ago
  17. c1acc69 From 'run()', only call 'bytecompile()' if we actually have by Greg Ward · 24 years ago
  18. 1df6e7b Reduced the 'bytecompile()' method to a one-line wrapper around by Greg Ward · 24 years ago
  19. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  20. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  21. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  22. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  23. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  24. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  25. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  26. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  27. d7ad503 Fixed command description. by Greg Ward · 24 years ago
  28. f355d47 Check if the claimed build directory doesn't exist, and warn that we don't by Greg Ward · 24 years ago
  29. 11fb783 Added '_bytecode_filenames()' method, and use it in 'get_outputs()' by Gregory P. Smith · 24 years ago
  30. 74ead8f Added --skip-build option, so lazy debuggers/testers (mainly me) don't by Gregory P. Smith · 24 years ago
  31. 4779cdf Don't use 'set_option()' or 'get_option()' method -- direct attribute access, by Greg Ward · 24 years ago
  32. 1aab6e9 Added 'get_inputs()'. by Greg Ward · 24 years ago
  33. ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  34. e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 24 years ago
  35. 297dd9f Fixed the class name. by Greg Ward · 24 years ago
  36. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  37. 4f08e4f Unfinished, untested implementation of the lovely baroque installation scheme by Greg Ward · 24 years ago
  38. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 24 years ago
  39. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 24 years ago
  40. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 24 years ago
  41. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
  42. 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 25 years ago
  43. ef9ad6d Tweaked verbosity messages for byte-compilation. by Greg Ward · 25 years ago
  44. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  45. fa4eb18 Changed selection of installation directories (in 'set_final_options()') by Greg Ward · 25 years ago
  46. 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago
  47. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 25 years ago
  48. 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 25 years ago
  49. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 25 years ago