1. 66a44c5 THRIFT-4621 Add THeader for Python by Neil Williams · 6 years ago
  2. 747158c THRIFT-4548: python binary accelerated protocol with multiplexing via decoration (#1547) by Nicholas Martin · 7 years ago
  3. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  4. 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
  5. c34653f THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  6. 6525f6a THRIFT-3612 Add Python C extension for compact protocol by Nobuaki Sukegawa · 9 years ago
  7. 10308cb THRIFT-3596 Better conformance to PEP8 by Nobuaki Sukegawa · 9 years ago
  8. 7b545b5 THRIFT-3532 Add configurable string and container read size limit to Python protocols by Nobuaki Sukegawa · 9 years ago
  9. a3b88a0 THRIFT-3503 Enable py:utf8string by default by Nobuaki Sukegawa · 9 years ago
  10. 397bd51 THRIFT-3527 -gen py:dynamic,utf8strings ignores utf8strings option by Nobuaki Sukegawa · 9 years ago
  11. 299255a THRIFT-3525 py:dynamic fails to handle binary list/set/map element by Nobuaki Sukegawa · 9 years ago
  12. 65d8564 THRIFT-3538 python: Removed UnboundMethodType by Thomas Bartelmess · 9 years ago
  13. 4733db4 THRIFT-3519 fastbinary does not work with -gen py:utf8strings by Nobuaki Sukegawa · 9 years ago
  14. 33744b0 THRIFT-3515 Python 2.6 compatibility and test on CI by Nobuaki Sukegawa · 9 years ago
  15. b9c859a THRIFT-3506 Eliminate old style classes from library code by Nobuaki Sukegawa · 9 years ago
  16. 7b89469 THRIFT-3504 Fix FastbinaryTest.py Client: Python Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  17. e841b3d THRIFT-162 Thrift structures are unhashable, preventing them from being used as set elements by Nobuaki Sukegawa · 9 years ago
  18. 8551f3f Revert part of 7f404fdef23dbbe5204d35bcb9261ff50939f31f by Nobuaki Sukegawa · 9 years ago
  19. bc7e480 THRIFT-3350 Python JSON protocol does not encode binary as Base64 by Nobuaki Sukegawa · 9 years ago
  20. 7f404fd Run test for THRIFT-2413 by Nobuaki Sukegawa · 9 years ago
  21. 369d62e THRIFT-2413 Add JSON escaped unicode support for python3. by Phongphan Phuttha · 9 years ago
  22. 7f01e2a THRIFT-2413: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Phongphan Phuttha · 9 years ago
  23. 760511f THRIFT-1857 Python 3 Support by Nobuaki Sukegawa · 9 years ago
  24. 228b328 THRIFT-3376 C# and Python JSON protocol double values lose precision by Nobuaki Sukegawa · 9 years ago
  25. 64b8f6c THRIFT-3375 Python TJSONProtocol encodes utf8 string values in an incompatible way by Nobuaki Sukegawa · 9 years ago
  26. 15c4004 THRIFT-3323 Python library does not handle escaped forward slash ("/") in JSON by Jens Geyer · 9 years ago
  27. 7daf00c THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocations from garbage by Roger Meier · 10 years ago
  28. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  29. 0721867 THRIFT-2757: py - fixed checkIntegerLimits in TProtocol.py by Konrad Grochowski · 10 years ago
  30. d5f3be5 THRIFT-2757: py - checkIntegerLimits optimized by Konrad Grochowski · 10 years ago
  31. 93fea15 THRIFT-2757: py - Added integer limits checks in compact and JSON protocols by Konrad Grochowski · 10 years ago
  32. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  33. 879cab2 THRIFT-1914 Python: Support for Multiplexing Services on any by Roger Meier · 11 years ago
  34. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  35. 8c691fa THRIFT-1639 Java/Python: Serialization/Deserialization of double type using CompactProtocol by Roger Meier · 11 years ago
  36. 0895dfe THRIFT-1797 Python implementation of TSimpleJSONProtocol Patch: Avi Flamholz by Roger Meier · 12 years ago
  37. ad8154a THRIFT-1796 TJSONProtocol is not functional Patch: Avi Flamholz by Roger Meier · 12 years ago
  38. 05ab89a THRIFT-1745 Python JSON protocol fix typo detected by cross language test suite by Roger Meier · 12 years ago
  39. 85fb6de THRIFT-1745 Python JSON protocol TJSONProtocol.py: Frederic Delbos by Roger Meier · 12 years ago
  40. 6972041 THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warnings by Bryan Duxbury · 13 years ago
  41. c3f033f THRIFT-1342 Compilation problem on Windows of fastbinary.c by Roger Meier · 13 years ago
  42. f4eec7a THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings by Roger Meier · 13 years ago
  43. 54df97c THRIFT-1208. py: Compact protocol always reads and writes booleans as true by Bryan Duxbury · 14 years ago
  44. 59d4efd THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test cases by Bryan Duxbury · 14 years ago
  45. df4cffd THRIFT-1093. py: several bugs in python TCompactProtocol by Bryan Duxbury · 14 years ago
  46. abafd79 THRIFT-335. python: Initial implementation of TCompactProtocol by David Reiss · 14 years ago
  47. bff2a35 THRIFT-586. python: TSocket incorrectly sets the exception type when an end of file error occurs by Esteve Fernandez · 15 years ago
  48. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  49. a528f54 THRIFT-360. python: Make fastbinary skip struct fields with the wrong type by David Reiss · 16 years ago
  50. 127d01c THRIFT-391. py: Fix memory leak in fastbinary by Kevin Clark · 16 years ago
  51. 4980910 THRIFT-362. python: Detect endianness on Solaris by David Reiss · 16 years ago
  52. fdd8b5a THRIFT-340. python: Detect endianness properly on FreeBSD by David Reiss · 16 years ago
  53. 58434e6 THRIFT-108. python: Fix call to PyDict_Next in fastbinary.c by David Reiss · 16 years ago
  54. 0ee93ea THRIFT-93. Remove unnecessary shebang lines from Python libraries by David Reiss · 16 years ago
  55. bc444b0 Thrift: Fix a bug in the skip function in Python's fastbinary.c by David Reiss · 17 years ago
  56. 53d9c0c Merging EOFException changes from Ben Maurer by Mark Slee · 17 years ago
  57. 9b36ef3 Fix 32-bit Python encoding integer issue by Mark Slee · 17 years ago
  58. 2c2e6d2 Thrift: Python TBufferedTransport improvements. by David Reiss · 17 years ago
  59. 5db3e92 Thrift: Handle absence of fastbinary.so by David Reiss · 17 years ago
  60. 5ec8e26 Thrift: Fix fastbinary.c for Python 2.4. by David Reiss · 17 years ago
  61. 382fc30 Thrift: Native-code Binary Protocol encoder. by David Reiss · 17 years ago
  62. 552410c Idiotic typos in Python code by Mark Slee · 18 years ago
  63. 808454e Thrift TBinaryProtocol change by Mark Slee · 18 years ago
  64. 89e2bb8 Applying Thrift software license to Python source by Mark Slee · 18 years ago
  65. e74306a Move constant defs into Thrift.py to avoid cirulcar includes by Mark Slee · 18 years ago
  66. 92195ae Starting python exception handling cleanup by Mark Slee · 18 years ago
  67. 5c46819 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  68. 4ac459f Fix python server bugs and go to new protocol wraps transport model by Mark Slee · 18 years ago
  69. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  70. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  71. cde2b61 Implementation of the basic Thrift stack in Python by Mark Slee · 18 years ago