| Commit message (Expand) | Author | Age | Files | Lines |
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -26/+11 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -5/+5 |
|
|
* | Call the write_pkg_info method | Andrew M. Kuchling | 2001-03-22 | 1 | -2/+2 |
|
|
* | Untabified. | Greg Ward | 2000-10-14 | 1 | -1/+1 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -48/+48 |
|
|
* | Renamed '--keep-tree' option to '--keep-temp', for consistency | Greg Ward | 2000-09-25 | 1 | -6/+6 |
|
|
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+3 |
|
|
* | Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). | Greg Ward | 2000-09-18 | 1 | -1/+1 |
|
|
* | Bullet-proofing of 'make_release_tree()': | Greg Ward | 2000-09-06 | 1 | -6/+14 |
|
|
* | Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a | Greg Ward | 2000-09-06 | 1 | -7/+8 |
|
|
* | Added 'script_name' and 'script_args' instance attributes to Distribution. | Greg Ward | 2000-08-29 | 1 | -1/+4 |
|
|
* | Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of | Greg Ward | 2000-08-22 | 1 | -2/+0 |
|
|
* | Fixed imports from '*util' modules to not just import everything from util. | Greg Ward | 2000-08-05 | 1 | -10/+8 |
|
|
* | Catch syntax errors from processing template lines and turn them into | Greg Ward | 2000-07-30 | 1 | -2/+9 |
|
|
* | Replaced 'self.files' with 'self.filelist': now we carry around a FileList | Greg Ward | 2000-07-30 | 1 | -54/+38 |
|
|
* | The other half of Rene Liebscher's patch to add the Template class, | Greg Ward | 2000-07-30 | 1 | -305/+15 |
|
|
* | Remove unused 'search_dir()' method. | Greg Ward | 2000-07-27 | 1 | -21/+1 |
|
|
* | Added the --dist-dir option to control where the archive(s) are put; | Greg Ward | 2000-07-05 | 1 | -1/+11 |
|
|
* | Fixed 'findall()' so it only returns regular files -- no directories. | Greg Ward | 2000-06-29 | 1 | -18/+54 |
|
|
* | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 1 | -18/+17 |
|
|
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 1 | -2/+2 |
|
|
* | Fix inspired by Rene Liebscher: if setup script is newer than the | Greg Ward | 2000-06-21 | 1 | -3/+26 |
|
|
* | Include setup.cfg in the list of default files to distribute. | Greg Ward | 2000-06-08 | 1 | -1/+5 |
|
|
* | Moved the code that prunes the file list after reading the manifest | Greg Ward | 2000-06-08 | 1 | -9/+14 |
|
|
* | Renamed 'find_defaults()' to 'add_defaults()'. | Greg Ward | 2000-06-08 | 1 | -13/+5 |
|
|
* | Docstring addition binge. | Greg Ward | 2000-06-08 | 1 | -15/+44 |
|
|
* | Docstring reformatting binge. | Greg Ward | 2000-06-08 | 1 | -28/+23 |
|
|
* | Cosmetic tweaks to imports, the 'show_formats()' function, and the | Greg Ward | 2000-06-08 | 1 | -11/+19 |
|
|
* | Made all debug output go through the 'debug_print()' method instead of | Greg Ward | 2000-06-08 | 1 | -75/+90 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -2/+17 |
|
|
* | Use 'ensure_string_list()' for 'formats' option, so that it can be | Greg Ward | 2000-06-04 | 1 | -2/+1 |
|
|
* | Remember the list of archive files created in 'make_distribution()'. | Greg Ward | 2000-06-01 | 1 | -1/+13 |
|
|
* | Renamed 'native_path()' to 'convert_path()'. | Greg Ward | 2000-05-31 | 1 | -5/+5 |
|
|
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -4/+4 |
|
|
* | Patch from Andrew Kuchling: prune out the build and source distribution | Greg Ward | 2000-05-27 | 1 | -0/+7 |
|
|
* | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
* | Supply short form for --manifest-only (-o) and --force-manifest (-f) | Greg Ward | 2000-04-26 | 1 | -2/+2 |
|
|
* | Harry Henry Gebel: | Greg Ward | 2000-04-26 | 1 | -5/+5 |
|
|
* | Harry Henry Gebel: | Greg Ward | 2000-04-25 | 1 | -2/+1 |
|
|
* | Check that 'self.formats' is good early on. | Greg Ward | 2000-04-22 | 1 | -3/+8 |
|
|
* | Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. | Greg Ward | 2000-04-22 | 1 | -1/+1 |
|
|
* | Fix 'check_metadata()' so it grovels through the distribution's metadata | Greg Ward | 2000-04-21 | 1 | -6/+6 |
|
|
* | Patch from Andrew Kuchling: allow multiple include/exclude patterns | Greg Ward | 2000-04-21 | 1 | -48/+55 |
|
|
* | Coerce all paths in the manifest template to the local path syntax with | Greg Ward | 2000-04-14 | 1 | -7/+7 |
|
|
* | Ditched the unused 'list_only' option. | Greg Ward | 2000-04-09 | 1 | -3/+4 |
|
|
* | Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods | Greg Ward | 2000-03-31 | 1 | -52/+19 |
|
|
* | Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util | Greg Ward | 2000-03-29 | 1 | -53/+4 |
|
|
* | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-18 | 1 | -16/+2 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
|
|
* | Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. | Greg Ward | 2000-02-24 | 1 | -0/+1 |
|
|