summaryrefslogtreecommitdiff
path: root/lib/py
Commit message (Expand)AuthorAgeFilesLines
* Adjust Python SSL test delay in an attempt to avoid flakiness on CINobuaki Sukegawa2016-02-031-1/+2
* THRIFT-3532 Add configurable string and container read size limit to Python p...Nobuaki Sukegawa2016-01-137-36/+126
* 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-053-5/+5
* THRIFT-3505 Enhance Python TSSLSocketNobuaki Sukegawa2016-01-036-94/+557
* THRIFT-3506 Eliminate old style classes from library codeNobuaki Sukegawa2016-01-028-19/+19
* THRIFT-3504 Fix FastbinaryTest.pyNobuaki Sukegawa2016-01-022-6/+6
* THRIFT-2883 TTwisted.py, during ConnectionLost processing: exceptions.Runtime...Robert Thille2015-12-241-4/+10
* THRIFT-162 Thrift structures are unhashable, preventing them from being used ...Nobuaki Sukegawa2015-11-284-64/+142
* 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-152-13/+11
* THRIFT-2413 Add JSON escaped unicode support for python3.Phongphan Phuttha2015-11-142-21/+32
* THRIFT-2413: UTF-8 sent by PHP as JSON is not understood by TJsonProtocolPhongphan Phuttha2015-11-092-1/+62
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-1/+10
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-0619-179/+258
* THRIFT-3390 Tornado server should gracefully handle closed connectionsJens Geyer2015-10-161-1/+7
* 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-3305: Missing dist files for 0.9.3 release candidatejfarrell2015-08-251-0/+2
* THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocation...Roger Meier2015-06-031-3/+18
* THRIFT-3148 Markdown links to coding_standards are deadNobuaki Sukegawa2015-05-131-1/+1
* THRIFT-3097 cmake targets unconditionally depend on optional librariesMarco Molteni2015-04-151-0/+2
* THRIFT-2850 CMake for Apache ThriftRoger Meier2015-04-121-0/+24
* Thrift-1784: pep-3110 exception handlingjfarrell2015-03-185-28/+28
* THRIFT-2724 - Coding standards template added all over projectKonrad Grochowski2015-02-051-0/+7
* THRIFT-2900 Python THttpClient does not reset socket timeout on exceptionJens Geyer2015-01-051-2/+4
* THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket()Roger Meier2014-12-061-1/+1
* THRIFT-2825 Supplying unicode to python Thrift client can cause next request ...Zach Steindler2014-12-021-1/+6
* THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket()Roger Meier2014-12-021-4/+17
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-243-4/+4
* THRIFT-2602 fix missing dist filesRoger Meier2014-10-221-1/+1
* 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-2768: Whitespace FixupJens Geyer2014-10-031-8/+8
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-8/+8
* 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-2620: Fix python packagingjfarrell2014-07-102-0/+7