summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_command_sdist.py
Commit message (Expand)AuthorAgeFilesLines
* Merge fixes for #13901, #11805, #13712 and other improvements?ric Araujo2012-02-051-1/+0
|\
| * Improve one test, remove a setuptoolism in another?ric Araujo2012-02-051-1/+0
* | Branch merge?ric Araujo2011-11-201-39/+11
|\ \ | |/ |/|
| * Ye olde merge.?ric Araujo2011-11-121-42/+30
| |\
| * | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-24/+6
* | | Move copies of stdlib test code from tests.__init__ to runtests.?ric Araujo2011-11-151-2/+9
| |/ |/|
* | Minor assorted cleanups.?ric Araujo2011-11-121-25/+22
* | Change signature of tests.support.LoggingCatcher.get_logs.?ric Araujo2011-11-121-12/+9
|/
* Always use backported tarfile?ric Araujo2011-09-241-1/+1
* Remove display options (--name, etc.) from the Distribution class.?ric Araujo2011-09-191-1/+1
* Fix backport changesets part 3: backported modules.?ric Araujo2011-09-181-1/+2
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-16/+28
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-16/+22
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-105/+72
* Merging the resource branch !Alexis Metaireau2011-02-131-5/+3
|\
| * Use lazy form in logging calls, again.?ric Araujo2011-02-101-5/+3
* | No file that does not exists can be present in distribution.data_files.FELD Boris2011-01-301-1/+0
* | Merge with upstream and update some unittest to the new data-files implementa...FELD Boris2011-01-291-5/+5
|/
* avoid inclusion of README or test/*.pyGodefroid Chapelle2011-01-281-6/+4
* fixed #11038. Add strict parameter to metadata.check() and use the strict mod...Gael Pasgrimaud2011-01-281-1/+1
* Don?t use a deprecated name?ric Araujo2010-12-091-2/+2
* passing the distribution object as well.Tarek Ziade2010-11-071-1/+1
* added the manifest_builders optionTarek Ziade2010-11-071-0/+11
* finished the removal of the log moduleTarek Ziade2010-11-051-3/+3
* removed core.pyTarek Ziade2010-10-251-1/+1
* now sdist uses the extra_files option from setup.cfg, and the Distribution ob...Tarek Ziade2010-10-171-1/+15
* Rename command's tests filenames to test_command_*, and install_tools.py to i...Alexis Metaireau2010-10-041-0/+422