summaryrefslogtreecommitdiff
path: root/tutorial/py
Commit message (Collapse)AuthorAgeFilesLines
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
| | | | | | | Trivially change file mode from 755 to 644 for files in git that shouldn't be marked as executable. These were probably marked as executable due to some contributors developing on Windows using a filesystem that doesn't support POSIX file modes, or aggressively marks everything as executable.
* 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-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | 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
* configure.ac, Makefile.am: introduce THRIFT variable to support ↵Thomas Petazzoni2017-09-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | cross-compilation The thrift build system currently assumes that the thrift compiler is always available in $(top_builddir)/compiler/cpp/thrift. However, in a cross-compilation context, this location contains the thrift compiler built for the target... which obviously will not run on the build machine. In order to support such cross-compilation situation, we introduce the THRIFT variable as a an argument for the configure script (using AC_ARG_VAR). If not specified, it defaults to the existing value of using compiler/cpp/thrift from the build directory, but it can be overridden when calling ./configure. Note that $(top_builddir) cannot be used within the configure script, so we simply use `pwd`, which is the same as the top_builddir. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> This closes #1336 This closes #1350
* More make dist entriesNobuaki Sukegawa2016-03-191-0/+1
|
* THRIFT-3691 Run flake8 Python style check on Travis-CINobuaki Sukegawa2016-02-283-8/+12
| | | | | | | Client: Build (Python) Patch: Nobuaki Sukegawa This closes #907
* THRIFT-3540 Make python tutorial more in line with PEP8Nobuaki Sukegawa2016-01-132-100/+108
| | | | This closes #786
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-062-18/+18
| | | | | | | 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-2768: Whitespace FixupJens Geyer2014-10-031-6/+6
| | | | | | | Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-6/+6
| | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* THRIFT-1735 remove generated files with make cleanRoger Meier2012-11-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404816 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1735 integrate tutorial into regular buildRoger Meier2012-10-263-4/+41
| | | | | | | 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-302-0/+38
| | | | 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-242-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@737424 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Whitespace cleanup.David Reiss2008-02-062-6/+6
| | | | | | | | | | | | | | | | | 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
* Various Thrift fixes, including Application Exception support in Ruby, ↵Mark Slee2007-03-141-34/+39
| | | | | | | | | better errror messages across languages, etc. Reviewed By: thrift git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665058 13f79535-47bb-0310-9956-ffa450edef68
* Thrift TutorialMark Slee2007-03-072-0/+135
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665051 13f79535-47bb-0310-9956-ffa450edef68