1. 0ed4a1d THRIFT-5777: python fix mismatched timeout exceptions by bwangelme · 9 months ago
  2. ae3e96b py TSocket: Only disable socket.IPV6_V6ONLY when the family is AF_INET6 by Ling Li · 1 year, 10 months ago
  3. 916ae8b py server: Listen also on IPv4 by dejank-isystem · 2 years, 1 month ago
  4. e0ee2c7 THRIFT-5617: T(SSL)Socket TCP keep-alive incorrectly applies SO_KEEPALIVE to IPPROTO_TCP by Nick Withers · 2 years, 4 months ago
  5. e3eb9af THRIFT-5595: Handle peek request error with SSLSocket by Michael Smith · 2 years, 7 months ago
  6. 103a11c THRIFT-5467 Python: fix CannotSendHeader exception by Márton Csordás · 3 years, 1 month ago
  7. bf09675 Fixed proxy related bugs by くらげ · 3 years, 6 months ago
  8. 50f9713 FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0 by Jens Geyer · 3 years, 2 months ago
  9. d8c4345 fix isOpen return None, to be consistent with other transport Client: python by geehanlin · 3 years, 7 months ago
  10. 1c35d6b THRIFT-5331: Py: make THeader subprotocol configurable (#2302) by Neil Williams · 4 years ago
  11. 01d53f4 THRIFT-5248: Python: Make TSocket.isOpen check if server still connected by Neil Williams · 4 years, 6 months ago
  12. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
  13. 69642f3 THRIFT-5165: THttpClient saves session cookie. Client: py Patch: Joao Antonio by Joao Antonio · 4 years, 9 months ago
  14. 3131fe9 THRIFT-4904: Fix python unit test errors and exception escapes by James E. King III · 6 years ago
  15. 95870f0 THRIFT-4892: fixed data type conflict with simultaneous usage of bytes and str (#1804) by antbofh · 6 years ago
  16. 6b3f7d9 Fix spelling errors in TSSLSocket.py by Tim Armstrong · 6 years ago
  17. f6511c9 THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725) by Jun · 6 years ago
  18. 638c91f THRIFT-1549: properly unwrap and close TSSLSocket in python by James E. King III · 6 years ago
  19. 7af79c8 THRIFT-4668: make socket backlog configurable for python2 Client: py by lshgdut · 6 years ago
  20. 66a44c5 THRIFT-4621 Add THeader for Python by Neil Williams · 6 years ago
  21. f5f430d THRIFT-4579: Move up to Ubuntu Bionic for CI builds by James E. King III · 7 years ago
  22. edf8f0f THRIFT-4561: Remove python socket timeout by Josip Sokcevic · 7 years ago
  23. 6f8c99e THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests by James E. King III · 7 years ago
  24. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  25. 2f03618 THRIFT-4274: Catch OSError in TSSLServerSocket.accept() Client: py by Håkon Hitland · 7 years ago
  26. e2bc972 THRIFT-4102 remove useless code cause performance problem Client: python by Yao Jin · 8 years ago
  27. 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
  28. e8ba787 THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 by Nobuaki Sukegawa · 8 years ago
  29. 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
  30. de9c330 THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice by James E. King, III · 8 years ago
  31. db3a92e THRIFT-4009 Use @implementer instead of implements in TTwisted.py by ciarancourtney · 8 years ago
  32. 042ce7e THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Nobuaki Sukegawa · 8 years ago
  33. 1ac0a80 THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Martin Wilck · 9 years ago
  34. d2b4f24 THRIFT-3917 Check backports.ssl_match_hostname module version by Nobuaki Sukegawa · 8 years ago
  35. bf9fa90 THRIFT-3910 Do not invoke pip as part of build process by Nobuaki Sukegawa · 8 years ago
  36. d9b4425 follow-up: THRIFT-3599 Validate client IP address against cert's SubjectAltName by Nobuaki Sukegawa · 9 years ago
  37. f32bae7 THRIFT-3651 Make backports.match_hostname and ipaddress optional by Nobuaki Sukegawa · 9 years ago
  38. a72ffbe THRIFT-3649 Python TSaslClientTransport initializes TTransportException incorrectly by Tristen Georgiou · 9 years ago
  39. 1c8b5cb THRIFT-3634 Fix Python TSocket resource leak on connection failure by Nobuaki Sukegawa · 9 years ago
  40. 6a0ca7f THRIFT-3618 Python TSSLSocket deprecation message should print caller's location by Nobuaki Sukegawa · 9 years ago
  41. ce1c8ab THRIFT-3615 Fix Python SSL client resource leak on connection failure by Nobuaki Sukegawa · 9 years ago
  42. f39f7db THRIFT-3599 Validate client IP address against cert's SubjectAltName by Nobuaki Sukegawa · 9 years ago
  43. 25536ad THRIFT-2103 [python] Support for SSL certificates with Subject Alternative Names by Nobuaki Sukegawa · 9 years ago
  44. 10308cb THRIFT-3596 Better conformance to PEP8 by Nobuaki Sukegawa · 9 years ago
  45. 7b545b5 THRIFT-3532 Add configurable string and container read size limit to Python protocols by Nobuaki Sukegawa · 9 years ago
  46. ad83586 THRIFT-3505 Enhance Python TSSLSocket by Nobuaki Sukegawa · 9 years ago
  47. b9c859a THRIFT-3506 Eliminate old style classes from library code by Nobuaki Sukegawa · 9 years ago
  48. 7b89469 THRIFT-3504 Fix FastbinaryTest.py Client: Python Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  49. dd02f55 THRIFT-2883 TTwisted.py, during ConnectionLost processing: exceptions.RuntimeError: dictionary changed size during iteration by Robert Thille · 10 years ago
  50. 760511f THRIFT-1857 Python 3 Support by Nobuaki Sukegawa · 9 years ago
  51. d565e2f Thrift-1784: pep-3110 exception handling Client: py Patch: jfarrell by jfarrell · 10 years ago
  52. 4f2c0a0 THRIFT-2900 Python THttpClient does not reset socket timeout on exception by Jens Geyer · 10 years ago
  53. bf9603c THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket() by Roger Meier · 10 years ago
  54. 3a52529 THRIFT-2825 Supplying unicode to python Thrift client can cause next request arguments to get overwritten by Zach Steindler · 10 years ago
  55. fc1303e THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket() by Roger Meier · 10 years ago
  56. 51ba56c py.twisted: Avoid synchronous exceptions by James Broadhead · 10 years ago
  57. 8033e7e Revert "THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated" by Roger Meier · 10 years ago
  58. 8345772 THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated by Jens Geyer · 10 years ago
  59. 8b3ca02 THRIFT-1719:SASL client support for Python Client: py Patch: Tyler Hobbs by jfarrell · 11 years ago
  60. 8bdff94 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  61. 3979b86 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  62. 877125c THRIFT-1966:Support different files for SSL certificates and keys by Jake Farrell · 12 years ago
  63. 2b2560e THRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from PEP3110" by Todd Lipcon · 12 years ago
  64. 52820d0 THRIFT-1749 Python TSSLSocket error handling obscures actual error by Roger Meier · 12 years ago
  65. 6c5ee6a Thrift-1604:Python exxception handeling for changes from PEP3110 by Jake Farrell · 13 years ago
  66. 3f5a264 THRIFT-1568 Thrift: Add User-Agent header to Python THttpClient by Roger Meier · 13 years ago
  67. fa392e9 THRIFT-1560 Add setCustomHeaders() method to python thrift lib by Roger Meier · 13 years ago
  68. 6972041 THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warnings by Bryan Duxbury · 13 years ago
  69. 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
  70. 1606659 THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport by Bryan Duxbury · 14 years ago
  71. 5040911 THRIFT-1100. py: python TSSLSocket improvements, including certificate validation by Bryan Duxbury · 14 years ago
  72. 2b969ad THRIFT-1068. py: Python SSL Socket Support by Bryan Duxbury · 14 years ago
  73. e0498c9 THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host by Bryan Duxbury · 14 years ago
  74. c564fa5 THRIFT-596. python: Make the TBufferedTransport read buffer size configurable by David Reiss · 14 years ago
  75. 727d67d THRIFT-721. py: THttpClient ignores url parameters by Bryan Duxbury · 14 years ago
  76. 73af3b7 THRIFT-869. python: Disguise ECONNRESET as EOF on BSD by David Reiss · 14 years ago
  77. cb6d970 THRIFT-438. py: Add support for Twisted.web in servers and clients by Bryan Duxbury · 15 years ago
  78. ff3d249 THRIFT-658. python: Add THttpClient.setTimeout() by David Reiss · 15 years ago
  79. 034c49f THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refill by David Reiss · 15 years ago
  80. bff2a35 THRIFT-586. python: TSocket incorrectly sets the exception type when an end of file error occurs by Esteve Fernandez · 15 years ago
  81. 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
  82. c5a7c15 THRIFT-535. py: Twisted Thrift protocol max length is too small by Esteve Fernandez · 15 years ago
  83. a043be3 THRIFT-495. python: Raise a TTransportException if TSocket is not open by David Reiss · 16 years ago
  84. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  85. 2aa2890 THRIFT-154. python: Make THttpClient take a URL in its constructor by David Reiss · 16 years ago
  86. d73255d THRIFT-329. python: Make TServerSocket.close() work properly by David Reiss · 16 years ago
  87. 7c1f6f8 THRIFT-155. python: Reopen THttpClient on a flush by David Reiss · 16 years ago
  88. e8d3c47 THRIFT-148. py: One more time, reapply the most *recent* patch by Kevin Clark · 16 years ago
  89. e43f7e0 THRIFT-148. py: Add un-commited file missing from 749510 by Kevin Clark · 16 years ago
  90. 1fe1777 python: Add TFileObjectTransport by David Reiss · 16 years ago
  91. 4c591c9 THRIFT-212. python: Make TFramedTransport implement CReadableTransport by David Reiss · 16 years ago
  92. 647d30d python: Make TFramedTransport use a cStringIO for reading by David Reiss · 16 years ago
  93. fb695b7 python: Eliminate the option of TFramedTransport to not frame by David Reiss · 16 years ago
  94. 4f1bbc7 THRIFT-170: Buffered transports leave data in write buffer on failed flush by Mark Slee · 16 years ago
  95. e29995e THRIFT-48. python: Make TServerSocket work with Unix-domain sockets by David Reiss · 16 years ago
  96. 0ee93ea THRIFT-93. Remove unnecessary shebang lines from Python libraries by David Reiss · 16 years ago
  97. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  98. c16a8f6 Thrift: Python support for Unix-domain sockets, and eager timeout setting. by David Reiss · 17 years ago
  99. 256bdc4 IPv6 tweaks for Thrift by Mark Slee · 17 years ago
  100. 53d9c0c Merging EOFException changes from Ben Maurer by Mark Slee · 17 years ago