1. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 23 years ago
  2. 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
  3. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 23 years ago
  4. 21d4535 Whitespace normalization. by Fred Drake · 24 years ago
  5. a7f225d Call the write_pkg_info method by Andrew M. Kuchling · 24 years ago
  6. fa9ff76 Untabified. by Greg Ward · 25 years ago
  7. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 25 years ago
  8. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 25 years ago
  9. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 25 years ago
  10. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 25 years ago
  11. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 25 years ago
  12. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 25 years ago
  13. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 25 years ago
  14. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 25 years ago
  15. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 25 years ago
  16. 6b24dff Catch syntax errors from processing template lines and turn them into by Greg Ward · 25 years ago
  17. 23266fe Replaced 'self.files' with 'self.filelist': now we carry around a FileList by Greg Ward · 25 years ago
  18. 4571ac1 The other half of Rene Liebscher's patch to add the Template class, by Greg Ward · 25 years ago
  19. aa5372c Remove unused 'search_dir()' method. Comment tweak. by Greg Ward · 25 years ago
  20. c061410 Added the --dist-dir option to control where the archive(s) are put; by Greg Ward · 25 years ago
  21. 499822d Fixed 'findall()' so it only returns regular files -- no directories. by Greg Ward · 25 years ago
  22. 3459381 Changed so all the help-generating functions are defined, at module-level, by Greg Ward · 25 years ago
  23. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 25 years ago
  24. b2db0eb Fix inspired by Rene Liebscher: if setup script is newer than the by Greg Ward · 25 years ago
  25. 14c8d05 Include setup.cfg in the list of default files to distribute. by Greg Ward · 25 years ago
  26. ce15c6c Moved the code that prunes the file list after reading the manifest by Greg Ward · 25 years ago
  27. 4a7319c Renamed 'find_defaults()' to 'add_defaults()'. by Greg Ward · 25 years ago
  28. c3c8c6e Docstring addition binge. by Greg Ward · 25 years ago
  29. e0c8c2f Docstring reformatting binge. by Greg Ward · 25 years ago
  30. f1fe103 Cosmetic tweaks to imports, the 'show_formats()' function, and the by Greg Ward · 25 years ago
  31. f8b9e20 Made all debug output go through the 'debug_print()' method instead of by Greg Ward · 25 years ago
  32. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 25 years ago
  33. 62d5a57 Use 'ensure_string_list()' for 'formats' option, so that it can be by Greg Ward · 25 years ago
  34. d87eb73 Remember the list of archive files created in 'make_distribution()'. by Greg Ward · 25 years ago
  35. d8dfb4c Renamed 'native_path()' to 'convert_path()'. by Greg Ward · 25 years ago
  36. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 25 years ago
  37. e5b267c Patch from Andrew Kuchling: prune out the build and source distribution by Greg Ward · 25 years ago
  38. fcd974e Normalized all the end-of-class lines. by Greg Ward · 25 years ago
  39. 839d532 Supply short form for --manifest-only (-o) and --force-manifest (-f) options. by Greg Ward · 25 years ago
  40. 1b8e1d4 Harry Henry Gebel: Fix 'sdist.write_manifest()' to respect the value of dry_run. by Greg Ward · 25 years ago
  41. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 25 years ago
  42. 6a9a545 Check that 'self.formats' is good early on. by Greg Ward · 25 years ago
  43. 0ae7f76 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. by Greg Ward · 25 years ago
  44. 535f2d9 Fix 'check_metadata()' so it grovels through the distribution's metadata by Greg Ward · 25 years ago
  45. 9d5afa9 Patch from Andrew Kuchling: allow multiple include/exclude patterns by Greg Ward · 25 years ago
  46. 2b9e43f Coerce all paths in the manifest template to the local path syntax with by Greg Ward · 25 years ago
  47. 60908f1 Ditched the unused 'list_only' option. by Greg Ward · 25 years ago
  48. 578c10d Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods by Greg Ward · 25 years ago
  49. 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 25 years ago
  50. 2dc139c Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
  51. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  52. 4840112 Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. by Greg Ward · 25 years ago
  53. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 25 years ago
  54. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 25 years ago
  55. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 25 years ago
  56. a82122b The 'sdist' command to create a source distribution. This is derived from the by Greg Ward · 25 years ago