summaryrefslogtreecommitdiff
path: root/lib/py/src/transport/TSocket.py
Commit message (Expand)AuthorAgeFilesLines
* py TSocket: Only disable socket.IPV6_V6ONLY when the family is AF_INET6Ling Li2023-03-171-7/+8
* py server: Listen also on IPv4dejank-isystem2023-01-011-0/+1
* THRIFT-5617: T(SSL)Socket TCP keep-alive incorrectly applies SO_KEEPALIVE to ...Nick Withers2022-09-021-2/+2
* THRIFT-5595: Handle peek request error with SSLSocketMichael Smith2022-06-101-0/+3
* THRIFT-5248: Python: Make TSocket.isOpen check if server still connectedNeil Williams2020-08-061-1/+25
* THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo()max ulidtko2020-05-081-1/+1
* THRIFT-4904: Fix python unit test errors and exception escapesJames E. King III2019-07-071-11/+16
* THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725)Jun2019-01-311-1/+10
* THRIFT-4668: make socket backlog configurable for python2lshgdut2018-11-221-1/+10
* THRIFT-3634 Fix Python TSocket resource leak on connection failureNobuaki Sukegawa2016-02-171-19/+31
* THRIFT-3596 Better conformance to PEP8Nobuaki Sukegawa2016-02-041-145/+145
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-1/+1
* Thrift-1784: pep-3110 exception handlingjfarrell2015-03-181-4/+4
* THRIFT-2267:Should be able to choose socket family in Python TSocketjfarrell2013-11-251-1/+1
* THRIFT-2267:Should be able to choose socket family in Python TSocketjfarrell2013-11-251-4/+8
* THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warningsBryan Duxbury2012-01-031-10/+23
* THRIFT-1407: Typo in Python socket server causes Thrift to fail when we enabl...Jake Farrell2011-10-261-2/+2
* THRIFT-1100. py: python TSSLSocket improvements, including certificate valida...Bryan Duxbury2011-03-211-2/+2
* THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific...Bryan Duxbury2011-01-261-2/+2
* THRIFT-869. python: Disguise ECONNRESET as EOF on BSDDavid Reiss2010-08-301-1/+15
* THRIFT-586. python: TSocket incorrectly sets the exception type when an end o...Esteve Fernandez2009-09-241-4/+4
* THRIFT-495. python: Raise a TTransportException if TSocket is not openDavid Reiss2009-05-121-0/+2
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-4/+17
* THRIFT-329. python: Make TServerSocket.close() work properlyDavid Reiss2009-03-241-1/+1
* THRIFT-48. python: Make TServerSocket work with Unix-domain socketsDavid Reiss2008-07-311-22/+36
* THRIFT-93. Remove unnecessary shebang lines from Python librariesDavid Reiss2008-07-211-2/+0
* Thrift: Whitespace cleanup.David Reiss2008-02-061-3/+3
* Thrift: Python support for Unix-domain sockets, and eager timeout setting.David Reiss2007-12-141-6/+26
* IPv6 tweaks for ThriftMark Slee2007-11-271-3/+3
* [Thrift] fixing python server socket bind permissionspfung2007-07-271-2/+2
* Fix for IPv6 Python sockets binding localhost problemMark Slee2007-07-271-1/+1
* Summary: TSocket shouldn't let you set the timeout before it's got a valid ha...James Wang2007-07-241-0/+2
* Python IPv6 support for TSocketMark Slee2007-07-061-4/+18
* Various Thrift fixes, including Application Exception support in Ruby, better...Mark Slee2007-03-141-2/+1
* No such thing as e.message in python socket error?Mark Slee2007-03-071-1/+1
* Applying Thrift software license to Python sourceMark Slee2007-03-011-0/+8
* Starting python exception handling cleanupMark Slee2007-02-211-3/+6
* -- typo in TSocketAditya Agarwal2007-02-071-1/+2
* -- Allow specification of socket timeouts in thrift python socket codeAditya Agarwal2007-02-061-2/+6
* Improve python thrift transport, readAll, buffering, framingMark Slee2006-10-251-9/+0
* Python basic threaded serverMark Slee2006-10-021-4/+7
* Thrift TTransportFactory model for serversMark Slee2006-09-071-2/+3
* Thrift: Added support for double type across all languagesMark Slee2006-09-061-1/+1
* Thrift Python server code generationMark Slee2006-09-051-6/+37
* Implementation of the basic Thrift stack in PythonMark Slee2006-09-031-0/+45