thrift/lib
Elvis Pranskevichus 45a9827f0f
Remove unnecessary TException.message hack
Thrift attempts to work-around the Python 2.7 DeprecationWarning
around `BaseException.message` by using a property.  This hack is
unnecessary since `message` is _also_ written as a regular attribute in
the `TException` constructor (and would be in any of its children),
hence the `BaseException_get_message()` wouldn't even be called.

This hack also stands in the way of making exception instances
immutable (which is a prerequisute to fixing THRIFT-4002).
2019-12-10 20:44:22 +00:00
..
as3 fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
c_glib THRIFT-4952 Modified ssl_read feedback value break all the time error. 2019-10-18 00:26:47 +02:00
cl THRIFT-82: Add Common Lisp support 2018-03-02 13:44:50 -05:00
cpp THRIFT-4862 C++ TBinaryProtocol crashes on port scan 2019-11-20 03:04:00 +01:00
csharp fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
d bump version 2019-10-17 20:31:24 +02:00
dart fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
delphi THRIFT-5044 Improve serialization support for TApplicationExceptions and custom exceptions 2019-12-05 09:03:10 +01:00
erl fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
go THRIFT-5019: Duplicate imports from multiple includes from a namespace 2019-11-20 15:31:35 +00:00
haxe bump version 2019-10-17 20:31:24 +02:00
hs fix typo in cmake 2019-11-03 18:34:24 +01:00
java THRIFT-5031: Fix TIOStreamTransport javadoc 2019-11-25 21:40:52 +00:00
javame THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) 2019-02-25 22:14:35 +01:00
js fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
json THRIFT-4717: fix up make clean with autoconf 2019-01-25 23:33:54 -05:00
lua THRIFT-4992 thrift lua TcompactProtocol bug fix #1881 2019-11-03 19:07:13 +01:00
netstd THRIFT-4990 Upgrade to .NET Core 3.1 (LTS) 2019-12-07 08:47:32 +01:00
nodejs THRIFT-4994 changed this to self in forEach callback 2019-11-04 22:00:24 +01:00
nodets THRIFT-4675: Fix int64 constants generation for map keys 2019-01-25 10:03:37 -05:00
ocaml fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
perl fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
php Fix PHP style errors (by means of phpcbf) [ci skip] 2019-11-02 12:24:12 +01:00
py Remove unnecessary TException.message hack 2019-12-10 20:44:22 +00:00
rb THRIFT-4999: Raise proper exception on transport error 2019-11-21 22:43:21 +01:00
rs THRIFT-5043 Make TBufferChannel clonable 2019-12-02 21:03:35 +01:00
st bump version 2019-10-17 20:31:24 +02:00
swift fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
ts fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
xml THRIFT-3803 - Remove file attribute from include elements in XML generator 2016-04-29 23:29:29 +02:00
Makefile.am THRIFT-4981 Remove deprecated netcore bindings from the code base 2019-10-20 16:21:29 +02:00