| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | | | * | | | | | | | | Add fixme comment about dubious return value | ?ric Araujo | 2010-07-30 | 1 | -0/+2 | |
| | | | | | | | |/ / / / / / / | ||||||
| | | | | | | | * | | | | | | | Improved code coverage | Nicolas Cadou | 2010-07-30 | 1 | -0/+6 | |
| | | | | | | * | | | | | | | | Very minor edits to runtests* to remove diff noise between them | ?ric Araujo | 2010-07-30 | 2 | -7/+12 | |
| | | | | | | * | | | | | | | | Remove obsolete comment forgotten in 9830198e7d24 | ?ric Araujo | 2010-07-30 | 1 | -2/+1 | |
| | | | | | | |/ / / / / / / | ||||||
| | | | | | | * | | | | | | | Removed unecessary tempfile use | Nicolas Cadou | 2010-07-30 | 1 | -5/+5 | |
| | | | | | | |/ / / / / / | ||||||
| | | | | | | * | | | | | | changed some encoding declarations to their canonical names, which happens to... | Yannick Gingras | 2010-07-30 | 5 | -5/+5 | |
| | | | | | | * | | | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2 | Yannick Gingras | 2010-07-29 | 2 | -14/+6 | |
| | | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | | | * \ \ \ \ \ | Automated merge with https://bitbucket.org/mtlpython/distutils2 | Nicolas Cadou | 2010-07-29 | 2 | -14/+6 | |
| | | | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | | | | * | | | | | | Improved metadata read/write test and removed unused function | Nicolas Cadou | 2010-07-29 | 2 | -14/+6 | |
| | | | | | | * | | | | | | | | removed commented out code | Yannick Gingras | 2010-07-29 | 1 | -4/+0 | |
| | | | | | | |/ / / / / / / | ||||||
| | | | | * | | | | | | | | | added upload_docs option to upload command | Konrad Delong | 2010-07-22 | 5 | -66/+150 | |
| | | | * | | | | | | | | | | Did some naming changes in install_distinfo | Josip Djolonga | 2010-08-04 | 3 | -16/+12 | |
| | | | | |/ / / / / / / / | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | Added more tests | Josip Djolonga | 2010-07-22 | 5 | -12/+252 | |
| | | | * | | | | | | | | | Some fixes after Eric's suggestions | Josip Djolonga | 2010-07-19 | 3 | -20/+28 | |
| | | | * | | | | | | | | | Merged with tarek | Josip Djolonga | 2010-07-18 | 9 | -120/+354 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | ||||||
| | | | | * | | | | | | | | Fixed the test suite to accomodate the new changes | Josip Djolonga | 2010-07-18 | 3 | -4/+8 | |
| | | | | * | | | | | | | | merged with Tarek's code | Josip Djolonga | 2010-07-18 | 6 | -116/+346 | |
| | | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | pep8 compliance | Josip Djolonga | 2010-07-17 | 1 | -3/+4 | |
| | | | | | * | | | | | | | | changed name from install_dist_info to install_distinfo for consistency | Josip Djolonga | 2010-07-17 | 3 | -152/+198 | |
| | | | | | * | | | | | | | | fixed the writer to handle .pyc files in RECORD | Josip Djolonga | 2010-07-17 | 1 | -11/+13 | |
| | | | | | * | | | | | | | | Replaced install_egg_info with install_dist_info | Josip Djolonga | 2010-07-16 | 4 | -84/+150 | |
| | | | | | * | | | | | | | | Improved the caching functionality of pkgutil, added some docs | Josip Djolonga | 2010-06-24 | 2 | -36/+105 | |
| | | | | | * | | | | | | | | Basic caching support added to pkgutil | Josip Djolonga | 2010-06-22 | 1 | -30/+76 | |
| | * | | | | | | | | | | | | Added firsts bit of work about the installation script. | Alexis Metaireau | 2010-08-06 | 2 | -0/+323 | |
| | * | | | | | | | | | | | | Minor changes: rename predicate to requirements, add some documentation and | Alexis Metaireau | 2010-08-06 | 2 | -4/+5 | |
| | * | | | | | | | | | | | | Index crawling. Raise an exception when no release match the given requirements. | Alexis Metaireau | 2010-08-06 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | Remove property lazy loading for indexes. | Alexis Metaireau | 2010-08-06 | 3 | -62/+34 | |
| | * | | | | | | | | | | | | Document a bit the sources of the pypi mock server. | Alexis Metaireau | 2010-08-06 | 1 | -3/+29 | |
| | * | | | | | | | | | | | | Add more verbose warnings while parsing wrong versions/predicates. | Alexis Metaireau | 2010-08-06 | 1 | -5/+8 | |
| | * | | | | | | | | | | | | Add a way for a version predicate to get back the predicate as a string. | Alexis Metaireau | 2010-08-06 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | Move get_version_predicate to version (instead of index.base) | Alexis Metaireau | 2010-08-06 | 5 | -14/+18 | |
| | * | | | | | | | | | | | | Use VersionPredicate to get the name in depgraph instead of parsing it twice. | Alexis Metaireau | 2010-08-06 | 1 | -2/+1 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Fix the way version predicates are parsed. | Alexis Metaireau | 2010-08-02 | 2 | -2/+10 | |
| | * | | | | | | | | | | | Update the mirror support accordingly with last MvL changes. | Alexis Metaireau | 2010-07-30 | 1 | -5/+2 | |
| | * | | | | | | | | | | | Merge upstream. Fixing conflicts in util.py | Alexis Metaireau | 2010-07-29 | 27 | -1301/+2711 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Typo | Alexis Metaireau | 2010-07-29 | 1 | -1/+1 | |
| | | * | | | | | | | | | | Update the documentation about indexes | Alexis Metaireau | 2010-07-29 | 4 | -20/+11 | |
| | | * | | | | | | | | | | Add cache support for unpack | Alexis Metaireau | 2010-07-29 | 1 | -16/+19 | |
| | | * | | | | | | | | | | Add magic lazyloading for releases and distributions. | Alexis Metaireau | 2010-07-28 | 5 | -39/+102 | |
| | | * | | | | | | | | | | Fix about how metadatas are set in ReleaseInfo | Alexis Metaireau | 2010-07-27 | 1 | -0/+2 | |
| | | * | | | | | | | | | | Add some cache support to the simple index crawler. | Alexis Metaireau | 2010-07-27 | 1 | -1/+4 | |
| | | * | | | | | | | | | | Return a list of ReleaseInfo instead of just names while searching the index. | Alexis Metaireau | 2010-07-27 | 2 | -2/+3 | |
| | | * | | | | | | | | | | Add a way to get the metadatas by downloading and opening archives. | Alexis Metaireau | 2010-07-27 | 2 | -6/+21 | |
| | | * | | | | | | | | | | Add support of python_version in distributions for crawlers. | Alexis Metaireau | 2010-07-27 | 3 | -4/+9 | |
| | | * | | | | | | | | | | Fix some lower/upper case issues about the index crawlers. | Alexis Metaireau | 2010-07-27 | 4 | -13/+13 | |
| | | * | | | | | | | | | | Raise an exception if a project is not found, while querying for releases of | Alexis Metaireau | 2010-07-27 | 1 | -6/+7 | |
| | | * | | | | | | | | | | Add a wrapper around the two client implementations. | Alexis Metaireau | 2010-07-27 | 1 | -0/+89 | |
| | | * | | | | | | | | | | Add an unpack method to distributions. | Alexis Metaireau | 2010-07-26 | 2 | -3/+149 | |
| | | * | | | | | | | | | | Some import stuff for indexes. | Alexis Metaireau | 2010-07-26 | 4 | -10/+18 | |
| | | * | | | | | | | | | | Uniformize client APIs for requesting informations to the indexes. | Alexis Metaireau | 2010-07-24 | 10 | -248/+221 | |
