summaryrefslogtreecommitdiff
path: root/src/distutils2/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-188/+0
* Merge upstream.Alexis Metaireau2010-08-061-2/+2
|\
| * Changed some files to conform to PEP8Antoine Reversat2010-08-051-2/+2
* | Use VersionPredicate to get the name in depgraph instead of parsing it twice.Alexis Metaireau2010-08-061-2/+1
|/
* One more typo?ric Araujo2010-06-211-1/+1
* fixed docstringsTarek Ziade2010-06-201-11/+6
* Added test case for graph_to_dotJosip Djolonga2010-06-161-4/+1
* finished test cases for generate_graph and dependent_distsJosip Djolonga2010-06-161-0/+5
* Added the module-level docstringsJosip Djolonga2010-06-151-0/+4
* Typo fixJosip Djolonga2010-06-151-1/+1
* Merged with Tarek's workJosip Djolonga2010-06-121-3/+0
|\
| * removed unused variableTarek Ziade2010-05-311-3/+0
* | Finished the documentation for depgraphJosip Djolonga2010-06-121-25/+31
* | Finishing documentation, examples are leftJosip Djolonga2010-06-111-1/+1
* | Removed a hardcoded stringJosip Djolonga2010-06-061-3/+1
* | Finishing support for eggs, the test suite is leftJosip Djolonga2010-06-061-4/+6
* | Added support for zipped eggsJosip Djolonga2010-06-051-32/+33
|/
* small changes, PEP8 complianceJosip Djolonga2010-05-311-11/+9
* added documentationJosip Djolonga2010-05-311-22/+99
* basic dependency graph builderJosip Djolonga2010-05-301-0/+109