1. cee3ddb THRIFT-5352: Fix construction of Py exceptions with no fields by Neil Williams · 3 years, 11 months ago
  2. 1c35d6b THRIFT-5331: Py: make THeader subprotocol configurable (#2302) by Neil Williams · 4 years ago
  3. 05bb551 THRIFT-5303 Fix missing error handling in using PyUnicode_DecodeUTF8 by stiga-huang · 4 years, 2 months ago
  4. e6d97c0 test ci fix by zeshuai007 · 4 years, 5 months ago
  5. 01d53f4 THRIFT-5248: Python: Make TSocket.isOpen check if server still connected by Neil Williams · 4 years, 6 months ago
  6. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  7. 797fe25 Supplement TNonblockingServer.py testcase Client: py Patch: Zezeng Wang by zeshuai007 · 4 years, 8 months ago
  8. 26e6c84 Add testcase for compactprotocol(python) by zeshuai007 · 4 years, 8 months ago
  9. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
  10. bbc5e06 Supplement TZlibTransport.py testcase by zeshuai007 · 4 years, 8 months ago
  11. 3938169 Add file and memory buffer tests for Python by Zezeng Wang · 4 years, 9 months ago
  12. c372812 Supplement TBinaryprotocol module testcase by Zezeng Wang · 4 years, 9 months ago
  13. b83ae2c supplementary testcase for TJSONProtocol by zeshuai007 · 4 years, 9 months ago
  14. 69642f3 THRIFT-5165: THttpClient saves session cookie. Client: py Patch: Joao Antonio by Joao Antonio · 4 years, 9 months ago
  15. 9c43962 Revert "Revert "THRIFT-4002: Make generated exception classes immutable by default"" by Elvis Pranskevichus · 5 years ago
  16. 9320f89 Revert "Revert "Remove unnecessary TException.message hack"" by Elvis Pranskevichus · 5 years ago
  17. 3d9f50d Revert "Remove unnecessary TException.message hack" by D. Can Celasun · 5 years ago
  18. 1234ddf Revert "THRIFT-4002: Make generated exception classes immutable by default" by D. Can Celasun · 5 years ago
  19. b40f5c2 THRIFT-4002: Make generated exception classes immutable by default by Elvis Pranskevichus · 6 years ago
  20. 45a9827 Remove unnecessary TException.message hack by Elvis Pranskevichus · 6 years ago
  21. cf73b66 Remove unused exception variable Client: Python Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  22. 616df98 fix veralign.sh and bump version (again) by Jens Geyer · 5 years ago
  23. 3131fe9 THRIFT-4904: Fix python unit test errors and exception escapes by James E. King III · 6 years ago
  24. 95870f0 THRIFT-4892: fixed data type conflict with simultaneous usage of bytes and str (#1804) by antbofh · 6 years ago
  25. 6b3f7d9 Fix spelling errors in TSSLSocket.py by Tim Armstrong · 6 years ago
  26. dbc1f8d THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) by James E. King III · 6 years ago
  27. 393f6c9 THRIFT-3877: fix py/py3 server, java client with http transport by James E. King III · 6 years ago
  28. 9804ab9 THRIFT-4780: finish the server implementation of multi in python server by James E. King III · 6 years ago
  29. 74a3e09 THRIFT-4779: fix exception type in TMultiplexedProcessor by James E. King III · 6 years ago
  30. e44f6a9 THRIFT-4778: fix inheritance for protocol factories by James E. King III · 6 years ago
  31. 53bd0e6 THRIFT-4745: fixes compiler warnings by James E. King III · 6 years ago
  32. f15b415 THRIFT-4405: fix negative sequence id handling in python TCompactProtocol by James E. King III · 6 years ago
  33. f6511c9 THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725) by Jun · 6 years ago
  34. 638c91f THRIFT-1549: properly unwrap and close TSSLSocket in python by James E. King III · 6 years ago
  35. b96c438 THRIFT-4717: fix up make clean with autoconf by James E. King III · 6 years ago
  36. 8935c98 THRIFT-4753: re-version master to next release 0.13.0 by James E. King III · 6 years ago
  37. fe11c48 THRIFT-4733: Fix test unix socket address already in use by junnplus · 6 years ago
  38. 0f43f95 revert noexcept changings by cyy · 6 years ago
  39. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  40. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  41. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  42. 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
  43. 7af79c8 THRIFT-4668: make socket backlog configurable for python2 Client: py by lshgdut · 6 years ago
  44. 66a44c5 THRIFT-4621 Add THeader for Python by Neil Williams · 6 years ago
  45. f5f430d THRIFT-4579: Move up to Ubuntu Bionic for CI builds by James E. King III · 7 years ago
  46. 747158c THRIFT-4548: python binary accelerated protocol with multiplexing via decoration (#1547) by Nicholas Martin · 7 years ago
  47. eb9f65b THRIFT-4577 Outdated cipher string in python unit test by Aki Sukegawa · 7 years ago
  48. edf8f0f THRIFT-4561: Remove python socket timeout by Josip Sokcevic · 7 years ago
  49. 2068544 THRIFT-4548: add python cross test client multiplexed protocol support by James E. King III · 7 years ago
  50. 6f8c99e THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests by James E. King III · 7 years ago
  51. 9e0c927 THRIFT-4505: Fix python build on Vagrant Windows boxes Client: py by Eduardo Arada · 7 years ago
  52. 00646bb THRIFT-4464: Fix typo in TNonblockingServer.py Client: py by Yubing Dong (Tom) · 7 years ago
  53. f3a2974 THRIFT-4398 Update EXTRA_DIST for "make dist" by Jens Geyer · 7 years ago
  54. 350fe75 THRIFT-4370: build generated code before running static code analysis; by James E. King, III · 7 years ago
  55. e7611d0 THRIFT-4367: Fix missing positional argument in python by James E. King, III · 7 years ago
  56. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  57. 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
  58. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  59. 2f03618 THRIFT-4274: Catch OSError in TSSLServerSocket.accept() Client: py by Håkon Hitland · 7 years ago
  60. b56ead3 THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  61. c34653f THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  62. 6582757 THRIFT-4029: add MANIFEST.in to include the extension files Client: py by Yao Jin · 8 years ago
  63. 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
  64. e2bc972 THRIFT-4102 remove useless code cause performance problem Client: python by Yao Jin · 8 years ago
  65. 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
  66. e8ba787 THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 by Nobuaki Sukegawa · 8 years ago
  67. 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
  68. de9c330 THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice by James E. King, III · 8 years ago
  69. 988b3e9 THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError by Chandler May · 8 years ago
  70. db3a92e THRIFT-4009 Use @implementer instead of implements in TTwisted.py by ciarancourtney · 8 years ago
  71. 042ce7e THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Nobuaki Sukegawa · 8 years ago
  72. 1ac0a80 THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Martin Wilck · 9 years ago
  73. d2b4f24 THRIFT-3917 Check backports.ssl_match_hostname module version by Nobuaki Sukegawa · 8 years ago
  74. bf9fa90 THRIFT-3910 Do not invoke pip as part of build process by Nobuaki Sukegawa · 8 years ago
  75. 6657b83 THRIFT-3765 fix memory leak in python compact protocol extension by Chandler May · 9 years ago
  76. e134cbc Update make dist entries by Nobuaki Sukegawa · 9 years ago
  77. f2b7a48 THRIFT-3726 Fix incorrect conditional in TMultiplexedProtocol.py by Helgi Kristvin Sigurbjarnarson · 9 years ago
  78. 356c998 Add missing make dist entry by Nobuaki Sukegawa · 9 years ago
  79. 5bac5ba THRIFT-3712 TTornadoServer cannot handle IPv6 address by Nobuaki Sukegawa · 9 years ago
  80. d9b4425 follow-up: THRIFT-3599 Validate client IP address against cert's SubjectAltName by Nobuaki Sukegawa · 9 years ago
  81. f7a8d94 THRIFT-3699 Fix integer limit symbol includes in Python C extension by Nobuaki Sukegawa · 9 years ago
  82. d479e23 THRIFT-3691 Run flake8 Python style check on Travis-CI by Nobuaki Sukegawa · 9 years ago
  83. f32bae7 THRIFT-3651 Make backports.match_hostname and ipaddress optional by Nobuaki Sukegawa · 9 years ago
  84. a72ffbe THRIFT-3649 Python TSaslClientTransport initializes TTransportException incorrectly by Tristen Georgiou · 9 years ago
  85. 7efa4fb THRIFT-3646 Fix Python extension build warnings by Nobuaki Sukegawa · 9 years ago
  86. 1c8b5cb THRIFT-3634 Fix Python TSocket resource leak on connection failure by Nobuaki Sukegawa · 9 years ago
  87. 66f5053 THRIFT-3614 Improve logging of test_sslsocket.py by Nobuaki Sukegawa · 9 years ago
  88. 6a0ca7f THRIFT-3618 Python TSSLSocket deprecation message should print caller's location by Nobuaki Sukegawa · 9 years ago
  89. 7af189a THRIFT-3613 Port Python C extension to Python 3 by Nobuaki Sukegawa · 9 years ago
  90. 6525f6a THRIFT-3612 Add Python C extension for compact protocol by Nobuaki Sukegawa · 9 years ago
  91. ac06704 THRIFT-3616 Improve TSSLSocketTest robustness. by John Sirois · 9 years ago
  92. ce1c8ab THRIFT-3615 Fix Python SSL client resource leak on connection failure by Nobuaki Sukegawa · 9 years ago
  93. 355116e THRIFT-3614 Improve logging of test_sslsocket.py by Nobuaki Sukegawa · 9 years ago
  94. f39f7db THRIFT-3599 Validate client IP address against cert's SubjectAltName by Nobuaki Sukegawa · 9 years ago
  95. 25536ad THRIFT-2103 [python] Support for SSL certificates with Subject Alternative Names by Nobuaki Sukegawa · 9 years ago
  96. 10308cb THRIFT-3596 Better conformance to PEP8 by Nobuaki Sukegawa · 9 years ago
  97. f07b4a1 Adjust Python SSL test delay in an attempt to avoid flakiness on CI by Nobuaki Sukegawa · 9 years ago
  98. 7b545b5 THRIFT-3532 Add configurable string and container read size limit to Python protocols by Nobuaki Sukegawa · 9 years ago
  99. a3b88a0 THRIFT-3503 Enable py:utf8string by default by Nobuaki Sukegawa · 9 years ago
  100. 397bd51 THRIFT-3527 -gen py:dynamic,utf8strings ignores utf8strings option by Nobuaki Sukegawa · 9 years ago