summaryrefslogtreecommitdiff
path: root/src/distutils2/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-360/+0
* Style nitpicks?ric Araujo2010-08-081-1/+0
* Merge from Jeremy?ric Araujo2010-08-081-4/+4
|\
| * Fix typos, spell ?metadata? consistently, update one docstring?ric Araujo2010-07-311-2/+2
| * Change an option name to comply with the style of the other ones?ric Araujo2010-07-131-2/+2
* | Merged with Tarek's repo (again)Jeremy Kloth2010-07-171-2/+1
|\ \ | |/
| * Fix import errors found by pyflakes?ric Araujo2010-07-181-2/+1
* | Removed deprecated and unused check_metadata() method.Jeremy Kloth2010-07-171-8/+0
* | `sdist.add_defaults()` now uses source files from all commands.Jeremy Kloth2010-07-141-41/+4
|/
* Removed bogus uses of sub-commandsJeremy Kloth2010-07-081-11/+3
* Improve imports indentation?ric Araujo2010-06-271-1/+1
* fixed filelist initialization in sdistTarek Ziade2010-05-301-2/+7
* removed --force-manifest in sdist commandTarek Ziade2010-05-171-63/+17
* Refactored the Manifest reader/writer. Extracted partalliy theTarek Ziade2010-05-121-58/+5
* removing the text_file module. TextFile is very complex where one or two rege...Tarek Ziade2010-05-121-12/+19
* bye bye debug moduleTarek Ziad?2010-02-251-2/+0
* refactored DistributionMetadata -- cleaner implementationTarek Ziad?2010-02-241-1/+1
* removed file_utilTarek Ziad?2010-02-221-2/+2
* removed dep_utilTarek Ziad?2010-02-221-5/+5
* removed dir_util callsTarek Ziad?2010-02-221-1/+1
* removed dir_utilTarek Ziad?2010-02-221-3/+18
* refactored sysconfig and other backported modulestarek2010-02-221-2/+6
* renamed distutils to distutils2 -- wow thanks Ropetarek2010-02-211-8/+8
* initial import, now need to rename all 'distutils' to 'distutils2'tarek2010-02-211-0/+485