summaryrefslogtreecommitdiff
path: root/lib/py/src/protocol/TProtocol.py
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-3532 Add configurable string and container read size limit to Python p...Nobuaki Sukegawa2016-01-131-0/+10
* 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-111-108/+54
* THRIFT-3506 Eliminate old style classes from library codeNobuaki Sukegawa2016-01-021-2/+2
* THRIFT-162 Thrift structures are unhashable, preventing them from being used ...Nobuaki Sukegawa2015-11-281-12/+16
* THRIFT-3350 Python JSON protocol does not encode binary as Base64Nobuaki Sukegawa2015-11-151-13/+27
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-10/+21
* 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-081-0/+6
* THRIFT-2506 Update TProtocolException error codes to be used consistently thr...Jens Geyer2014-05-031-0/+2
* THRIFT-1796 TJSONProtocol is not functionalRoger Meier2012-12-181-23/+23
* THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warningsBryan Duxbury2012-01-031-27/+29
* THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ o...Roger Meier2011-09-111-0/+199
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-4/+17
* THRIFT-93. Remove unnecessary shebang lines from Python librariesDavid Reiss2008-07-211-2/+0
* Thrift TBinaryProtocol changeMark Slee2007-06-201-0/+1
* Applying Thrift software license to Python sourceMark Slee2007-03-011-0/+8
* Move constant defs into Thrift.py to avoid cirulcar includesMark Slee2007-02-211-24/+1
* Starting python exception handling cleanupMark Slee2007-02-211-0/+15
* -- Protocol and transport factories now wrap around a single protocol/transportAditya Agarwal2007-02-061-5/+3
* Fix python server bugs and go to new protocol wraps transport modelMark Slee2006-10-251-64/+70
* Thrift: Added support for double type across all languagesMark Slee2006-09-061-1/+10
* Implementation of the basic Thrift stack in PythonMark Slee2006-09-031-0/+180