- 0ed4a1d THRIFT-5777: python fix mismatched timeout exceptions by bwangelme · 9 months ago
- ae3e96b py TSocket: Only disable socket.IPV6_V6ONLY when the family is AF_INET6 by Ling Li · 1 year, 10 months ago
- 916ae8b py server: Listen also on IPv4 by dejank-isystem · 2 years, 1 month ago
- e0ee2c7 THRIFT-5617: T(SSL)Socket TCP keep-alive incorrectly applies SO_KEEPALIVE to IPPROTO_TCP by Nick Withers · 2 years, 4 months ago
- e3eb9af THRIFT-5595: Handle peek request error with SSLSocket by Michael Smith · 2 years, 7 months ago
- 103a11c THRIFT-5467 Python: fix CannotSendHeader exception by Márton Csordás · 3 years, 1 month ago
- bf09675 Fixed proxy related bugs by くらげ · 3 years, 6 months ago
- 50f9713 FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0 by Jens Geyer · 3 years, 2 months ago
- d8c4345 fix isOpen return None, to be consistent with other transport Client: python by geehanlin · 3 years, 7 months ago
- 1c35d6b THRIFT-5331: Py: make THeader subprotocol configurable (#2302) by Neil Williams · 4 years ago
- 01d53f4 THRIFT-5248: Python: Make TSocket.isOpen check if server still connected by Neil Williams · 4 years, 6 months ago
- 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
- 69642f3 THRIFT-5165: THttpClient saves session cookie. Client: py Patch: Joao Antonio by Joao Antonio · 4 years, 9 months ago
- 3131fe9 THRIFT-4904: Fix python unit test errors and exception escapes by James E. King III · 6 years ago
- 95870f0 THRIFT-4892: fixed data type conflict with simultaneous usage of bytes and str (#1804) by antbofh · 6 years ago
- 6b3f7d9 Fix spelling errors in TSSLSocket.py by Tim Armstrong · 6 years ago
- f6511c9 THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725) by Jun · 6 years ago
- 638c91f THRIFT-1549: properly unwrap and close TSSLSocket in python by James E. King III · 6 years ago
- 7af79c8 THRIFT-4668: make socket backlog configurable for python2 Client: py by lshgdut · 6 years ago
- 66a44c5 THRIFT-4621 Add THeader for Python by Neil Williams · 6 years ago
- f5f430d THRIFT-4579: Move up to Ubuntu Bionic for CI builds by James E. King III · 7 years ago
- edf8f0f THRIFT-4561: Remove python socket timeout by Josip Sokcevic · 7 years ago
- 6f8c99e THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests by James E. King III · 7 years ago
- 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
- 2f03618 THRIFT-4274: Catch OSError in TSSLServerSocket.accept() Client: py by Håkon Hitland · 7 years ago
- e2bc972 THRIFT-4102 remove useless code cause performance problem Client: python by Yao Jin · 8 years ago
- 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
- e8ba787 THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 by Nobuaki Sukegawa · 8 years ago
- 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
- de9c330 THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice by James E. King, III · 8 years ago
- db3a92e THRIFT-4009 Use @implementer instead of implements in TTwisted.py by ciarancourtney · 8 years ago
- 042ce7e THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Nobuaki Sukegawa · 8 years ago
- 1ac0a80 THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Martin Wilck · 9 years ago
- d2b4f24 THRIFT-3917 Check backports.ssl_match_hostname module version by Nobuaki Sukegawa · 8 years ago
- bf9fa90 THRIFT-3910 Do not invoke pip as part of build process by Nobuaki Sukegawa · 8 years ago
- d9b4425 follow-up: THRIFT-3599 Validate client IP address against cert's SubjectAltName by Nobuaki Sukegawa · 9 years ago
- f32bae7 THRIFT-3651 Make backports.match_hostname and ipaddress optional by Nobuaki Sukegawa · 9 years ago
- a72ffbe THRIFT-3649 Python TSaslClientTransport initializes TTransportException incorrectly by Tristen Georgiou · 9 years ago
- 1c8b5cb THRIFT-3634 Fix Python TSocket resource leak on connection failure by Nobuaki Sukegawa · 9 years ago
- 6a0ca7f THRIFT-3618 Python TSSLSocket deprecation message should print caller's location by Nobuaki Sukegawa · 9 years ago
- ce1c8ab THRIFT-3615 Fix Python SSL client resource leak on connection failure by Nobuaki Sukegawa · 9 years ago
- f39f7db THRIFT-3599 Validate client IP address against cert's SubjectAltName by Nobuaki Sukegawa · 9 years ago
- 25536ad THRIFT-2103 [python] Support for SSL certificates with Subject Alternative Names by Nobuaki Sukegawa · 9 years ago
- 10308cb THRIFT-3596 Better conformance to PEP8 by Nobuaki Sukegawa · 9 years ago
- 7b545b5 THRIFT-3532 Add configurable string and container read size limit to Python protocols 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
- 760511f THRIFT-1857 Python 3 Support by Nobuaki Sukegawa · 9 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
- 51ba56c py.twisted: Avoid synchronous exceptions by James Broadhead · 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
- 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
- 877125c THRIFT-1966:Support different files for SSL certificates and keys by Jake Farrell · 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
- 6c5ee6a Thrift-1604:Python exxception handeling for changes from PEP3110 by Jake Farrell · 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
- 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
- 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
- c564fa5 THRIFT-596. python: Make the TBufferedTransport read buffer size configurable by David Reiss · 14 years ago
- 727d67d THRIFT-721. py: THttpClient ignores url parameters by Bryan Duxbury · 14 years ago
- 73af3b7 THRIFT-869. python: Disguise ECONNRESET as EOF on BSD by David Reiss · 14 years ago
- cb6d970 THRIFT-438. py: Add support for Twisted.web in servers and clients by Bryan Duxbury · 15 years ago
- ff3d249 THRIFT-658. python: Add THttpClient.setTimeout() by David Reiss · 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
- 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
- 7c1f6f8 THRIFT-155. python: Reopen THttpClient on a flush by David Reiss · 16 years ago
- e8d3c47 THRIFT-148. py: One more time, reapply the most *recent* patch by Kevin Clark · 16 years ago
- e43f7e0 THRIFT-148. py: Add un-commited file missing from 749510 by Kevin Clark · 16 years ago
- 1fe1777 python: Add TFileObjectTransport by David Reiss · 16 years ago
- 4c591c9 THRIFT-212. python: Make TFramedTransport implement CReadableTransport by David Reiss · 16 years ago
- 647d30d python: Make TFramedTransport use a cStringIO for reading by David Reiss · 16 years ago
- fb695b7 python: Eliminate the option of TFramedTransport to not frame by David Reiss · 16 years ago
- 4f1bbc7 THRIFT-170: Buffered transports leave data in write buffer on failed flush by Mark Slee · 16 years ago
- e29995e THRIFT-48. python: Make TServerSocket work with Unix-domain sockets by David Reiss · 16 years ago
- 0ee93ea THRIFT-93. Remove unnecessary shebang lines from Python libraries by David Reiss · 16 years ago
- 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
- c16a8f6 Thrift: Python support for Unix-domain sockets, and eager timeout setting. by David Reiss · 17 years ago
- 256bdc4 IPv6 tweaks for Thrift by Mark Slee · 17 years ago
- 53d9c0c Merging EOFException changes from Ben Maurer by Mark Slee · 17 years ago