summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | | | Add fixme comment about dubious return value?ric Araujo2010-07-301-0/+2
| | | | | | | |/ / / / / / /
| | | | | | | * | | | | | | Improved code coverageNicolas Cadou2010-07-301-0/+6
| | | | | | * | | | | | | | Very minor edits to runtests* to remove diff noise between them?ric Araujo2010-07-302-7/+12
| | | | | | * | | | | | | | Remove obsolete comment forgotten in 9830198e7d24?ric Araujo2010-07-301-2/+1
| | | | | | |/ / / / / / /
| | | | | | * | | | | | | Removed unecessary tempfile useNicolas Cadou2010-07-301-5/+5
| | | | | | |/ / / / / /
| | | | | | * | | | | | changed some encoding declarations to their canonical names, which happens to...Yannick Gingras2010-07-305-5/+5
| | | | | | * | | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2Yannick Gingras2010-07-292-14/+6
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ Automated merge with https://bitbucket.org/mtlpython/distutils2Nicolas Cadou2010-07-292-14/+6
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | Improved metadata read/write test and removed unused functionNicolas Cadou2010-07-292-14/+6
| | | | | | * | | | | | | | removed commented out codeYannick Gingras2010-07-291-4/+0
| | | | | | |/ / / / / / /
| | | | * | | | | | | | | added upload_docs option to upload commandKonrad Delong2010-07-225-66/+150
| | | * | | | | | | | | | Did some naming changes in install_distinfoJosip Djolonga2010-08-043-16/+12
| | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Added more testsJosip Djolonga2010-07-225-12/+252
| | | * | | | | | | | | Some fixes after Eric's suggestionsJosip Djolonga2010-07-193-20/+28
| | | * | | | | | | | | Merged with tarekJosip Djolonga2010-07-189-120/+354
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | | * | | | | | | | Fixed the test suite to accomodate the new changesJosip Djolonga2010-07-183-4/+8
| | | | * | | | | | | | merged with Tarek's codeJosip Djolonga2010-07-186-116/+346
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | pep8 complianceJosip Djolonga2010-07-171-3/+4
| | | | | * | | | | | | | changed name from install_dist_info to install_distinfo for consistencyJosip Djolonga2010-07-173-152/+198
| | | | | * | | | | | | | fixed the writer to handle .pyc files in RECORDJosip Djolonga2010-07-171-11/+13
| | | | | * | | | | | | | Replaced install_egg_info with install_dist_infoJosip Djolonga2010-07-164-84/+150
| | | | | * | | | | | | | Improved the caching functionality of pkgutil, added some docsJosip Djolonga2010-06-242-36/+105
| | | | | * | | | | | | | Basic caching support added to pkgutilJosip Djolonga2010-06-221-30/+76
| * | | | | | | | | | | | Added firsts bit of work about the installation script.Alexis Metaireau2010-08-062-0/+323
| * | | | | | | | | | | | Minor changes: rename predicate to requirements, add some documentation andAlexis Metaireau2010-08-062-4/+5
| * | | | | | | | | | | | Index crawling. Raise an exception when no release match the given requirements.Alexis Metaireau2010-08-061-1/+4
| * | | | | | | | | | | | Remove property lazy loading for indexes.Alexis Metaireau2010-08-063-62/+34
| * | | | | | | | | | | | Document a bit the sources of the pypi mock server.Alexis Metaireau2010-08-061-3/+29
| * | | | | | | | | | | | Add more verbose warnings while parsing wrong versions/predicates.Alexis Metaireau2010-08-061-5/+8
| * | | | | | | | | | | | Add a way for a version predicate to get back the predicate as a string.Alexis Metaireau2010-08-061-0/+4
| * | | | | | | | | | | | Move get_version_predicate to version (instead of index.base)Alexis Metaireau2010-08-065-14/+18
| * | | | | | | | | | | | Use VersionPredicate to get the name in depgraph instead of parsing it twice.Alexis Metaireau2010-08-061-2/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | Fix the way version predicates are parsed.Alexis Metaireau2010-08-022-2/+10
| * | | | | | | | | | | Update the mirror support accordingly with last MvL changes.Alexis Metaireau2010-07-301-5/+2
| * | | | | | | | | | | Merge upstream. Fixing conflicts in util.pyAlexis Metaireau2010-07-2927-1301/+2711
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | TypoAlexis Metaireau2010-07-291-1/+1
| | * | | | | | | | | | Update the documentation about indexesAlexis Metaireau2010-07-294-20/+11
| | * | | | | | | | | | Add cache support for unpackAlexis Metaireau2010-07-291-16/+19
| | * | | | | | | | | | Add magic lazyloading for releases and distributions.Alexis Metaireau2010-07-285-39/+102
| | * | | | | | | | | | Fix about how metadatas are set in ReleaseInfoAlexis Metaireau2010-07-271-0/+2
| | * | | | | | | | | | Add some cache support to the simple index crawler.Alexis Metaireau2010-07-271-1/+4
| | * | | | | | | | | | Return a list of ReleaseInfo instead of just names while searching the index.Alexis Metaireau2010-07-272-2/+3
| | * | | | | | | | | | Add a way to get the metadatas by downloading and opening archives.Alexis Metaireau2010-07-272-6/+21
| | * | | | | | | | | | Add support of python_version in distributions for crawlers.Alexis Metaireau2010-07-273-4/+9
| | * | | | | | | | | | Fix some lower/upper case issues about the index crawlers.Alexis Metaireau2010-07-274-13/+13
| | * | | | | | | | | | Raise an exception if a project is not found, while querying for releases ofAlexis Metaireau2010-07-271-6/+7
| | * | | | | | | | | | Add a wrapper around the two client implementations.Alexis Metaireau2010-07-271-0/+89
| | * | | | | | | | | | Add an unpack method to distributions.Alexis Metaireau2010-07-262-3/+149
| | * | | | | | | | | | Some import stuff for indexes.Alexis Metaireau2010-07-264-10/+18
| | * | | | | | | | | | Uniformize client APIs for requesting informations to the indexes.Alexis Metaireau2010-07-2410-248/+221