summaryrefslogtreecommitdiff
path: root/test/py/TestClient.py
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-4974: Add cross test for Python's Unix domain socket transportKengo Seki2019-12-121-1/+3
* THRIFT-4780: finish the server implementation of multi in python serverJames E. King III2019-02-081-4/+15
* THRIFT-4405: fix cygwin on appveyorJames E. King III2019-02-011-4/+6
* THRIFT-4405: Enhance python cross test client for pedantic sequence id handlingJames E. King III2019-02-011-18/+59
* THRIFT-4621 Add THeader for PythonNeil Williams2018-09-011-1/+10
* THRIFT-4548: add python cross test client multiplexed protocol supportJames E. King III2018-04-131-12/+87
* THRIFT-3118: add http (for non-ssl and for ssl) to the python cross testsJames E. King III2018-04-051-4/+17
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-191-0/+1
* THRIFT-3691 Run flake8 Python style check on Travis-CINobuaki Sukegawa2016-02-281-1/+0
* THRIFT-3613 Port Python C extension to Python 3Nobuaki Sukegawa2016-02-131-8/+5
* THRIFT-3612 Add Python C extension for compact protocolNobuaki Sukegawa2016-02-131-0/+7
* THRIFT-3596 Better conformance to PEP8Nobuaki Sukegawa2016-02-041-261/+261
* THRIFT-3503 Enable py:utf8string by defaultNobuaki Sukegawa2016-01-111-3/+3
* THRIFT-3495 Minor enhancements and fixes for cross testNobuaki Sukegawa2015-12-241-4/+5
* THRIFT-3350 Python JSON protocol does not encode binary as Base64Nobuaki Sukegawa2015-11-151-2/+0
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-59/+70
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-6/+15
* THRIFT-3376 C# and Python JSON protocol double values lose precisionNobuaki Sukegawa2015-10-141-0/+1
* THRIFT-3375 Python TJSONProtocol encodes utf8 string values in an incompatibl...Nobuaki Sukegawa2015-10-111-1/+28
* THRIFT-3360 Improve cross test servers and clients furtherNobuaki Sukegawa2015-09-281-9/+35
* THRIFT-3347 Improve cross test servers and clientsJens Geyer2015-09-231-9/+28
* THRIFT-3337 Add testBool method to cross testsNobuaki Sukegawa2015-09-211-0/+4
* THRIFT-2886 Integrate binary type in standard Thrift cross testJens Geyer2015-01-031-0/+2
* THRIFT-2578 Moving 'make cross' from test.sh to test.pycdwijayarathna2014-08-101-1/+2
* Thrift-2601:Fix vagrant to work again for builds againjfarrell2014-07-091-14/+1
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2014-05-311-11/+14
* THRIFT-1914 Python: Support for Multiplexing Services on anyRoger Meier2014-05-031-2/+16
* THRIFT-1745 Python JSON protocol Roger Meier2012-11-021-5/+11
* THRIFT-1416 Python Unit test is broken on ciRoger Meier2011-11-011-2/+3
* THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ o...Roger Meier2011-09-111-11/+18
* THRIFT-1103. py: TZlibTransport for python, a zlib compressed transportBryan Duxbury2011-03-221-7/+14
* THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and update...Bryan Duxbury2011-03-211-12/+73
* THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblocking...Todd Lipcon2009-12-031-0/+4
* 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-3/+3
* THRIFT-195. python: Add a simple THttpServerDavid Reiss2009-01-311-7/+14
* python: Make the unit tests run faster and more reliablyDavid Reiss2009-01-311-1/+1
* THRIFT-67. python: Add TNonblockingServerDavid Reiss2008-11-071-13/+26
* Python forking server should close connection in parent.David Reiss2008-06-101-0/+6
* Implement testAsync for python testsDavid Reiss2008-02-181-0/+7
* Thrift: Python test improvements.David Reiss2008-02-151-6/+8
* Thrift: Whitespace cleanup.David Reiss2008-02-061-7/+7
* Python automated test patchMark Slee2007-10-051-103/+89
* Some Thrift documentation cleanupsMark Slee2007-02-281-11/+16
* Bring Thrift test code up to dateMark Slee2006-10-261-2/+2
* Fix broken thrift test code for new modelMark Slee2006-10-251-1/+46
* Thrift: Added support for double type across all languagesMark Slee2006-09-061-0/+6
* Thrift Python server code generationMark Slee2006-09-051-5/+30
* Thrift and Python: Made to be togetherMark Slee2006-09-041-0/+35