summaryrefslogtreecommitdiff
path: root/src/distutils2/index/simple.py
Commit message (Expand)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-434/+0
* Fix a py3k warning, add FIXME notes?ric Araujo2010-08-151-2/+2
* Rename index.IndexesError to DistutilsIndexErrorAlexis Metaireau2010-08-131-2/+2
* Merge upstream.Alexis Metaireau2010-08-061-4/+4
|\
| * Merge from Alexis?ric Araujo2010-08-051-4/+4
* | Move get_version_predicate to version (instead of index.base)Alexis Metaireau2010-08-061-2/+3
|/
* Add magic lazyloading for releases and distributions.Alexis Metaireau2010-07-281-1/+23
* 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-271-1/+2
* Add a way to get the metadatas by downloading and opening archives.Alexis Metaireau2010-07-271-1/+1
* Fix some lower/upper case issues about the index crawlers.Alexis Metaireau2010-07-271-8/+8
* Raise an exception if a project is not found, while querying for releases ofAlexis Metaireau2010-07-271-6/+7
* Some import stuff for indexes.Alexis Metaireau2010-07-261-2/+4
* Uniformize client APIs for requesting informations to the indexes.Alexis Metaireau2010-07-241-44/+57
* Add a way to search for some packages by their names, using the simple index.Alexis Metaireau2010-07-231-16/+37
* XML-RPC client for indexes.Alexis Metaireau2010-07-201-1/+1
* Make a warning if a distribution URL can't be parsed from the simple index.Alexis Metaireau2010-07-211-4/+10
* Fix bad behavior while browsing the simple index.Alexis Metaireau2010-07-211-9/+13
* 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-201-27/+38
* Rename the "pypi" package to "index", refactor index.dist.Alexis Metaireau2010-07-151-0/+345