aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/server.py
Commit message (Expand)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
* Removed bind_and_activate parameters (not compatible with Python 2.4Jason R. Coombs2012-04-081-8/+4
* Add requests to the instance, so it's always available even if no requests we...Jason R. Coombs2012-04-071-0/+1
* Improved the MockServer so it now more effectively handles multiple requests ...Jason R. Coombs2012-04-071-5/+5
* Add test to capture issue 227Jason R. Coombs2012-04-011-0/+9
* Started work on a Mock server that doesn't require a file system to back it.Jason R. Coombs2012-04-011-0/+17
* Cleaned up simulated index server, expanding documentation.Jason R. Coombs2012-04-011-11/+18
* merging changes relates #142Tarek Ziade2010-07-031-1/+6
* Fix race condition with the http server used in unittestsToshio Kuratomi2010-06-101-1/+4
* Fix for python2.4Christophe Combelles2010-05-201-2/+2
* fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-251-0/+1
* set-up infrastructure to write tests with a real http server, and reproduced ...Christophe Combelles2010-05-191-0/+39