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