| Commit message (Expand) | Author | Age | Files | Lines |
* | Warn instead of crashing because of invalid path in MANIFEST.in (#8286). | Éric Araujo | 2011-09-02 | 1 | -1/+4 |
|
|
* | Fix regression with distutils MANIFEST handing (#11104, #8688). | Éric Araujo | 2011-07-31 | 1 | -19/+29 |
|
|
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | Fix resource warning found manually | Éric Araujo | 2011-04-17 | 1 | -11/+14 |
|
|
* | Merged revisions 84711 via svnmerge from | Éric Araujo | 2010-09-11 | 1 | -1/+1 |
|
|
* | Merged revisions 83993 via svnmerge from | Éric Araujo | 2010-08-14 | 1 | -2/+15 |
|
|
* | Merged revisions 83371,83390 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+1 |
|
|
* | Merged revisions 81263 via svnmerge from | Tarek Ziadé | 2010-05-17 | 1 | -1/+2 |
|
|
* | Merged revisions 81258 via svnmerge from | Tarek Ziadé | 2010-05-17 | 1 | -57/+25 |
|
|
* | Merged revisions 72681 via svnmerge from | Tarek Ziadé | 2009-05-16 | 1 | -32/+24 |
|
|
* | Merged revisions 72624 via svnmerge from | Tarek Ziadé | 2009-05-14 | 1 | -7/+4 |
|
|
* | Merged revisions 72618 via svnmerge from | Tarek Ziadé | 2009-05-14 | 1 | -4/+3 |
|
|
* | Merged revisions 69724 via svnmerge from | Tarek Ziadé | 2009-02-17 | 1 | -1/+1 |
|
|
* | Merged revisions 69710 via svnmerge from | Tarek Ziadé | 2009-02-17 | 1 | -4/+12 |
|
|
* | Merged revisions 69692 via svnmerge from | Tarek Ziadé | 2009-02-16 | 1 | -1/+21 |
|
|
* | Merged revisions 68951 via svnmerge from | Tarek Ziadé | 2009-01-26 | 1 | -0/+4 |
|
|
* | Merged revisions 68167,68276,68292-68293,68344 via svnmerge from | Benjamin Peterson | 2009-01-09 | 1 | -3/+15 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -2/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -0/+1 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -61/+28 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -3/+3 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+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 |
|
|