aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/server.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsJason R. Coombs2015-01-011-3/+2
* Use propertyJason R. Coombs2015-01-011-1/+1
* Use serve_forever and shutdown, now available.Jason R. Coombs2015-01-011-18/+2
* Fixed some resource leaks.Vinay Sajip2012-10-101-0/+1
* Minor fix previously fixed in a mergeJason R. Coombs2013-06-181-2/+2
* Merge with upstreamJason R. Coombs2013-06-181-11/+45
|\
| * Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
| * Issue 315:Lennart Regebro2012-08-221-0/+4
| * 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
* | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-4/+3
|/
* 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