1. 41ad434 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 10 years ago
  2. 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
  3. 81a1f99 THRIFT-2602 fix missing dist files by Roger Meier · 10 years ago
  4. d5f3be5 THRIFT-2757: py - checkIntegerLimits optimized by Konrad Grochowski · 10 years ago
  5. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  6. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  7. 0d4072b THRIFT-2578 Moving 'make cross' from test.sh to test.py by cdwijayarathna · 10 years ago
  8. dbf2bb5 Thrift-2601:Fix vagrant to work again for builds again by jfarrell · 11 years ago
  9. 7615072 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 11 years ago
  10. 879cab2 THRIFT-1914 Python: Support for Multiplexing Services on any by Roger Meier · 11 years ago
  11. 9b32853 THRIFT-2463 test/py/RunClientServer.py fails sometimes by Roger Meier · 11 years ago
  12. 58bbb70 THRIFT-2325 SSL test certificates by Roger Meier · 11 years ago
  13. c095919 THRIFT-1829 cpp unit tests fail to build using multiple make jobs by Roger Meier · 12 years ago
  14. 1f554e1 THRIFT-1797 Python implementation of TSimpleJSONProtocol by Roger Meier · 12 years ago
  15. 0895dfe THRIFT-1797 Python implementation of TSimpleJSONProtocol Patch: Avi Flamholz by Roger Meier · 12 years ago
  16. ad8154a THRIFT-1796 TJSONProtocol is not functional Patch: Avi Flamholz by Roger Meier · 12 years ago
  17. 85fb6de THRIFT-1745 Python JSON protocol TJSONProtocol.py: Frederic Delbos by Roger Meier · 12 years ago
  18. 61188a4 THRIFT-1416 Python Unit test is broken on ci remove repr from TestSuite by Roger Meier · 13 years ago
  19. f4eec7a THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings by Roger Meier · 13 years ago
  20. 1606659 THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport by Bryan Duxbury · 14 years ago
  21. 59d4efd THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test cases by Bryan Duxbury · 14 years ago
  22. df4cffd THRIFT-1093. py: several bugs in python TCompactProtocol by Bryan Duxbury · 14 years ago
  23. 4ebaa76 THRIFT-1056 python tests invoked by 'make check' appear broken by Roger Meier · 14 years ago
  24. abafd79 THRIFT-335. python: Initial implementation of TCompactProtocol by David Reiss · 14 years ago
  25. 6acc269 THRIFT-695. python: [de]serialize convenience functions by David Reiss · 15 years ago
  26. f5dea4c THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblockingServer by Todd Lipcon · 15 years ago
  27. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  28. a528f54 THRIFT-360. python: Make fastbinary skip struct fields with the wrong type by David Reiss · 16 years ago
  29. 6ce401d THRIFT-136. s/async/oneway/ in misc places by David Reiss · 16 years ago
  30. a7fc092 THRIFT-256. python: Fix inheritance of services in the same IDL file by David Reiss · 16 years ago
  31. 8cee47c THRIFT-310. python: Generate valid code for empty services by David Reiss · 16 years ago
  32. f78ec2b THRIFT-195. python: Add a simple THttpServer by David Reiss · 16 years ago
  33. 4c591c9 THRIFT-212. python: Make TFramedTransport implement CReadableTransport by David Reiss · 16 years ago
  34. 3166141 python: Make the unit tests run faster and more reliably by David Reiss · 16 years ago
  35. 46bb4ae THRIFT-242. python: Used named arguments in __init__ instead of a dict by David Reiss · 16 years ago
  36. 0c87ad4 THRIFT-217. Use "--gen py" instead of "-py" in build scripts by David Reiss · 16 years ago
  37. 7442127 THRIFT-67. python: Add TNonblockingServer by David Reiss · 16 years ago
  38. 1cc0c5e THRIFT-109. python: Use self.assert* instead of assert in tests by David Reiss · 16 years ago
  39. cc0c9e9 Clean up some bad/missed merges from the alterl merge. by David Reiss · 17 years ago
  40. abded23 Implement testAsync for python tests by David Reiss · 17 years ago
  41. bcaa2ad Python forking server should close connection in parent. by David Reiss · 17 years ago
  42. 2a4bfd6 Clean up the unit tests. by David Reiss · 17 years ago
  43. 320e45c Make the Python generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  44. 2ca456a Make "make clean" rules a bit more standard. by David Reiss · 17 years ago
  45. db893b6 Implement testAsync for python tests by David Reiss · 17 years ago
  46. 9ff3b9d Thrift: Python test improvements. by David Reiss · 17 years ago
  47. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  48. c16a8f6 Thrift: Python support for Unix-domain sockets, and eager timeout setting. by David Reiss · 17 years ago
  49. 53d9c0c Merging EOFException changes from Ben Maurer by Mark Slee · 17 years ago
  50. 5299a95 Python automated test patch by Mark Slee · 17 years ago
  51. c6fc329 Thrift: Support for explicit Python module declaration. by David Reiss · 17 years ago
  52. 57cc25e Some Thrift documentation cleanups by Mark Slee · 18 years ago
  53. 6f5e2cb Fix relative paths in test dirs by Mark Slee · 18 years ago
  54. 1dd819c Bring Thrift test code up to date by Mark Slee · 18 years ago
  55. a330265 Fix broken thrift test code for new model by Mark Slee · 18 years ago
  56. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  57. 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
  58. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  59. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  60. 68db166 -- more thrift Makefile changes by Aditya Agarwal · 18 years ago
  61. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  62. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago