summaryrefslogtreecommitdiff
path: root/test/py/TestServer.py
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2578 Moving 'make cross' from test.sh to test.pycdwijayarathna2014-08-101-2/+2
* Thrift-2601:Fix vagrant to work again for builds againjfarrell2014-07-091-19/+3
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2014-05-311-7/+21
* THRIFT-1914 Python: Support for Multiplexing Services on anyRoger Meier2014-05-031-3/+19
* THRIFT-2325 SSL test certificatesRoger Meier2014-02-191-1/+1
* THRIFT-1797 Python implementation of TSimpleJSONProtocolRoger Meier2013-01-051-13/+28
* THRIFT-1745 Python JSON protocol Roger Meier2012-11-021-5/+7
* THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ o...Roger Meier2011-09-111-16/+23
* THRIFT-1103. py: TZlibTransport for python, a zlib compressed transportBryan Duxbury2011-03-221-51/+84
* THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and update...Bryan Duxbury2011-03-211-20/+89
* THRIFT-1056 python tests invoked by 'make check' appear brokenRoger Meier2011-02-081-1/+2
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
* THRIFT-136. s/async/oneway/ in misc placesDavid Reiss2009-03-241-2/+2
* THRIFT-195. python: Add a simple THttpServerDavid Reiss2009-01-311-8/+13
* THRIFT-67. python: Add TNonblockingServerDavid Reiss2008-11-071-4/+24
* Clean up some bad/missed merges from the alterl merge.David Reiss2008-06-111-5/+0
* Implement testAsync for python testsDavid Reiss2008-06-111-0/+5
* Python forking server should close connection in parent.David Reiss2008-06-101-1/+6
* Implement testAsync for python testsDavid Reiss2008-02-181-1/+6
* Thrift: Whitespace cleanup.David Reiss2008-02-061-1/+1
* Python automated test patchMark Slee2007-10-051-2/+3
* Some Thrift documentation cleanupsMark Slee2007-02-281-3/+3
* Bring Thrift test code up to dateMark Slee2006-10-261-5/+5
* Change run() to serve() in all Thrift server interfacesMark Slee2006-09-201-1/+1
* Thrift: generate Processors not ServersMark Slee2006-09-071-2/+2
* Thrift TTransportFactory model for serversMark Slee2006-09-071-1/+3
* Thrift: Added support for double type across all languagesMark Slee2006-09-061-4/+25
* Thrift Python server code generationMark Slee2006-09-051-0/+37