summaryrefslogtreecommitdiff
path: root/test/py
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-335. python: Initial implementation of TCompactProtocolDavid Reiss2010-09-272-8/+21
* THRIFT-695. python: [de]serialize convenience functionsDavid Reiss2010-02-261-0/+19
* THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblocking...Todd Lipcon2009-12-031-0/+4
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-3011-0/+209
* THRIFT-360. python: Make fastbinary skip struct fields with the wrong typeDavid Reiss2009-03-241-0/+1
* THRIFT-136. s/async/oneway/ in misc placesDavid Reiss2009-03-242-5/+5
* THRIFT-256. python: Fix inheritance of services in the same IDL fileDavid Reiss2009-02-071-0/+1
* THRIFT-310. python: Generate valid code for empty servicesDavid Reiss2009-02-072-2/+12
* THRIFT-195. python: Add a simple THttpServerDavid Reiss2009-01-313-17/+37
* THRIFT-212. python: Make TFramedTransport implement CReadableTransportDavid Reiss2009-01-311-0/+37
* python: Make the unit tests run faster and more reliablyDavid Reiss2009-01-312-2/+3
* THRIFT-242. python: Used named arguments in __init__ instead of a dictDavid Reiss2009-01-141-5/+5
* THRIFT-217. Use "--gen py" instead of "-py" in build scriptsDavid Reiss2008-12-022-4/+4
* THRIFT-67. python: Add TNonblockingServerDavid Reiss2008-11-073-20/+57
* THRIFT-109. python: Use self.assert* instead of assert in testsDavid Reiss2008-10-172-6/+6
* Clean up some bad/missed merges from the alterl merge.David Reiss2008-06-111-5/+0
* Implement testAsync for python testsDavid Reiss2008-06-111-0/+5
* Python forking server should close connection in parent.David Reiss2008-06-103-9/+29
* Clean up the unit tests.David Reiss2008-04-071-2/+5
* Make the Python generator use non-hardcoded namespaces.David Reiss2008-03-271-1/+1
* Make "make clean" rules a bit more standard.David Reiss2008-02-241-1/+1
* Implement testAsync for python testsDavid Reiss2008-02-182-1/+13
* Thrift: Python test improvements.David Reiss2008-02-156-31/+119
* Thrift: Whitespace cleanup.David Reiss2008-02-065-14/+14
* Thrift: Python support for Unix-domain sockets, and eager timeout setting.David Reiss2007-12-141-0/+65
* Merging EOFException changes from Ben MaurerMark Slee2007-11-261-0/+101
* Python automated test patchMark Slee2007-10-053-105/+108
* Thrift: Support for explicit Python module declaration.David Reiss2007-08-303-0/+25
* Some Thrift documentation cleanupsMark Slee2007-02-282-14/+19
* Fix relative paths in test dirsMark Slee2007-01-251-1/+1
* Bring Thrift test code up to dateMark Slee2006-10-262-7/+7
* Fix broken thrift test code for new modelMark Slee2006-10-251-1/+46
* Change run() to serve() in all Thrift server interfacesMark Slee2006-09-201-1/+1
* Thrift: generate Processors not ServersMark Slee2006-09-071-2/+2
* Thrift TTransportFactory model for serversMark Slee2006-09-071-1/+3
* Thrift: Added support for double type across all languagesMark Slee2006-09-062-4/+31
* -- more thrift Makefile changesAditya Agarwal2006-09-061-1/+1
* Thrift Python server code generationMark Slee2006-09-052-5/+67
* Thrift and Python: Made to be togetherMark Slee2006-09-042-0/+53