summaryrefslogtreecommitdiff
path: root/distutils2/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
* Branch merge?ric Araujo2011-11-201-4/+4
|\
| * Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-4/+4
* | Remove 'verbose' arguments, obsoleted by logging?ric Araujo2011-11-151-3/+2
|/
* Fix backport changesets part 3: backported modules.?ric Araujo2011-09-181-2/+2
* Fix the backport fixes.?ric Araujo2011-09-181-4/+4
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-1/+1
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-57/+52
* Merge Kelsey?s edits with mine?ric Araujo2011-02-101-1/+1
|\
| * Fixing logging strings; improve lower-case consistencyKelsey Hightower2011-02-091-1/+1
* | Use lazy form in logging calls, again.?ric Araujo2011-02-101-8/+4
|/
* merged + fixed tests : now README is to be added explicitely in extra_filesTarek Ziade2011-01-291-30/+1
|\
| * avoid inclusion of README or test/*.pyGodefroid Chapelle2011-01-281-29/+0
* | Allow to have more than one file in description-file. Also check that those f...Gael Pasgrimaud2011-01-281-1/+8
|/
* Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-171-2/+1
* now distutils2 uses set_command to set its own commandsTarek Ziade2010-11-131-1/+2
* passing the distribution object as well.Tarek Ziade2010-11-071-1/+1
* added the manifest_builders optionTarek Ziade2010-11-071-2/+30
* finished the removal of the log moduleTarek Ziade2010-11-051-5/+5
* 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-15/+5
* removed the __revision__ tag, that are specific to SVNTarek Ziade2010-10-041-1/+0
* removed setup.py from the list of files included by default, and make sure th...Tarek Ziade2010-10-021-5/+7
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+360