1. 66a44c5 THRIFT-4621 Add THeader for Python by Neil Williams · 6 years ago
  2. 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
  3. 6525f6a THRIFT-3612 Add Python C extension for compact protocol by Nobuaki Sukegawa · 9 years ago
  4. 10308cb THRIFT-3596 Better conformance to PEP8 by Nobuaki Sukegawa · 9 years ago
  5. 7b545b5 THRIFT-3532 Add configurable string and container read size limit to Python protocols by Nobuaki Sukegawa · 9 years ago
  6. 397bd51 THRIFT-3527 -gen py:dynamic,utf8strings ignores utf8strings option by Nobuaki Sukegawa · 9 years ago
  7. 299255a THRIFT-3525 py:dynamic fails to handle binary list/set/map element by Nobuaki Sukegawa · 9 years ago
  8. b9c859a THRIFT-3506 Eliminate old style classes from library code by Nobuaki Sukegawa · 9 years ago
  9. e841b3d THRIFT-162 Thrift structures are unhashable, preventing them from being used as set elements by Nobuaki Sukegawa · 9 years ago
  10. bc7e480 THRIFT-3350 Python JSON protocol does not encode binary as Base64 by Nobuaki Sukegawa · 9 years ago
  11. 760511f THRIFT-1857 Python 3 Support by Nobuaki Sukegawa · 9 years ago
  12. 0721867 THRIFT-2757: py - fixed checkIntegerLimits in TProtocol.py by Konrad Grochowski · 10 years ago
  13. d5f3be5 THRIFT-2757: py - checkIntegerLimits optimized by Konrad Grochowski · 10 years ago
  14. 93fea15 THRIFT-2757: py - Added integer limits checks in compact and JSON protocols by Konrad Grochowski · 10 years ago
  15. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  16. ad8154a THRIFT-1796 TJSONProtocol is not functional Patch: Avi Flamholz by Roger Meier · 12 years ago
  17. 6972041 THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warnings by Bryan Duxbury · 13 years ago
  18. f4eec7a THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings by Roger Meier · 13 years ago
  19. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  20. 0ee93ea THRIFT-93. Remove unnecessary shebang lines from Python libraries by David Reiss · 16 years ago
  21. 808454e Thrift TBinaryProtocol change by Mark Slee · 18 years ago
  22. 89e2bb8 Applying Thrift software license to Python source by Mark Slee · 18 years ago
  23. e74306a Move constant defs into Thrift.py to avoid cirulcar includes by Mark Slee · 18 years ago
  24. 92195ae Starting python exception handling cleanup by Mark Slee · 18 years ago
  25. 5c46819 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  26. 4ac459f Fix python server bugs and go to new protocol wraps transport model by Mark Slee · 18 years ago
  27. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  28. cde2b61 Implementation of the basic Thrift stack in Python by Mark Slee · 18 years ago