summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-1/+1
* Issue #27819: Simply default to gztar for sdist formats by default on all pla...Jason R. Coombs2016-08-201-11/+1
* Removed unused imports.Serhiy Storchaka2016-04-251-1/+0
* Issue #19544 and Issue #6516: Restore support for --user and --group paramete...Andrew Kuchling2013-11-151-1/+8
* #18741: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
* Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-031-1/+4
* Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-19/+29
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Fix resource warning found manuallyÉric Araujo2011-04-171-11/+14
* Merged revisions 84711 via svnmerge fromÉric Araujo2010-09-111-1/+1
* Merged revisions 83993 via svnmerge fromÉric Araujo2010-08-141-2/+15
* Merged revisions 83371,83390 via svnmerge fromGeorg Brandl2010-08-011-2/+1
* Merged revisions 81263 via svnmerge fromTarek Ziadé2010-05-171-1/+2
* Merged revisions 81258 via svnmerge fromTarek Ziadé2010-05-171-57/+25
* Merged revisions 72681 via svnmerge fromTarek Ziadé2009-05-161-32/+24
* Merged revisions 72624 via svnmerge fromTarek Ziadé2009-05-141-7/+4
* Merged revisions 72618 via svnmerge fromTarek Ziadé2009-05-141-4/+3
* Merged revisions 69724 via svnmerge fromTarek Ziadé2009-02-171-1/+1
* Merged revisions 69710 via svnmerge fromTarek Ziadé2009-02-171-4/+12
* Merged revisions 69692 via svnmerge fromTarek Ziadé2009-02-161-1/+21
* Merged revisions 68951 via svnmerge fromTarek Ziadé2009-01-261-0/+4
* Merged revisions 68167,68276,68292-68293,68344 via svnmerge fromBenjamin Peterson2009-01-091-3/+15
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-2/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-0/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-61/+28
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-3/+3
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Make dist_files a triple, with the Python target version included,Martin v. Löwis2005-03-231-1/+1
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+1
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* SF patch 959726: sdist versus SVNTim Peters2004-05-311-2/+2
* make sure the default manifest generation includes files identified asFred Drake2004-03-251-0/+4
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-26/+11
* Whitespace normalization.Fred Drake2001-12-061-5/+5
* Call the write_pkg_info methodAndrew M. Kuchling2001-03-221-2/+2
* Untabified.Greg Ward2000-10-141-1/+1
* Standardized whitespace around function calls.Greg Ward2000-09-301-48/+48
* Renamed '--keep-tree' option to '--keep-temp', for consistencyGreg Ward2000-09-251-6/+6
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+3
* Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).Greg Ward2000-09-181-1/+1
* Bullet-proofing of 'make_release_tree()':Greg Ward2000-09-061-6/+14
* Reorganized logic in 'get_file_list()' so it's easier to read, and fixed aGreg Ward2000-09-061-7/+8
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-291-1/+4
* Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care ofGreg Ward2000-08-221-2/+0
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-051-10/+8
* Catch syntax errors from processing template lines and turn them intoGreg Ward2000-07-301-2/+9
* Replaced 'self.files' with 'self.filelist': now we carry around a FileListGreg Ward2000-07-301-54/+38
* The other half of Rene Liebscher's patch to add the Template class,Greg Ward2000-07-301-305/+15