- 7b545b5 THRIFT-3532 Add configurable string and container read size limit to Python protocols by Nobuaki Sukegawa · 9 years ago
- a3b88a0 THRIFT-3503 Enable py:utf8string by default by Nobuaki Sukegawa · 9 years ago
- 397bd51 THRIFT-3527 -gen py:dynamic,utf8strings ignores utf8strings option by Nobuaki Sukegawa · 9 years ago
- 299255a THRIFT-3525 py:dynamic fails to handle binary list/set/map element by Nobuaki Sukegawa · 9 years ago
- 65d8564 THRIFT-3538 python: Removed UnboundMethodType by Thomas Bartelmess · 9 years ago
- 4733db4 THRIFT-3519 fastbinary does not work with -gen py:utf8strings by Nobuaki Sukegawa · 9 years ago
- 33744b0 THRIFT-3515 Python 2.6 compatibility and test on CI by Nobuaki Sukegawa · 9 years ago
- ad83586 THRIFT-3505 Enhance Python TSSLSocket by Nobuaki Sukegawa · 9 years ago
- b9c859a THRIFT-3506 Eliminate old style classes from library code by Nobuaki Sukegawa · 9 years ago
- 7b89469 THRIFT-3504 Fix FastbinaryTest.py Client: Python Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
- dd02f55 THRIFT-2883 TTwisted.py, during ConnectionLost processing: exceptions.RuntimeError: dictionary changed size during iteration by Robert Thille · 10 years ago
- e841b3d THRIFT-162 Thrift structures are unhashable, preventing them from being used as set elements by Nobuaki Sukegawa · 9 years ago
- 8551f3f Revert part of 7f404fdef23dbbe5204d35bcb9261ff50939f31f by Nobuaki Sukegawa · 9 years ago
- bc7e480 THRIFT-3350 Python JSON protocol does not encode binary as Base64 by Nobuaki Sukegawa · 9 years ago
- 7f404fd Run test for THRIFT-2413 by Nobuaki Sukegawa · 9 years ago
- 369d62e THRIFT-2413 Add JSON escaped unicode support for python3. by Phongphan Phuttha · 9 years ago
- 7f01e2a THRIFT-2413: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Phongphan Phuttha · 9 years ago
- 760511f THRIFT-1857 Python 3 Support by Nobuaki Sukegawa · 9 years ago
- 145749c THRIFT-3390 Tornado server should gracefully handle closed connections by Jens Geyer · 9 years ago
- 228b328 THRIFT-3376 C# and Python JSON protocol double values lose precision by Nobuaki Sukegawa · 9 years ago
- 64b8f6c THRIFT-3375 Python TJSONProtocol encodes utf8 string values in an incompatible way by Nobuaki Sukegawa · 9 years ago
- 15c4004 THRIFT-3323 Python library does not handle escaped forward slash ("/") in JSON by Jens Geyer · 9 years ago
- 7daf00c THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocations from garbage by Roger Meier · 10 years ago
- d565e2f Thrift-1784: pep-3110 exception handling Client: py Patch: jfarrell by jfarrell · 10 years ago
- 4f2c0a0 THRIFT-2900 Python THttpClient does not reset socket timeout on exception by Jens Geyer · 10 years ago
- bf9603c THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket() by Roger Meier · 10 years ago
- 3a52529 THRIFT-2825 Supplying unicode to python Thrift client can cause next request arguments to get overwritten by Zach Steindler · 10 years ago
- fc1303e THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket() by Roger Meier · 10 years ago
- 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
- 0721867 THRIFT-2757: py - fixed checkIntegerLimits in TProtocol.py by Konrad Grochowski · 10 years ago
- d5f3be5 THRIFT-2757: py - checkIntegerLimits optimized by Konrad Grochowski · 10 years ago
- 93fea15 THRIFT-2757: py - Added integer limits checks in compact and JSON protocols by Konrad Grochowski · 10 years ago
- b898eaa THRIFT-2665 Debug statements are unnecessary and should be removed by Jens Geyer · 10 years ago
- 3a724e3 THRIFT-2663: py - per module logger used in python lib by Konrad Grochowski · 10 years ago
- 51ba56c py.twisted: Avoid synchronous exceptions by James Broadhead · 10 years ago
- a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
- d52edba THRIFT-2231 Support tornado-4.x (Python) by Roger Meier · 10 years ago
- 8033e7e Revert "THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated" by Roger Meier · 10 years ago
- 8345772 THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated by Jens Geyer · 10 years ago
- 879cab2 THRIFT-1914 Python: Support for Multiplexing Services on any by Roger Meier · 11 years ago
- 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
- ab2793a THRIFT-2466: Improper error handling for SSL/TLS connections that don't complete a handshake by Roger Meier · 11 years ago
- 8b3ca02 THRIFT-1719:SASL client support for Python Client: py Patch: Tyler Hobbs by jfarrell · 11 years ago
- 8bdff94 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
- 3979b86 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
- 3e25e5e Python Tornado TTornadoServer base class change Patch: Bryan Pham by henrique · 11 years ago
- 8c691fa THRIFT-1639 Java/Python: Serialization/Deserialization of double type using CompactProtocol by Roger Meier · 11 years ago
- 877125c THRIFT-1966:Support different files for SSL certificates and keys by Jake Farrell · 12 years ago
- 20c81ad THRIFT-1704: Tornado support (Python) by Chris Piro · 12 years ago
- 0895dfe THRIFT-1797 Python implementation of TSimpleJSONProtocol Patch: Avi Flamholz by Roger Meier · 12 years ago
- 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
- ad8154a THRIFT-1796 TJSONProtocol is not functional Patch: Avi Flamholz by Roger Meier · 12 years ago
- 2b2560e THRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from PEP3110" by Todd Lipcon · 12 years ago
- 52820d0 THRIFT-1749 Python TSSLSocket error handling obscures actual error by Roger Meier · 12 years ago
- 05ab89a THRIFT-1745 Python JSON protocol fix typo detected by cross language test suite by Roger Meier · 12 years ago
- 85fb6de THRIFT-1745 Python JSON protocol TJSONProtocol.py: Frederic Delbos by Roger Meier · 12 years ago
- 6c5ee6a Thrift-1604:Python exxception handeling for changes from PEP3110 by Jake Farrell · 13 years ago
- cfff856 THRIFT-1569 thrift: add stop() method to python TNonblockingServer by Roger Meier · 13 years ago
- 3f5a264 THRIFT-1568 Thrift: Add User-Agent header to Python THttpClient by Roger Meier · 13 years ago
- fa392e9 THRIFT-1560 Add setCustomHeaders() method to python thrift lib by Roger Meier · 13 years ago
- 6972041 THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warnings by Bryan Duxbury · 13 years ago
- 1290d42 THRIFT-1407: Typo in Python socket server causes Thrift to fail when we enable a global socket timout by Jake Farrell · 13 years ago
- c3f033f THRIFT-1342 Compilation problem on Windows of fastbinary.c by Roger Meier · 13 years ago
- f4eec7a THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings by Roger Meier · 13 years ago
- 345ecc7 THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb by Roger Meier · 13 years ago
- 54df97c THRIFT-1208. py: Compact protocol always reads and writes booleans as true by Bryan Duxbury · 14 years ago
- 1606659 THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport by Bryan Duxbury · 14 years ago
- 5040911 THRIFT-1100. py: python TSSLSocket improvements, including certificate validation by Bryan Duxbury · 14 years ago
- 59d4efd THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test cases by Bryan Duxbury · 14 years ago
- df4cffd THRIFT-1093. py: several bugs in python TCompactProtocol by Bryan Duxbury · 14 years ago
- a48b7d6 THRIFT-1083. py: Preforking python process pool server by Bryan Duxbury · 14 years ago
- 2b969ad THRIFT-1068. py: Python SSL Socket Support by Bryan Duxbury · 14 years ago
- e0498c9 THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host by Bryan Duxbury · 14 years ago
- abafd79 THRIFT-335. python: Initial implementation of TCompactProtocol by David Reiss · 14 years ago
- a9ca25a THRIFT-666. python: Allow THttpServer's responses to be overridden by David Reiss · 14 years ago
- c564fa5 THRIFT-596. python: Make the TBufferedTransport read buffer size configurable by David Reiss · 14 years ago
- d6a02ff THRIFT-597. py: Python THttpServer performance improvements by Bryan Duxbury · 14 years ago
- f2ef59f THRIFT-598. py: Allow Python's threading servers to use daemon threads by Bryan Duxbury · 14 years ago
- 727d67d THRIFT-721. py: THttpClient ignores url parameters by Bryan Duxbury · 14 years ago
- 686d92c THRIFT-824. py: TApplicationException.__str__() refers to class constants as globals by Bryan Duxbury · 14 years ago
- 73af3b7 THRIFT-869. python: Disguise ECONNRESET as EOF on BSD by David Reiss · 14 years ago
- b7887b8 THRIFT-789. Files missing proper Apache license header by Bryan Duxbury · 15 years ago
- cb6d970 THRIFT-438. py: Add support for Twisted.web in servers and clients by Bryan Duxbury · 15 years ago
- c548b3d THRIFT-475. python: Eliminate DeprecationWarning by David Reiss · 15 years ago
- ff3d249 THRIFT-658. python: Add THttpClient.setTimeout() by David Reiss · 15 years ago
- 6acc269 THRIFT-695. python: [de]serialize convenience functions by David Reiss · 15 years ago
- f5dea4c THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblockingServer by Todd Lipcon · 15 years ago
- 034c49f THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refill by David Reiss · 15 years ago
- bff2a35 THRIFT-586. python: TSocket incorrectly sets the exception type when an end of file error occurs by Esteve Fernandez · 15 years ago
- d3571c2 THRIFT-535. py: Twisted Thrift protocol max length is too small (fix off-by-one error in MAX_LENGTH) by Esteve Fernandez · 15 years ago
- c5a7c15 THRIFT-535. py: Twisted Thrift protocol max length is too small by Esteve Fernandez · 15 years ago
- a043be3 THRIFT-495. python: Raise a TTransportException if TSocket is not open by David Reiss · 16 years ago
- deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
- ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
- 2aa2890 THRIFT-154. python: Make THttpClient take a URL in its constructor by David Reiss · 16 years ago
- d73255d THRIFT-329. python: Make TServerSocket.close() work properly by David Reiss · 16 years ago
- a528f54 THRIFT-360. python: Make fastbinary skip struct fields with the wrong type by David Reiss · 16 years ago
- 7c1f6f8 THRIFT-155. python: Reopen THttpClient on a flush by David Reiss · 16 years ago
- 6ce401d THRIFT-136. s/async/oneway/ in misc places by David Reiss · 16 years ago
- c51986f THRIFT-136. s/async/oneway/ in comments by David Reiss · 16 years ago