summaryrefslogtreecommitdiff
path: root/test/py.tornado
Commit message (Collapse)AuthorAgeFilesLines
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging ↵Jens Geyer2022-09-051-2/+2
| | | | the partially completed uuid implementation to master
* Revert "Revert "THRIFT-4002: Make generated exception classes immutable by ↵Elvis Pranskevichus2019-12-121-4/+1
| | | | | | default"" This reverts commit 1234ddf8a5c98d5d700c82e087f04725170ad581.
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-1/+9
|
* THRIFT-3602 Make Tornado server send exception on unexpected handler errorNobuaki Sukegawa2017-11-301-9/+13
| | | | | | | Client: py This closes #839 This closes #1425
* THRIFT-3691 Run flake8 Python style check on Travis-CINobuaki Sukegawa2016-02-282-1/+4
| | | | | | | Client: Build (Python) Patch: Nobuaki Sukegawa This closes #907
* THRIFT-3596 Better conformance to PEP8Nobuaki Sukegawa2016-02-041-1/+1
| | | | This closes #832
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-4/+4
| | | | | | | Client: Python Patch: Thomas Bartelmess, Eevee (Alex Munroe), helgridly, Christian Verkerk, Jeroen Vlek, Nobuaki Sukegawa This closes #213 and closes #680
* THRIFT-2886 Integrate binary type in standard Thrift cross testJens Geyer2015-01-031-0/+3
| | | | | | | | | | | | Client: C_glib, C++, D, Erlang, Go, Haskell, Lua, Java/Me, JavaScript, Node, Ocaml, Perl, PHP, Python, Ruby Patch: Jens Geyer This closes #341 Minimal server-side implementations and TODO stubs for various languages to let "make check" succeeed. Not contained in this patch and still TODO: - client side implementations, i.e. calls to testBinary() and appropriate tests - server side hex printout missing for some languages
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-4/+4
| | | | | | | Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-4/+4
| | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* THRIFT-2231 Support tornado-4.x (Python)Roger Meier2014-08-071-91/+100
| | | | | | Client: Python Patch: Roey Berman Signed-off-by: Roger Meier <roger@apache.org>
* THRIFT-1704: Tornado support (Python)Chris Piro2013-03-072-0/+250