summaryrefslogtreecommitdiff
path: root/src/distutils2/dist.py
Commit message (Collapse)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-1032/+0
|
* Kill methods that just do string replacement.?ric Araujo2010-08-161-6/+7
| | | | | Inspiration taken from the short-lived distutils_refactor branch in the Python Subversion sandbox by Anthony Baxter.
* Hook system improvements.?ric Araujo2010-08-151-9/+30
| | | | | | | | - Tweak some comments/docstrings. - Allow giving callables as hooks in addition to dotted names. - Don?t let errors pass silently (possibly needs an option). - Add two tests from Konrad. - Simplify tests.
* Merge from Konrad, minus trailing spaces and plus renaming?ric Araujo2010-08-121-2/+2
|
* Fix some familiar typos and use consistent spellings?ric Araujo2010-08-091-6/+6
|
* Style nitpicks?ric Araujo2010-08-081-20/+14
|
* Merge from Jeremy?ric Araujo2010-08-081-61/+61
|\
| * Some pep8 and pychecker improvements?ric Araujo2010-08-061-25/+22
| |
| * Branch merge?ric Araujo2010-08-061-20/+11
| |\
| | * Merges changesAntoine Reversat2010-08-051-16/+30
| | |\
| | | * removed conditional import on 'warnings'Yannick Gingras2010-08-051-9/+2
| | | |
| | * | Changed some files to conform to PEP8Antoine Reversat2010-08-051-14/+11
| | | |
| * | | Remove obsolete comment?ric Araujo2010-08-061-6/+1
| | |/ | |/|
| * | Add command post-hooksKonrad Delong2010-08-051-6/+27
| | |
| * | Fix typos, spell ?metadata? consistently, update one docstring?ric Araujo2010-07-311-1/+1
| | |
| * | Remove obsolete comment forgotten in 9830198e7d24?ric Araujo2010-07-301-2/+1
| |/
| * removed commented out codeYannick Gingras2010-07-291-4/+0
| |
* | `sdist.add_defaults()` now uses source files from all commands.Jeremy Kloth2010-07-141-32/+42
|/ | | | | | Updated `sdist` to use `get_source_files()` from all possible commands instead of the hard-coded subset of commands. This should help eliminate some required uses of `MANIFEST.in`.
* merged Alexis/Konrad branchesTarek Ziade2010-07-041-1/+1
|\
| * merge upstreamAlexis Metaireau2010-07-031-34/+34
| |\
| * \ merged upstreamKonrad Delong2010-06-051-3/+3
| |\ \
| * | | fixing typos while readingAlexis Metaireau2010-05-271-1/+1
| | | |
* | | | [mq]: core.py, dist.py modified to include use_2to3, convert_2to3_doctestsZubin Mithra2010-07-041-10/+12
| |_|/ |/| |
* | | Remove redundant conversions?ric Araujo2010-06-301-1/+1
| | |
* | | Improve imports indentation?ric Araujo2010-06-271-1/+1
| | |
* | | s/klass/cls/g for PEP 8 and PEP 20 compliance?ric Araujo2010-06-261-26/+26
| | | | | | | | | | | | | | | The preferred name for an object that is a class is cls. Beautiful is better than ugly.
* | | Rename a method for greater consistency?ric Araujo2010-06-061-2/+2
| | |
* | | Switch from insecure ConfigParser to safe RawConfigParser.?ric Araujo2010-06-031-4/+4
| |/ |/| | | | | | | The doc never said interpolation was available, and all tests still pass, so there's no compatibility problems.
* | moving cmd.py into command/Tarek Ziade2010-06-021-3/+3
|/
* replaced instances of 'classifiers' with 'classifier'Nicolas Cadou2010-03-151-2/+2
|
* bye bye debug moduleTarek Ziad?2010-02-251-15/+8
|
* refactored DistributionMetadata -- cleaner implementationTarek Ziad?2010-02-241-29/+24
|
* fixed importsTarek Ziad?2010-02-231-5/+1
|
* created a module for metadata mattersTarek Ziad?2010-02-231-227/+1
|
* refactored sysconfig and other backported modulestarek2010-02-221-3/+3
|
* renamed distutils to distutils2 -- wow thanks Ropetarek2010-02-211-22/+22
|
* initial import, now need to rename all 'distutils' to 'distutils2'tarek2010-02-211-0/+1246