aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/server.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed two issues for Python 2.4 compatibility. Tests now run again on Python 2.40.6.26Jason R. Coombs2012-04-081-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : c6dc5ce8070ec42190d4d8eb6af28523d447f962
* Removed bind_and_activate parameters (not compatible with Python 2.4Jason R. Coombs2012-04-081-8/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : bf2288bbb5fccc4aad0b8a09f5a444e0246c412e
* Add requests to the instance, so it's always available even if no requests ↵Jason R. Coombs2012-04-071-0/+1
| | | | | | | | were made. --HG-- branch : distribute extra : rebase_source : b4bf42ec3470eda7ccef8e05aaf1944b450cf5e9
* Improved the MockServer so it now more effectively handles multiple requests ↵Jason R. Coombs2012-04-071-5/+5
| | | | | | | | | | (as any index server really must). Test now more accurately captures the working scenario. --HG-- branch : distribute extra : rebase_source : 8ee0afdd95219047e4700b85356792f6128b1fd8
* Add test to capture issue 227Jason R. Coombs2012-04-011-0/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : 6a829eb08499c0b7a83dd653fb039b8695620fb0
* Started work on a Mock server that doesn't require a file system to back it.Jason R. Coombs2012-04-011-0/+17
| | | | | | --HG-- branch : distribute extra : rebase_source : feac8d802a8f574124fffab8c6c22d218b61987c
* Cleaned up simulated index server, expanding documentation.Jason R. Coombs2012-04-011-11/+18
| | | | | | --HG-- branch : distribute extra : rebase_source : b479cf805b766fa35c8e76c30c7725e93f56e6a2
* merging changes relates #142Tarek Ziade2010-07-031-1/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : e912f048dcfe28a5a7a17aca89bab427e15924ff
* Fix race condition with the http server used in unittestsToshio Kuratomi2010-06-101-1/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : e7093c7a63fe91ede0bdd52735e33ac780e95ec6
* Fix for python2.4Christophe Combelles2010-05-201-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : b4c2fb5521783c03bebcdb52e17c8e0063ab86aa
* fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-251-0/+1
| | | | | | | | index links before external page links. --HG-- branch : distribute extra : rebase_source : 21315f22104e090324f7fe243a4f16516c0a49fa
* set-up infrastructure to write tests with a real http server, and reproduced ↵Christophe Combelles2010-05-191-0/+39
issue 163. --HG-- branch : distribute extra : rebase_source : dc3a9fb1663500c66febacbc2ede43eaa96c190e