summaryrefslogtreecommitdiff
path: root/tutorial/py/PythonServer.py
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5051: Fix Python tutorials to address THRIFT-4002Kengo Seki2020-01-191-8/+2
| | | | | | | Client: Python Patch: Kengo Seki This closes #1968
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | avoiding duplicate rebuilds of the same image, and also allow personal docker hub repositories for private fork builds to be optimized. Move ubsan build to artful image because it catches more stuff and fix what was found. THRIFT-4345: solidify docker build strategy for maximum coverage: trusty, xenial, artful as stock as they can be THRIFT-4344: add top level language summary markdown and update readme with a new image on the layered architecture THRIFT-3847: remove VERSION macro from config.h which was causing a conflict on artful builds. THRIFT-4359: fix haxe map/set decode when key is binary, as a missing break statement caused it to use an int during decode This closes #1389
* THRIFT-4312 Erlang client cannot connect to Python server: exceptionwalter-weinmann2017-09-211-1/+1
| | | | | | error: econnrefused This closes #1365
* THRIFT-3691 Run flake8 Python style check on Travis-CINobuaki Sukegawa2016-02-281-2/+4
| | | | | | | Client: Build (Python) Patch: Nobuaki Sukegawa This closes #907
* THRIFT-3540 Make python tutorial more in line with PEP8Nobuaki Sukegawa2016-01-131-63/+66
| | | | This closes #786
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-8/+8
| | | | | | | Client: Python Patch: Thomas Bartelmess, Eevee (Alex Munroe), helgridly, Christian Verkerk, Jeroen Vlek, Nobuaki Sukegawa This closes #213 and closes #680
* THRIFT-727 - C++: what() method of generated exceptions will provide more ↵Konrad Grochowski2015-05-181-2/+2
| | | | | | | | | information Patch: Anna Dymek <aadymek@gmail.com> Client: C++ This closes #469
* THRIFT-1735 integrate tutorial into regular buildRoger Meier2012-10-261-2/+3
| | | | | | | python and python twisted git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402680 13f79535-47bb-0310-9956-ffa450edef68
* fix tutorial python serverChristopher Piro2012-05-021-1/+1
| | | | | | | | the port in TServerSocket's constructor should be passed by keyword; the first positional param is actually the hostname Reviewed By: dreiss git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1333163 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-284. python: Update tutorial files to use reprDavid Reiss2009-01-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@737424 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Whitespace cleanup.David Reiss2008-02-061-3/+3
| | | | | | | | | | | | | | | | | Summary: - Expanded tabs to spaces where spaces were the norm. - Deleted almost all trailing whitespace. - Added newlines to the ends of a few files. - Ran dos2unix on one file or two. Reviewed By: mcslee Test Plan: git diff -b Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665467 13f79535-47bb-0310-9956-ffa450edef68
* Thrift TutorialMark Slee2007-03-071-0/+77
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665051 13f79535-47bb-0310-9956-ffa450edef68