1. ae3e96b py TSocket: Only disable socket.IPV6_V6ONLY when the family is AF_INET6 by Ling Li · 1 year, 10 months ago
  2. 916ae8b py server: Listen also on IPv4 by dejank-isystem · 2 years, 1 month ago
  3. e0ee2c7 THRIFT-5617: T(SSL)Socket TCP keep-alive incorrectly applies SO_KEEPALIVE to IPPROTO_TCP by Nick Withers · 2 years, 4 months ago
  4. e3eb9af THRIFT-5595: Handle peek request error with SSLSocket by Michael Smith · 2 years, 7 months ago
  5. 01d53f4 THRIFT-5248: Python: Make TSocket.isOpen check if server still connected by Neil Williams · 4 years, 6 months ago
  6. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
  7. 3131fe9 THRIFT-4904: Fix python unit test errors and exception escapes by James E. King III · 6 years ago
  8. f6511c9 THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725) by Jun · 6 years ago
  9. 7af79c8 THRIFT-4668: make socket backlog configurable for python2 Client: py by lshgdut · 6 years ago
  10. 1c8b5cb THRIFT-3634 Fix Python TSocket resource leak on connection failure by Nobuaki Sukegawa · 9 years ago
  11. 10308cb THRIFT-3596 Better conformance to PEP8 by Nobuaki Sukegawa · 9 years ago
  12. 760511f THRIFT-1857 Python 3 Support by Nobuaki Sukegawa · 9 years ago
  13. d565e2f Thrift-1784: pep-3110 exception handling Client: py Patch: jfarrell by jfarrell · 10 years ago
  14. 8bdff94 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  15. 3979b86 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  16. 6972041 THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warnings by Bryan Duxbury · 13 years ago
  17. 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
  18. 5040911 THRIFT-1100. py: python TSSLSocket improvements, including certificate validation by Bryan Duxbury · 14 years ago
  19. e0498c9 THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host by Bryan Duxbury · 14 years ago
  20. 73af3b7 THRIFT-869. python: Disguise ECONNRESET as EOF on BSD by David Reiss · 14 years ago
  21. bff2a35 THRIFT-586. python: TSocket incorrectly sets the exception type when an end of file error occurs by Esteve Fernandez · 15 years ago
  22. a043be3 THRIFT-495. python: Raise a TTransportException if TSocket is not open by David Reiss · 16 years ago
  23. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  24. d73255d THRIFT-329. python: Make TServerSocket.close() work properly by David Reiss · 16 years ago
  25. e29995e THRIFT-48. python: Make TServerSocket work with Unix-domain sockets by David Reiss · 16 years ago
  26. 0ee93ea THRIFT-93. Remove unnecessary shebang lines from Python libraries by David Reiss · 16 years ago
  27. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  28. c16a8f6 Thrift: Python support for Unix-domain sockets, and eager timeout setting. by David Reiss · 17 years ago
  29. 256bdc4 IPv6 tweaks for Thrift by Mark Slee · 17 years ago
  30. a46438e [Thrift] fixing python server socket bind permissions by pfung · 17 years ago
  31. 2654956 Fix for IPv6 Python sockets binding localhost problem by Mark Slee · 17 years ago
  32. e168d5e Summary: TSocket shouldn't let you set the timeout before it's got a valid handle by James Wang · 17 years ago
  33. 2297460 Python IPv6 support for TSocket by Mark Slee · 18 years ago
  34. 7679196 Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. by Mark Slee · 18 years ago
  35. b6616fc No such thing as e.message in python socket error? by Mark Slee · 18 years ago
  36. 89e2bb8 Applying Thrift software license to Python source by Mark Slee · 18 years ago
  37. 92195ae Starting python exception handling cleanup by Mark Slee · 18 years ago
  38. 9bae5e7 -- typo in TSocket by Aditya Agarwal · 18 years ago
  39. f954f97 -- Allow specification of socket timeouts in thrift python socket code by Aditya Agarwal · 18 years ago
  40. fe30c5f Improve python thrift transport, readAll, buffering, framing by Mark Slee · 18 years ago
  41. 4f0fed6 Python basic threaded server by Mark Slee · 18 years ago
  42. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  43. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  44. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  45. cde2b61 Implementation of the basic Thrift stack in Python by Mark Slee · 18 years ago