summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
* #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-021-1/+4
* Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-19/+29
* Fix file handle leakÉric Araujo2011-05-011-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
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-171-1/+2
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-171-57/+25
* massive import cleaning in DistutilsTarek Ziadé2009-12-211-4/+5
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-021-1/+8
* #6041: sdist and register now use the check command. No more duplicate code f...Tarek Ziadé2009-05-161-32/+24
* pep8-fied distutils.command.sdist + more testsTarek Ziadé2009-05-141-43/+16
* more test coverage for distutils sdist commandTarek Ziadé2009-05-141-4/+3
* fixed the data_files inclusion behaviorTarek Ziadé2009-02-171-1/+1
* #2279 added the plain path case for data_filesTarek Ziadé2009-02-171-4/+12
* Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...Tarek Ziadé2009-02-161-1/+21
* Fixed #1885: --formats=tar,gztar was not working properly in the sdist commandTarek Ziadé2009-01-251-0/+4
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-251-2/+0
* using clearer syntaxTarek Ziadé2009-01-041-2/+7
* fixed #1702551: distutils sdist was not pruning VCS directories under win32Tarek Ziadé2009-01-041-1/+7
* #1725737: ignore other VC directories other than CVS and SVN's too.Georg Brandl2008-03-061-2/+2
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Close manifest file.Andrew M. Kuchling2008-02-211-0/+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
* Remove unused 'search_dir()' method.Greg Ward2000-07-271-21/+1
* Added the --dist-dir option to control where the archive(s) are put;Greg Ward2000-07-051-1/+11
* Fixed 'findall()' so it only returns regular files -- no directories.Greg Ward2000-06-291-18/+54
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-241-18/+17