summaryrefslogtreecommitdiff
path: root/lib/py/src/protocol
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-3596 Better conformance to PEP8Nobuaki Sukegawa2016-02-048-1485/+1506
* THRIFT-3532 Add configurable string and container read size limit to Python p...Nobuaki Sukegawa2016-01-136-36/+124
* THRIFT-3503 Enable py:utf8string by defaultNobuaki Sukegawa2016-01-111-1/+1
* THRIFT-3527 -gen py:dynamic,utf8strings ignores utf8strings optionNobuaki Sukegawa2016-01-111-0/+11
* THRIFT-3525 py:dynamic fails to handle binary list/set/map elementNobuaki Sukegawa2016-01-112-109/+55
* THRIFT-3538 python: Removed UnboundMethodTypeThomas Bartelmess2016-01-101-1/+1
* THRIFT-3519 fastbinary does not work with -gen py:utf8stringsNobuaki Sukegawa2016-01-061-2/+12
* THRIFT-3515 Python 2.6 compatibility and test on CINobuaki Sukegawa2016-01-052-4/+4
* THRIFT-3506 Eliminate old style classes from library codeNobuaki Sukegawa2016-01-024-7/+7
* THRIFT-3504 Fix FastbinaryTest.pyNobuaki Sukegawa2016-01-021-3/+2
* THRIFT-162 Thrift structures are unhashable, preventing them from being used ...Nobuaki Sukegawa2015-11-283-64/+122
* Revert part of 7f404fdef23dbbe5204d35bcb9261ff50939f31fNobuaki Sukegawa2015-11-151-5/+9
* THRIFT-3350 Python JSON protocol does not encode binary as Base64Nobuaki Sukegawa2015-11-152-13/+33
* Run test for THRIFT-2413Nobuaki Sukegawa2015-11-151-9/+5
* THRIFT-2413 Add JSON escaped unicode support for python3.Phongphan Phuttha2015-11-141-19/+30
* THRIFT-2413: UTF-8 sent by PHP as JSON is not understood by TJsonProtocolPhongphan Phuttha2015-11-091-1/+31
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-065-100/+138
* THRIFT-3376 C# and Python JSON protocol double values lose precisionNobuaki Sukegawa2015-10-141-3/+4
* THRIFT-3375 Python TJSONProtocol encodes utf8 string values in an incompatibl...Nobuaki Sukegawa2015-10-111-2/+2
* THRIFT-3323 Python library does not handle escaped forward slash ("/") in JSONJens Geyer2015-09-291-2/+2
* THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocation...Roger Meier2015-06-031-3/+18
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-2/+2
* 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-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-1/+2
* THRIFT-1914 Python: Support for Multiplexing Services on anyRoger Meier2014-05-032-0/+81
* THRIFT-2506 Update TProtocolException error codes to be used consistently thr...Jens Geyer2014-05-031-0/+2
* THRIFT-1639 Java/Python: Serialization/Deserialization of double type using C...Roger Meier2013-11-051-2/+2
* THRIFT-1797 Python implementation of TSimpleJSONProtocolRoger Meier2012-12-261-12/+109
* THRIFT-1796 TJSONProtocol is not functionalRoger Meier2012-12-182-32/+34
* THRIFT-1745 Python JSON protocol Roger Meier2012-11-021-1/+1
* THRIFT-1745 Python JSON protocol Roger Meier2012-11-022-1/+452
* THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warningsBryan Duxbury2012-01-034-55/+75
* 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-114-1/+291
* THRIFT-1208. py: Compact protocol always reads and writes booleans as trueBryan Duxbury2011-07-131-3/+6
* 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-335. python: Initial implementation of TCompactProtocolDavid Reiss2010-09-271-0/+368
* THRIFT-586. python: TSocket incorrectly sets the exception type when an end o...Esteve Fernandez2009-09-241-2/+2
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-304-23/+69
* THRIFT-360. python: Make fastbinary skip struct fields with the wrong typeDavid Reiss2009-03-241-2/+6
* THRIFT-391. py: Fix memory leak in fastbinaryKevin Clark2009-03-241-0/+2
* THRIFT-362. python: Detect endianness on SolarisDavid Reiss2009-03-181-0/+19
* THRIFT-340. python: Detect endianness properly on FreeBSDDavid Reiss2009-02-171-0/+10
* THRIFT-108. python: Fix call to PyDict_Next in fastbinary.cDavid Reiss2008-10-071-1/+1
* THRIFT-93. Remove unnecessary shebang lines from Python librariesDavid Reiss2008-07-213-6/+0
* Thrift: Fix a bug in the skip function in Python's fastbinary.cDavid Reiss2008-02-141-1/+3
* Merging EOFException changes from Ben MaurerMark Slee2007-11-261-1/+9