| Commit message (Expand) | 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 f... | Tarek Ziadé | 2009-05-16 | 1 | -32/+24 |
|
|
| * | 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 package_dat... | Tarek Ziadé | 2009-02-16 | 1 | -1/+21 |
|
|
| * | 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 |
|
|
| * | Make dist_files a triple, with the Python target version included, | Martin v. Löwis | 2005-03-23 | 1 | -1/+1 |
|
|
| * | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+1 |
|
|
| * | 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 |
|
|
| * | make sure the default manifest generation includes files identified as | Fred Drake | 2004-03-25 | 1 | -0/+4 |
|
|
| * | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
| * | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
|
|
| * | 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 |
|
|