1. 0ee93ea THRIFT-93. Remove unnecessary shebang lines from Python libraries by David Reiss · 16 years ago
  2. 1e0744d rb: Make TServer.py Python 2.4 compatible [THRIFT-44] by Kevin Clark · 17 years ago
  3. b04df76 Change Python servers to use the standard logging module. by David Reiss · 17 years ago
  4. bcaa2ad Python forking server should close connection in parent. by David Reiss · 17 years ago
  5. 6653654 Forking Python server. by David Reiss · 17 years ago
  6. 3de1c4e Use "all-local" instead of all in Makefile.am. by David Reiss · 17 years ago
  7. 2ca456a Make "make clean" rules a bit more standard. by David Reiss · 17 years ago
  8. 223d6bd Make "make check" work properly for Python and Java. by David Reiss · 17 years ago
  9. bc444b0 Thrift: Fix a bug in the skip function in Python's fastbinary.c by David Reiss · 17 years ago
  10. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  11. 33d8f34 [thrift] py: TApplicationException.__str__ by dweatherford · 17 years ago
  12. 832b262 Thrift: Revamp build to use a single configure.ac. by David Reiss · 17 years ago
  13. c16a8f6 Thrift: Python support for Unix-domain sockets, and eager timeout setting. by David Reiss · 17 years ago
  14. 256bdc4 IPv6 tweaks for Thrift by Mark Slee · 17 years ago
  15. 53d9c0c Merging EOFException changes from Ben Maurer by Mark Slee · 17 years ago
  16. 65b7075 [thrift] Output dir selection + updated TSCons by dweatherford · 17 years ago
  17. 5299a95 Python automated test patch by Mark Slee · 17 years ago
  18. 9b36ef3 Fix 32-bit Python encoding integer issue by Mark Slee · 17 years ago
  19. b72d19f Thrift: Prep for release. by David Reiss · 17 years ago
  20. 476b796 Updating TSCons.py to provide capability of passing additional flags to thrift besides the default flag --cpp. EX: scons_env(env,'--py --php') by mvaradachari · 17 years ago
  21. 2c2e6d2 Thrift: Python TBufferedTransport improvements. by David Reiss · 17 years ago
  22. d683219 Thrift: Python installation. by David Reiss · 17 years ago
  23. 5db3e92 Thrift: Handle absence of fastbinary.so by David Reiss · 17 years ago
  24. 792df0b Thrift: Pre-generate reflection_limited for Python. by David Reiss · 17 years ago
  25. aea19c9 Thrift: Python libraries install into /usr, not /usr/local by David Reiss · 17 years ago
  26. 5ec8e26 Thrift: Fix fastbinary.c for Python 2.4. by David Reiss · 17 years ago
  27. 382fc30 Thrift: Native-code Binary Protocol encoder. by David Reiss · 17 years ago
  28. 99e2c07 -- allow packaging of thrift as an rpm by Aditya Agarwal · 17 years ago
  29. 0dd0916 -- Adding TMemoryBuffer.py by Aditya Agarwal · 17 years ago
  30. a46438e [Thrift] fixing python server socket bind permissions by pfung · 17 years ago
  31. 2654956 Fix for IPv6 Python sockets binding localhost problem by Mark Slee · 17 years ago
  32. e168d5e Summary: TSocket shouldn't let you set the timeout before it's got a valid handle by James Wang · 17 years ago
  33. 2297460 Python IPv6 support for TSocket by Mark Slee · 18 years ago
  34. 552410c Idiotic typos in Python code by Mark Slee · 18 years ago
  35. 808454e Thrift TBinaryProtocol change by Mark Slee · 18 years ago
  36. 7679196 Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. by Mark Slee · 18 years ago
  37. b6616fc No such thing as e.message in python socket error? by Mark Slee · 18 years ago
  38. 54b7ab9 READMEs and DOCs and ant tasks, oh my by Mark Slee · 18 years ago
  39. fb40c19 Oops missed license on one python file by Mark Slee · 18 years ago
  40. 89e2bb8 Applying Thrift software license to Python source by Mark Slee · 18 years ago
  41. 57cc25e Some Thrift documentation cleanups by Mark Slee · 18 years ago
  42. bd8b991 Python HttpClient for Thrift by Mark Slee · 18 years ago
  43. e74306a Move constant defs into Thrift.py to avoid cirulcar includes by Mark Slee · 18 years ago
  44. 92195ae Starting python exception handling cleanup by Mark Slee · 18 years ago
  45. 0e52839 Take out debug print in TServer constructor by Mark Slee · 18 years ago
  46. 04342d8 another typo i missed by Mark Slee · 18 years ago
  47. fb84b2b Adityaslop typos in thrift py server by Mark Slee · 18 years ago
  48. 9bae5e7 -- typo in TSocket by Aditya Agarwal · 18 years ago
  49. f954f97 -- Allow specification of socket timeouts in thrift python socket code by Aditya Agarwal · 18 years ago
  50. 5c46819 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  51. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  52. d95abdd Added autoconf/automake glue to run lib/py/setup.py as part of make install by Marc Slemko · 18 years ago
  53. e2bd58d Add python scons rules by Mark Slee · 18 years ago
  54. bb31d0a Let Python server take protocolFactory argument by Mark Slee · 18 years ago
  55. 4ac459f Fix python server bugs and go to new protocol wraps transport model by Mark Slee · 18 years ago
  56. fe30c5f Improve python thrift transport, readAll, buffering, framing by Mark Slee · 18 years ago
  57. 9a695ba self.clients instead of self.client by Mark Slee · 18 years ago
  58. 4ce787f Missing self argument in server method by Mark Slee · 18 years ago
  59. b90aa7c Python threadpool server for Thrift by Mark Slee · 18 years ago
  60. 97b47df Python framed thrift transports by Mark Slee · 18 years ago
  61. 3c4d7fd Thrift missing python threading import by Mark Slee · 18 years ago
  62. 4f0fed6 Python basic threaded server by Mark Slee · 18 years ago
  63. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  64. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  65. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  66. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  67. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
  68. cde2b61 Implementation of the basic Thrift stack in Python by Mark Slee · 18 years ago