1. 1405831 Use pip install instead of deprecated python setup.py install command by Charles Coulombe · 9 months ago
  2. 0ed4a1d THRIFT-5777: python fix mismatched timeout exceptions by bwangelme · 9 months ago
  3. 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
  4. 58000cc Fix: fix readMessageBegin name type error Client: ["python"] by bwangelme · 1 year, 2 months ago
  5. 75cf93e bump version number by Jens Geyer · 11 months ago
  6. be1c8fd Fix github actions for python3 tests by Yuxuan 'fishy' Wang · 1 year ago
  7. 0d5b4f9 created reöease branch 0.19.0 by Jens Geyer · 1 year, 6 months ago
  8. 6f33900 THRIFT-5564: add GitHub action for python 2.x and 3.x (#2787) by Jiayu Liu · 1 year, 9 months ago
  9. ae3e96b py TSocket: Only disable socket.IPV6_V6ONLY when the family is AF_INET6 by Ling Li · 1 year, 10 months ago
  10. c6fd86d bump version number by Jens Geyer · 1 year, 11 months ago
  11. 916ae8b py server: Listen also on IPv4 by dejank-isystem · 2 years, 1 month ago
  12. e0ee2c7 THRIFT-5617: T(SSL)Socket TCP keep-alive incorrectly applies SO_KEEPALIVE to IPPROTO_TCP by Nick Withers · 2 years, 4 months ago
  13. c75646a version bump by Jens Geyer · 2 years, 4 months ago
  14. 9814007 fix typo by PikachuHy · 2 years, 5 months ago
  15. e3eb9af THRIFT-5595: Handle peek request error with SSLSocket by Michael Smith · 2 years, 7 months ago
  16. 88a45ac THRIFT-5449: Use poll instead of select in Python TNonblockingServer if available by Yiyang Zhou · 3 years, 5 months ago
  17. b664cfe fix Out Of Memory when use TNonblockingServer by shangxu · 4 years, 2 months ago
  18. 103a11c THRIFT-5467 Python: fix CannotSendHeader exception by Márton Csordás · 3 years, 1 month ago
  19. 50819ce Fix winsock capitalization for case sensitive cross-compilation by Jeremiah · 3 years ago
  20. bf09675 Fixed proxy related bugs by くらげ · 3 years, 6 months ago
  21. 6868ebb Release 0.16.0 by Jens Geyer · 3 years ago
  22. 9d7d627 Remove excess assertions by Ali-Akber Saifee · 3 years ago
  23. b724787 Define PY_SSIZE_T_CLEAN to use PyObject_CallFunction by Ali-Akber Saifee · 3 years, 1 month ago
  24. 443a03c FIX: Python code style / flake8: TProcessPoolServer.py:46:14: E225 missing whitespace around operator by Jens Geyer · 3 years, 2 months ago
  25. 50f9713 FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0 by Jens Geyer · 3 years, 2 months ago
  26. da1e19b THRIFT-5454: add __setState__ function to TProcessPoolServer to enable correct multiprocessing behavior related to pickling by Yiyang Zhou · 3 years, 5 months ago
  27. 7ecc9ef minor changes to make pypi distribution look better (long desc) by James E. King III · 3 years, 4 months ago
  28. f7e6c65 bump version number by Jens Geyer · 3 years, 5 months ago
  29. d8c4345 fix isOpen return None, to be consistent with other transport Client: python by geehanlin · 3 years, 7 months ago
  30. 055fe67 THRIFT-5352: Fix construction of Py exceptions with no fields by Neil Williams · 3 years, 11 months ago
  31. 3fc0b8d Version number aligned to 0.15.0 by Jens Geyer · 4 years ago
  32. 1c35d6b THRIFT-5331: Py: make THeader subprotocol configurable (#2302) by Neil Williams · 4 years ago
  33. 05bb551 THRIFT-5303 Fix missing error handling in using PyUnicode_DecodeUTF8 by stiga-huang · 4 years, 2 months ago
  34. e6d97c0 test ci fix by zeshuai007 · 4 years, 5 months ago
  35. 01d53f4 THRIFT-5248: Python: Make TSocket.isOpen check if server still connected by Neil Williams · 4 years, 6 months ago
  36. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  37. 797fe25 Supplement TNonblockingServer.py testcase Client: py Patch: Zezeng Wang by zeshuai007 · 4 years, 8 months ago
  38. 26e6c84 Add testcase for compactprotocol(python) by zeshuai007 · 4 years, 8 months ago
  39. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
  40. bbc5e06 Supplement TZlibTransport.py testcase by zeshuai007 · 4 years, 8 months ago
  41. 3938169 Add file and memory buffer tests for Python by Zezeng Wang · 4 years, 9 months ago
  42. c372812 Supplement TBinaryprotocol module testcase by Zezeng Wang · 4 years, 9 months ago
  43. b83ae2c supplementary testcase for TJSONProtocol by zeshuai007 · 4 years, 9 months ago
  44. 69642f3 THRIFT-5165: THttpClient saves session cookie. Client: py Patch: Joao Antonio by Joao Antonio · 4 years, 9 months ago
  45. 9c43962 Revert "Revert "THRIFT-4002: Make generated exception classes immutable by default"" by Elvis Pranskevichus · 5 years ago
  46. 9320f89 Revert "Revert "Remove unnecessary TException.message hack"" by Elvis Pranskevichus · 5 years ago
  47. 3d9f50d Revert "Remove unnecessary TException.message hack" by D. Can Celasun · 5 years ago
  48. 1234ddf Revert "THRIFT-4002: Make generated exception classes immutable by default" by D. Can Celasun · 5 years ago
  49. b40f5c2 THRIFT-4002: Make generated exception classes immutable by default by Elvis Pranskevichus · 6 years ago
  50. 45a9827 Remove unnecessary TException.message hack by Elvis Pranskevichus · 6 years ago
  51. cf73b66 Remove unused exception variable Client: Python Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  52. 616df98 fix veralign.sh and bump version (again) by Jens Geyer · 5 years ago
  53. 3131fe9 THRIFT-4904: Fix python unit test errors and exception escapes by James E. King III · 6 years ago
  54. 95870f0 THRIFT-4892: fixed data type conflict with simultaneous usage of bytes and str (#1804) by antbofh · 6 years ago
  55. 6b3f7d9 Fix spelling errors in TSSLSocket.py by Tim Armstrong · 6 years ago
  56. dbc1f8d THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) by James E. King III · 6 years ago
  57. 393f6c9 THRIFT-3877: fix py/py3 server, java client with http transport by James E. King III · 6 years ago
  58. 9804ab9 THRIFT-4780: finish the server implementation of multi in python server by James E. King III · 6 years ago
  59. 74a3e09 THRIFT-4779: fix exception type in TMultiplexedProcessor by James E. King III · 6 years ago
  60. e44f6a9 THRIFT-4778: fix inheritance for protocol factories by James E. King III · 6 years ago
  61. 53bd0e6 THRIFT-4745: fixes compiler warnings by James E. King III · 6 years ago
  62. f15b415 THRIFT-4405: fix negative sequence id handling in python TCompactProtocol by James E. King III · 6 years ago
  63. f6511c9 THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725) by Jun · 6 years ago
  64. 638c91f THRIFT-1549: properly unwrap and close TSSLSocket in python by James E. King III · 6 years ago
  65. b96c438 THRIFT-4717: fix up make clean with autoconf by James E. King III · 6 years ago
  66. 8935c98 THRIFT-4753: re-version master to next release 0.13.0 by James E. King III · 6 years ago
  67. fe11c48 THRIFT-4733: Fix test unix socket address already in use by junnplus · 6 years ago
  68. 0f43f95 revert noexcept changings by cyy · 6 years ago
  69. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  70. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  71. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  72. 9b75e4f THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows; remove NOMINMAX from cmake build by James E. King III · 6 years ago
  73. 7af79c8 THRIFT-4668: make socket backlog configurable for python2 Client: py by lshgdut · 6 years ago
  74. 66a44c5 THRIFT-4621 Add THeader for Python by Neil Williams · 6 years ago
  75. f5f430d THRIFT-4579: Move up to Ubuntu Bionic for CI builds by James E. King III · 7 years ago
  76. 747158c THRIFT-4548: python binary accelerated protocol with multiplexing via decoration (#1547) by Nicholas Martin · 7 years ago
  77. eb9f65b THRIFT-4577 Outdated cipher string in python unit test by Aki Sukegawa · 7 years ago
  78. edf8f0f THRIFT-4561: Remove python socket timeout by Josip Sokcevic · 7 years ago
  79. 2068544 THRIFT-4548: add python cross test client multiplexed protocol support by James E. King III · 7 years ago
  80. 6f8c99e THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests by James E. King III · 7 years ago
  81. 9e0c927 THRIFT-4505: Fix python build on Vagrant Windows boxes Client: py by Eduardo Arada · 7 years ago
  82. 00646bb THRIFT-4464: Fix typo in TNonblockingServer.py Client: py by Yubing Dong (Tom) · 7 years ago
  83. f3a2974 THRIFT-4398 Update EXTRA_DIST for "make dist" by Jens Geyer · 7 years ago
  84. 350fe75 THRIFT-4370: build generated code before running static code analysis; by James E. King, III · 7 years ago
  85. e7611d0 THRIFT-4367: Fix missing positional argument in python by James E. King, III · 7 years ago
  86. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  87. 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
  88. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  89. 2f03618 THRIFT-4274: Catch OSError in TSSLServerSocket.accept() Client: py by Håkon Hitland · 7 years ago
  90. b56ead3 THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  91. c34653f THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  92. 6582757 THRIFT-4029: add MANIFEST.in to include the extension files Client: py by Yao Jin · 8 years ago
  93. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 8 years ago
  94. e2bc972 THRIFT-4102 remove useless code cause performance problem Client: python by Yao Jin · 8 years ago
  95. 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
  96. e8ba787 THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 by Nobuaki Sukegawa · 8 years ago
  97. 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
  98. de9c330 THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice by James E. King, III · 8 years ago
  99. 988b3e9 THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError by Chandler May · 8 years ago
  100. db3a92e THRIFT-4009 Use @implementer instead of implements in TTwisted.py by ciarancourtney · 8 years ago