summaryrefslogtreecommitdiff
path: root/lib/py/src
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2757: py - fixed checkIntegerLimits in TProtocol.pyKonrad Grochowski2014-10-091-4/+4
* THRIFT-2757: py - checkIntegerLimits optimizedKonrad Grochowski2014-10-081-4/+11
* THRIFT-2757: py - Added integer limits checks in compact and JSON protocolsKonrad Grochowski2014-10-083-13/+39
* THRIFT-2665 Debug statements are unnecessary and should be removedJens Geyer2014-10-011-2/+0
* THRIFT-2663: py - per module logger used in python libKonrad Grochowski2014-09-294-26/+34
* py.twisted: Avoid synchronous exceptionsJames Broadhead2014-09-281-2/+2
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-1/+2
* THRIFT-2231 Support tornado-4.x (Python)Roger Meier2014-08-071-80/+109
* Revert "THRIFT-585 exceptions in the autogenerated send_METHOD functions are ...Roger Meier2014-07-301-2/+2
* THRIFT-585 exceptions in the autogenerated send_METHOD functions are not prop...Jens Geyer2014-07-261-2/+2
* THRIFT-1914 Python: Support for Multiplexing Services on anyRoger Meier2014-05-033-0/+139
* THRIFT-2506 Update TProtocolException error codes to be used consistently thr...Jens Geyer2014-05-031-0/+2
* THRIFT-2466: Improper error handling for SSL/TLS connections that don't compl...Roger Meier2014-04-212-0/+10
* THRIFT-1719:SASL client support for Pythonjfarrell2014-02-212-2/+216
* THRIFT-2267:Should be able to choose socket family in Python TSocketjfarrell2013-11-251-1/+1
* THRIFT-2267:Should be able to choose socket family in Python TSocketjfarrell2013-11-251-4/+8
* Python Tornado TTornadoServer base class changehenrique2013-11-081-2/+2
* THRIFT-1639 Java/Python: Serialization/Deserialization of double type using C...Roger Meier2013-11-051-2/+2
* THRIFT-1966:Support different files for SSL certificates and keysJake Farrell2013-06-071-1/+12
* THRIFT-1704: Tornado support (Python)Chris Piro2013-03-071-0/+153
* THRIFT-1797 Python implementation of TSimpleJSONProtocolRoger Meier2012-12-261-12/+109
* THRIFT-1801 Sync up TApplicationException codes across languages and thrift i...Roger Meier2012-12-221-0/+13
* THRIFT-1796 TJSONProtocol is not functionalRoger Meier2012-12-182-32/+34
* THRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from...Todd Lipcon2012-12-104-16/+16
* THRIFT-1749 Python TSSLSocket error handling obscures actual errorRoger Meier2012-11-081-2/+3
* THRIFT-1745 Python JSON protocol Roger Meier2012-11-021-1/+1
* THRIFT-1745 Python JSON protocol Roger Meier2012-11-022-1/+452
* Thrift-1604:Python exxception handeling for changes from PEP3110Jake Farrell2012-05-184-16/+16
* THRIFT-1569 thrift: add stop() method to python TNonblockingServerRoger Meier2012-04-131-2/+24
* THRIFT-1568 Thrift: Add User-Agent header to Python THttpClientRoger Meier2012-04-131-0/+10
* THRIFT-1560 Add setCustomHeaders() method to python thrift libRoger Meier2012-04-111-0/+9
* THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warningsBryan Duxbury2012-01-0318-299/+366
* THRIFT-1407: Typo in Python socket server causes Thrift to fail when we enabl...Jake Farrell2011-10-261-2/+2
* THRIFT-1342 Compilation problem on Windows of fastbinary.cRoger Meier2011-09-131-5/+21
* THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ o...Roger Meier2011-09-115-1/+310
* THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to ...Roger Meier2011-08-031-0/+2
* THRIFT-1208. py: Compact protocol always reads and writes booleans as trueBryan Duxbury2011-07-131-3/+6
* THRIFT-1103. py: TZlibTransport for python, a zlib compressed transportBryan Duxbury2011-03-223-9/+280
* THRIFT-1100. py: python TSSLSocket improvements, including certificate valida...Bryan Duxbury2011-03-212-31/+159
* THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and update...Bryan Duxbury2011-03-211-2/+1
* THRIFT-1093. py: several bugs in python TCompactProtocolBryan Duxbury2011-03-151-6/+12
* THRIFT-1083. py: Preforking python process pool serverBryan Duxbury2011-03-091-0/+125
* THRIFT-1068. py: Python SSL Socket SupportBryan Duxbury2011-02-221-0/+38
* THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific...Bryan Duxbury2011-01-261-2/+2
* THRIFT-335. python: Initial implementation of TCompactProtocolDavid Reiss2010-09-271-0/+368
* THRIFT-666. python: Allow THttpServer's responses to be overriddenDavid Reiss2010-09-021-7/+23
* THRIFT-596. python: Make the TBufferedTransport read buffer size configurableDavid Reiss2010-09-021-5/+10
* THRIFT-597. py: Python THttpServer performance improvementsBryan Duxbury2010-09-021-2/+5
* THRIFT-598. py: Allow Python's threading servers to use daemon threadsBryan Duxbury2010-09-021-2/+6
* THRIFT-721. py: THttpClient ignores url parametersBryan Duxbury2010-09-021-0/+2