aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/server.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+5
|
* Modeling after Astropy's technique for bundling libraries, the imports are ↵Jason R. Coombs2015-12-311-6/+1
| | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+7
| | | | | --HG-- branch : feature/issue-229
* Merge with 10.2.1Jason R. Coombs2015-01-021-21/+5
|\ | | | | | | | | --HG-- branch : feature/issue-229
| * 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
| |
* | Use six for Python 2 compatibilityJason R. Coombs2014-07-051-12/+13
|/ | | | | | --HG-- branch : feature/issue-229 extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977
* Fixed some resource leaks.Vinay Sajip2012-10-101-0/+1
| | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3
* Minor fix previously fixed in a mergeJason R. Coombs2013-06-181-2/+2
| | | | | --HG-- branch : distribute
* Merge with upstreamJason R. Coombs2013-06-181-11/+45
|\ | | | | | | | | --HG-- branch : distribute
| * Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 779baf947b6989f1275d99cff2044adad3dd7997
| * Issue 315:Lennart Regebro2012-08-221-0/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c7ad76794ac6db2a4bc1abc88e646ddcd14550db
| * 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
* | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-4/+3
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* 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