| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | upgraded distutils docs w.r.t. the manifest regeneration | Tarek Ziadé | 2010-05-17 | 1 | -1/+2 |
| | | |||||
| * | Fixed #8688: Distutils now recalculates MANIFEST everytime. | Tarek Ziadé | 2010-05-17 | 1 | -57/+25 |
| | | |||||
| * | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 1 | -4/+5 |
| | | |||||
| * | #6516 added owner/group support for tarfiles in Distutils | Tarek Ziadé | 2009-10-02 | 1 | -1/+8 |
| | | |||||
| * | #6041: sdist and register now use the check command. No more duplicate code ↵ | Tarek Ziadé | 2009-05-16 | 1 | -32/+24 |
| | | | | | for metadata checking | ||||
| * | pep8-fied distutils.command.sdist + more tests | Tarek Ziadé | 2009-05-14 | 1 | -43/+16 |
| | | |||||
| * | more test coverage for distutils sdist command | Tarek Ziadé | 2009-05-14 | 1 | -4/+3 |
| | | |||||
| * | fixed the data_files inclusion behavior | Tarek Ziadé | 2009-02-17 | 1 | -1/+1 |
| | | |||||
| * | #2279 added the plain path case for data_files | Tarek Ziadé | 2009-02-17 | 1 | -4/+12 |
| | | |||||
| * | Fixed #2279: distutils.sdist.add_defaults now add files listed in ↵ | Tarek Ziadé | 2009-02-16 | 1 | -1/+21 |
| | | | | | package_data and data_files | ||||
| * | Fixed #1885: --formats=tar,gztar was not working properly in the sdist command | Tarek Ziadé | 2009-01-25 | 1 | -0/+4 |
| | | |||||
| * | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 1 | -2/+0 |
| | | |||||
| * | using clearer syntax | Tarek Ziadé | 2009-01-04 | 1 | -2/+7 |
| | | |||||
| * | fixed #1702551: distutils sdist was not pruning VCS directories under win32 | Tarek Ziadé | 2009-01-04 | 1 | -1/+7 |
| | | |||||
| * | #1725737: ignore other VC directories other than CVS and SVN's too. | Georg Brandl | 2008-03-06 | 1 | -2/+2 |
| | | |||||
| * | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| | | |||||
| * | Close manifest file. | Andrew M. Kuchling | 2008-02-21 | 1 | -0/+1 |
| | | | | | This change doesn't make any difference to CPython, but is a necessary fix for Jython. | ||||
| * | Make dist_files a triple, with the Python target version included, | Martin v. Löwis | 2005-03-23 | 1 | -1/+1 |
| | | | | | so that bdist_wininst can specify 'any'. | ||||
| * | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+1 |
| | | | | | outputs with the distribution object. | ||||
| * | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
| | | |||||
| * | SF patch 959726: sdist versus SVN | Tim Peters | 2004-05-31 | 1 | -2/+2 |
| | | | | | The disutils sdist command now ignores .svn directories. | ||||
| * | make sure the default manifest generation includes files identified as | Fred Drake | 2004-03-25 | 1 | -0/+4 |
| | | | | | | scripts closes SF bug 796042 | ||||
| * | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
| | | | | | suggested by PEP 291. | ||||
| * | Remove 'created by' lines; people can use CVS for this, and the information ↵ | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
| | | | | | is often out of date | ||||
| * | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -26/+11 |
| | | | | | | | | | | | | | | | | This is a conservative version of SF patch 504889. It uses the log module instead of calling print in various places, and it ignores the verbose argument passed to many functions and set as an attribute on some objects. Instead, it uses the verbosity set on the logger via the command line. The log module is now preferred over announce() and warn() methods that exist only for backwards compatibility. XXX This checkin changes a lot of modules that have no test suite and aren't exercised by the Python build process. It will need substantial testing. | ||||
| * | 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 |
| | | | | | with the bdist_* commands. | ||||
| * | 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 |
| | | | | | | | - 'mkpath()' the distribution dir in case of empty manifest - warn if empty manifest - detect, warn about, and skip non-regular files in manifest | ||||
| * | Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a | Greg Ward | 2000-09-06 | 1 | -7/+8 |
| | | | | | | bug to boot: now works even if both MANIFEST and MANIFEST.in don't exist. Don't hardcode setup.py, use 'self.distribution.script_name'. | ||||
| * | Added 'script_name' and 'script_args' instance attributes to Distribution. | Greg Ward | 2000-08-29 | 1 | -1/+4 |
| | | | | | | | | | Changed 'core.setup()' so it sets them to reasonable defaults. Tweaked how the "usage" string is generated: 'core' now provides 'gen_usage()', which is used instead of 'USAGE'. Modified "build_py" and "sdist" commands to refer to 'self.distribution.script_name' rather than 'sys.argv[0]'. | ||||
| * | Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of | Greg Ward | 2000-08-22 | 1 | -2/+0 |
| | | | | | in archive_util.py. | ||||
| * | 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 |
| | | | | | | mere warnings. Call 'findall()' on our FileList object before we start using it seriously. | ||||
| * | Replaced 'self.files' with 'self.filelist': now we carry around a FileList | Greg Ward | 2000-07-30 | 1 | -54/+38 |
| | | | | | | instance instead of a list of filenames. Simplifies the "sdist" command only a bit, but should allow greater simplification of FileList. | ||||
| * | The other half of Rene Liebscher's patch to add the Template class, | Greg Ward | 2000-07-30 | 1 | -305/+15 |
| | | | | | | which I renamed to FileList: remove all the file-list-generation code from the sdist command and adapt it to use the new FileList class instead. | ||||
| * | Remove unused 'search_dir()' method. | Greg Ward | 2000-07-27 | 1 | -21/+1 |
| | | | | | Comment tweak. | ||||
| * | Added the --dist-dir option to control where the archive(s) are put; | Greg Ward | 2000-07-05 | 1 | -1/+11 |
| | | | | | defaults to 'dist' (ie. no longer in the distribution root). | ||||
| * | Fixed 'findall()' so it only returns regular files -- no directories. | Greg Ward | 2000-06-29 | 1 | -18/+54 |
| | | | | | | | | | | | | | | Changed 'prune_file_list()' so it also prunes out RCS and CVS directories. Added 'is_regex' parameter to 'select_pattern()', 'exclude_pattern()', and 'translate_pattern()', so that you don't have to be constrained by the simple shell-glob-like pattern language, and can escape into full-blown regexes when needed. Currently this is only available in code -- it's not exposed in the manifest template mini-language. Added 'prune' option (controlled by --prune and --no-prune) to determine whether we call 'prune_file_list()' or not -- it's true by default. Fixed 'negative_opt' -- it was misnamed and not being seen by dist.py. Added --no-defaults to the option table, so it's seen by FancyGetopt. | ||||
| * | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 1 | -18/+17 |
| | | | | | | | | in the module of the command classes that have command-specific help options. This lets us keep the principle of lazily importing the ccompiler module, and also gets away from defining non-methods at class level. | ||||
| * | 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 |
| | | | | | manifest, regenerate the manifest. | ||||
| * | 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 |
| | | | | | | | | | | | template into a new method 'prune_file_list()', called from 'get_file_list()' rather than 'read_manifest()' -- this keeps 'read_manifest()' more general. Deleted the redundant call to 'exclude_pattern()' in 'make_distribution()' -- this had the same intention as 'prune_file_list()', but was incomplete (only pruned the release tree, not the build tree) and in the wrong place (the prune wouldn't be reflected in the manifest file). | ||||
| * | Renamed 'find_defaults()' to 'add_defaults()'. | Greg Ward | 2000-06-08 | 1 | -13/+5 |
| | | | | | Deleted old, commented-out 'exclude_pattern()' method. | ||||
| * | Docstring addition binge. | Greg Ward | 2000-06-08 | 1 | -15/+44 |
| | | |||||
