summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_sdist.py
Commit message (Expand)AuthorAgeFilesLines
* #6041: sdist and register now use the check command. No more duplicate code f...Tarek Ziadé2009-05-161-4/+35
* pep8-fied distutils.command.sdist + more testsTarek Ziadé2009-05-141-1/+23
* more test coverage for distutils sdist commandTarek Ziadé2009-05-141-0/+14
* making sdist and config test silentsTarek Ziadé2009-03-311-1/+1
* Fixed #5316 : test failure in test_siteTarek Ziadé2009-02-251-4/+2
* fixed the data_files inclusion behaviorTarek Ziadé2009-02-171-2/+6
* #2279 added the plain path case for data_filesTarek Ziadé2009-02-171-3/+11
* #2279: use os.sep so the MANIFEST file test work on win32Tarek Ziadé2009-02-161-6/+6
* Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...Tarek Ziadé2009-02-161-42/+95
* Fix for #5257: refactored all tests in distutils, so they use a temporary dir...Tarek Ziadé2009-02-141-29/+21
* fixed test_make_distribution so it runs on any platform, as long as tar an gz...Tarek Ziadé2009-01-291-9/+6
* Fixed #1885: --formats=tar,gztar was not working properly in the sdist commandTarek Ziadé2009-01-251-11/+66
* fixed #1702551: distutils sdist was not pruning VCS directories under win32Tarek Ziadé2009-01-041-0/+110