| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -1032/+0 |
| | | |||||
| * | Kill methods that just do string replacement. | ?ric Araujo | 2010-08-16 | 1 | -6/+7 |
| | | | | | | Inspiration taken from the short-lived distutils_refactor branch in the Python Subversion sandbox by Anthony Baxter. | ||||
| * | Hook system improvements. | ?ric Araujo | 2010-08-15 | 1 | -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 Araujo | 2010-08-12 | 1 | -2/+2 |
| | | |||||
| * | Fix some familiar typos and use consistent spellings | ?ric Araujo | 2010-08-09 | 1 | -6/+6 |
| | | |||||
| * | Style nitpicks | ?ric Araujo | 2010-08-08 | 1 | -20/+14 |
| | | |||||
| * | Merge from Jeremy | ?ric Araujo | 2010-08-08 | 1 | -61/+61 |
| |\ | |||||
| | * | Some pep8 and pychecker improvements | ?ric Araujo | 2010-08-06 | 1 | -25/+22 |
| | | | |||||
| | * | Branch merge | ?ric Araujo | 2010-08-06 | 1 | -20/+11 |
| | |\ | |||||
| | | * | Merges changes | Antoine Reversat | 2010-08-05 | 1 | -16/+30 |
| | | |\ | |||||
| | | | * | removed conditional import on 'warnings' | Yannick Gingras | 2010-08-05 | 1 | -9/+2 |
| | | | | | |||||
| | | * | | Changed some files to conform to PEP8 | Antoine Reversat | 2010-08-05 | 1 | -14/+11 |
| | | | | | |||||
| | * | | | Remove obsolete comment | ?ric Araujo | 2010-08-06 | 1 | -6/+1 |
| | | |/ | |/| | |||||
| | * | | Add command post-hooks | Konrad Delong | 2010-08-05 | 1 | -6/+27 |
| | | | | |||||
| | * | | Fix typos, spell ?metadata? consistently, update one docstring | ?ric Araujo | 2010-07-31 | 1 | -1/+1 |
| | | | | |||||
| | * | | Remove obsolete comment forgotten in 9830198e7d24 | ?ric Araujo | 2010-07-30 | 1 | -2/+1 |
| | |/ | |||||
| | * | removed commented out code | Yannick Gingras | 2010-07-29 | 1 | -4/+0 |
| | | | |||||
| * | | `sdist.add_defaults()` now uses source files from all commands. | Jeremy Kloth | 2010-07-14 | 1 | -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 branches | Tarek Ziade | 2010-07-04 | 1 | -1/+1 |
| |\ | |||||
| | * | merge upstream | Alexis Metaireau | 2010-07-03 | 1 | -34/+34 |
| | |\ | |||||
| | * \ | merged upstream | Konrad Delong | 2010-06-05 | 1 | -3/+3 |
| | |\ \ | |||||
| | * | | | fixing typos while reading | Alexis Metaireau | 2010-05-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | [mq]: core.py, dist.py modified to include use_2to3, convert_2to3_doctests | Zubin Mithra | 2010-07-04 | 1 | -10/+12 |
| | |_|/ |/| | | |||||
| * | | | Remove redundant conversions | ?ric Araujo | 2010-06-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Improve imports indentation | ?ric Araujo | 2010-06-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | s/klass/cls/g for PEP 8 and PEP 20 compliance | ?ric Araujo | 2010-06-26 | 1 | -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 Araujo | 2010-06-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | Switch from insecure ConfigParser to safe RawConfigParser. | ?ric Araujo | 2010-06-03 | 1 | -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 Ziade | 2010-06-02 | 1 | -3/+3 |
| |/ | |||||
| * | replaced instances of 'classifiers' with 'classifier' | Nicolas Cadou | 2010-03-15 | 1 | -2/+2 |
| | | |||||
| * | bye bye debug module | Tarek Ziad? | 2010-02-25 | 1 | -15/+8 |
| | | |||||
| * | refactored DistributionMetadata -- cleaner implementation | Tarek Ziad? | 2010-02-24 | 1 | -29/+24 |
| | | |||||
| * | fixed imports | Tarek Ziad? | 2010-02-23 | 1 | -5/+1 |
| | | |||||
| * | created a module for metadata matters | Tarek Ziad? | 2010-02-23 | 1 | -227/+1 |
| | | |||||
| * | refactored sysconfig and other backported modules | tarek | 2010-02-22 | 1 | -3/+3 |
| | | |||||
| * | renamed distutils to distutils2 -- wow thanks Rope | tarek | 2010-02-21 | 1 | -22/+22 |
| | | |||||
| * | initial import, now need to rename all 'distutils' to 'distutils2' | tarek | 2010-02-21 | 1 | -0/+1246 |
