summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | | | | 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-222-0/+40
| | | * | | | | | | | | 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-192-18/+25
| | | * | | | | | | | Merged with tarekJosip Djolonga2010-07-188-120/+344
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | | * | | | | | | Fixed the test suite to accomodate the new changesJosip Djolonga2010-07-183-4/+8
| | | | * | | | | | | merged with Tarek's codeJosip Djolonga2010-07-185-116/+336
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | 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-241-36/+95
| | | | | * | | | | | | 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-061-30/+22
| * | | | | | | | | | | 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-2920-1105/+2273
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | * | | | | | | | | TypoAlexis Metaireau2010-07-291-1/+1
| | * | | | | | | | | Update the documentation about indexesAlexis Metaireau2010-07-291-2/+3
| | * | | | | | | | | 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-247-216/+180
| | * | | | | | | | | Add a way to search for some packages by their names, using the simple index.Alexis Metaireau2010-07-233-16/+51
| | * | | | | | | | | XML-RPC client for indexes.Alexis Metaireau2010-07-206-33/+563
| | * | | | | | | | | Pass attribute keys instead of Metadata fields.Alexis Metaireau2010-07-211-2/+5
| | * | | | | | | | | Make a warning if a distribution URL can't be parsed from the simple index.Alexis Metaireau2010-07-212-6/+12
| | * | | | | | | | | Rename metadata `from_dict` argument and method to `mapping` and `update`.Alexis Metaireau2010-07-211-8/+22
| | * | | | | | | | | Fix bad behavior while browsing the simple index.Alexis Metaireau2010-07-213-12/+25
| | * | | | | | | | | Fix some try/except clauses in index.simple (now catchs socket timeouts too)Alexis Metaireau2010-07-211-33/+37
| | * | | | | | | | | Updated mirror support for indexes.Alexis Metaireau2010-07-203-28/+94