summaryrefslogtreecommitdiff
path: root/lib/py
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5449: Use poll instead of select in Python TNonblockingServer if avail...Yiyang Zhou2022-04-231-2/+44
* fix Out Of Memory when use TNonblockingServershangxu2022-04-211-0/+4
* THRIFT-5467 Python: fix CannotSendHeader exceptionMárton Csordás2022-02-211-4/+7
* Fix winsock capitalization for case sensitive cross-compilationJeremiah2022-02-081-1/+1
* Fixed proxy related bugsくらげ2022-01-261-1/+1
* Release 0.16.0Jens Geyer2022-01-201-1/+1
* Remove excess assertionsAli-Akber Saifee2022-01-081-4/+0
* Define PY_SSIZE_T_CLEAN to use PyObject_CallFunctionAli-Akber Saifee2021-12-165-1/+93
* FIX: Python code style / flake8: TProcessPoolServer.py:46:14: E225 missing wh...Jens Geyer2021-11-151-1/+1
* FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0Jens Geyer2021-11-141-0/+1
* THRIFT-5454: add __setState__ function to TProcessPoolServer to enable correc...Yiyang Zhou2021-11-141-0/+5
* minor changes to make pypi distribution look better (long desc)James E. King III2021-09-252-1/+17
* bump version numberJens Geyer2021-08-031-1/+1
* fix isOpen return None, to be consistent with other transportgeehanlin2021-07-091-0/+2
* THRIFT-5352: Fix construction of Py exceptions with no fieldsNeil Williams2021-02-161-1/+1
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
* THRIFT-5331: Py: make THeader subprotocol configurable (#2302)Neil Williams2021-01-042-7/+14
* THRIFT-5303 Fix missing error handling in using PyUnicode_DecodeUTF8stiga-huang2020-11-011-1/+1
* test ci fixzeshuai0072020-09-191-0/+1
* THRIFT-5248: Python: Make TSocket.isOpen check if server still connectedNeil Williams2020-08-063-1/+83
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-145-66/+66
* Supplement TNonblockingServer.py testcasezeshuai0072020-05-264-0/+130
* Add testcase for compactprotocol(python)zeshuai0072020-05-133-0/+292
* THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo()max ulidtko2020-05-081-1/+1
* Supplement TZlibTransport.py testcasezeshuai0072020-05-083-1/+103
* Add file and memory buffer tests for PythonZezeng Wang2020-04-283-0/+73
* Supplement TBinaryprotocol module testcaseZezeng Wang2020-04-273-0/+267
* supplementary testcase for TJSONProtocolzeshuai0072020-04-261-0/+65
* THRIFT-5165: THttpClient saves session cookie.Joao Antonio2020-04-131-0/+4
* Revert "Revert "THRIFT-4002: Make generated exception classes immutable by de...Elvis Pranskevichus2019-12-122-2/+12
* Revert "Revert "Remove unnecessary TException.message hack""Elvis Pranskevichus2019-12-121-11/+0
* Revert "Remove unnecessary TException.message hack"D. Can Celasun2019-12-101-0/+9
* Revert "THRIFT-4002: Make generated exception classes immutable by default"D. Can Celasun2019-12-102-12/+2
* THRIFT-4002: Make generated exception classes immutable by defaultElvis Pranskevichus2019-12-102-2/+12
* Remove unnecessary TException.message hackElvis Pranskevichus2019-12-101-9/+0
* Remove unused exception variableKevin Wojniak2019-11-031-1/+1
* fix veralign.sh and bump version (again)Jens Geyer2019-10-201-1/+1
* THRIFT-4904: Fix python unit test errors and exception escapesJames E. King III2019-07-074-17/+29
* THRIFT-4892: fixed data type conflict with simultaneous usage of bytes and st...antbofh2019-06-211-2/+2
* Fix spelling errors in TSSLSocket.pyTim Armstrong2019-02-141-5/+5
* THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)James E. King III2019-02-141-3/+5
* THRIFT-3877: fix py/py3 server, java client with http transportJames E. King III2019-02-113-6/+47
* THRIFT-4780: finish the server implementation of multi in python serverJames E. King III2019-02-082-5/+19
* THRIFT-4779: fix exception type in TMultiplexedProcessorJames E. King III2019-02-081-5/+15
* THRIFT-4778: fix inheritance for protocol factoriesJames E. King III2019-02-074-11/+11
* THRIFT-4745: fixes compiler warningsJames E. King III2019-02-012-1/+5
* THRIFT-4405: fix negative sequence id handling in python TCompactProtocolJames E. King III2019-02-011-1/+13
* THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725)Jun2019-01-312-2/+14
* THRIFT-1549: properly unwrap and close TSSLSocket in pythonJames E. King III2019-01-271-0/+9
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-3/+9