| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Start a branch to provide Distutils2 for Python 3. | ?ric Araujo | 2011-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | This codebase is compatible with 3.1, 3.2 and 3.3. It was converted with 2to3 and a semi-automated diff/merge with packaging in 3.3 to fix some idioms. We?ve now come full circle from 2.x to 3.x to 2.x to 3.x again :) Starting from now, contributors can make patches for packaging (preferred, as the stdlib?s regrtest is very useful), distutils2 or distutils-python3, and we?ll make patches flow between versions. | ||||
| * | Fix backport changesets part 2: tests | ?ric Araujo | 2011-09-18 | 1 | -11/+11 |
| | | |||||
| * | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -63/+61 |
| | | |||||
| * | Added a repr test for depgraph | Antoine Reversat | 2010-12-08 | 1 | -0/+10 |
| | | |||||
| * | Add test for graph_to_dot(), with disconnected=True. | Christian Hudon | 2010-12-08 | 1 | -0/+61 |
| | | |||||
| * | finished the removal of the log module | Tarek Ziade | 2010-11-05 | 1 | -0/+1 |
| | | |||||
| * | make sure depgraph don't choke on irrational installed versions | Tarek Ziade | 2010-10-03 | 1 | -2/+33 |
| | | |||||
| * | make depgraph.main print out the dependencies in the standard output - ↵ | Tarek Ziade | 2010-10-03 | 1 | -4/+25 |
| | | | | | outputing a dot file is done via -d | ||||
| * | Merge fixes from jkloth | ?ric Araujo | 2010-10-01 | 1 | -2/+1 |
| |\ | |||||
| | * | refactored unittest import logic to improve accuracy of the coverage measurement | Yannick Gingras | 2010-09-30 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | The unittest module is selectively imported from the standard library if we're running with a Python >= 3.2 or from and external library otherwise. This logic was moved from distutils2.test.support to distutils2.tests because the former module also imports various modules from distutils2, which would skew the coverage measurement because the definitions in those module would run before the instrumentation had a chance to be started. | ||||
| * | | Fixed test error involving pkgutil's caching | Jeremy Kloth | 2010-10-01 | 1 | -0/+2 |
| |/ | |||||
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -0/+187 |
