summaryrefslogtreecommitdiff
path: root/lib/py/src/server/TNonblockingServer.py
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5564: add GitHub action for python 2.x and 3.x (#2787)Jiayu Liu2023-04-201-1/+1
* fix typoPikachuHy2022-07-311-1/+1
* THRIFT-5449: Use poll instead of select in Python TNonblockingServer if avail...Yiyang Zhou2022-04-231-2/+44
* fix Out Of Memory when use TNonblockingServershangxu2022-04-211-0/+4
* THRIFT-4464: Fix typo in TNonblockingServer.pyYubing Dong (Tom)2018-01-241-1/+1
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-191-0/+1
* THRIFT-3938 Python TNonblockingServer does not work with SSLNobuaki Sukegawa2017-02-121-56/+75
* THRIFT-3596 Better conformance to PEP8Nobuaki Sukegawa2016-02-041-7/+8
* THRIFT-3506 Eliminate old style classes from library codeNobuaki Sukegawa2016-01-021-2/+2
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-12/+13
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-1/+1
* THRIFT-2663: py - per module logger used in python libKonrad Grochowski2014-09-291-5/+7
* THRIFT-1569 thrift: add stop() method to python TNonblockingServerRoger Meier2012-04-131-2/+24
* THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warningsBryan Duxbury2012-01-031-40/+54
* THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblocking...Todd Lipcon2009-12-031-1/+2
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+18
* THRIFT-136. s/async/oneway/ in misc placesDavid Reiss2009-03-241-1/+1
* THRIFT-136. s/async/oneway/ in commentsDavid Reiss2009-03-241-1/+1
* THRIFT-67. python: Add TNonblockingServerDavid Reiss2008-11-071-0/+291