1. 52820d0 THRIFT-1749 Python TSSLSocket error handling obscures actual error by Roger Meier · 12 years ago
  2. 05ab89a THRIFT-1745 Python JSON protocol fix typo detected by cross language test suite by Roger Meier · 12 years ago
  3. 85fb6de THRIFT-1745 Python JSON protocol TJSONProtocol.py: Frederic Delbos by Roger Meier · 12 years ago
  4. 6fcecd4 Updating Thrift trunk version to 1.0.0-dev by Jake Farrell · 12 years ago
  5. 6c5ee6a Thrift-1604:Python exxception handeling for changes from PEP3110 by Jake Farrell · 13 years ago
  6. cfff856 THRIFT-1569 thrift: add stop() method to python TNonblockingServer by Roger Meier · 13 years ago
  7. 3f5a264 THRIFT-1568 Thrift: Add User-Agent header to Python THttpClient by Roger Meier · 13 years ago
  8. fa392e9 THRIFT-1560 Add setCustomHeaders() method to python thrift lib by Roger Meier · 13 years ago
  9. 6972041 THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warnings by Bryan Duxbury · 13 years ago
  10. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  11. a0dd75d Thrift-386: Make it possible to build the Python library without the extension by Jake Farrell · 13 years ago
  12. e0c5316 Thrift-1426: Dist package missing files for release 0.8 by Jake Farrell · 13 years ago
  13. 1290d42 THRIFT-1407: Typo in Python socket server causes Thrift to fail when we enable a global socket timout by Jake Farrell · 13 years ago
  14. c3f033f THRIFT-1342 Compilation problem on Windows of fastbinary.c by Roger Meier · 13 years ago
  15. f4eec7a THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings by Roger Meier · 13 years ago
  16. ff1c69b Updating python setup.py for deploying client to pypi by Jake Farrell · 13 years ago
  17. 9c76258 updating trunk from 0.7.0-dev to 0.8.0-dev by Jake Farrell · 13 years ago
  18. 345ecc7 THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb by Roger Meier · 13 years ago
  19. 54df97c THRIFT-1208. py: Compact protocol always reads and writes booleans as true by Bryan Duxbury · 14 years ago
  20. 1606659 THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport by Bryan Duxbury · 14 years ago
  21. 5040911 THRIFT-1100. py: python TSSLSocket improvements, including certificate validation by Bryan Duxbury · 14 years ago
  22. 59d4efd THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test cases by Bryan Duxbury · 14 years ago
  23. df4cffd THRIFT-1093. py: several bugs in python TCompactProtocol by Bryan Duxbury · 14 years ago
  24. a48b7d6 THRIFT-1083. py: Preforking python process pool server by Bryan Duxbury · 14 years ago
  25. 2b969ad THRIFT-1068. py: Python SSL Socket Support by Bryan Duxbury · 14 years ago
  26. e0498c9 THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host by Bryan Duxbury · 14 years ago
  27. c216556 update version numbers to 0.7.0-dev by Bryan Duxbury · 14 years ago
  28. a8b52c7 THRIFT-6 TLP URL's and email's, haskell, more details by Roger Meier · 14 years ago
  29. 2287278 THRIFT-6 update Version Info for several languages, add print-version to Makefile.am by Roger Meier · 14 years ago
  30. abafd79 THRIFT-335. python: Initial implementation of TCompactProtocol by David Reiss · 14 years ago
  31. a9ca25a THRIFT-666. python: Allow THttpServer's responses to be overridden by David Reiss · 14 years ago
  32. c564fa5 THRIFT-596. python: Make the TBufferedTransport read buffer size configurable by David Reiss · 14 years ago
  33. d6a02ff THRIFT-597. py: Python THttpServer performance improvements by Bryan Duxbury · 14 years ago
  34. f2ef59f THRIFT-598. py: Allow Python's threading servers to use daemon threads by Bryan Duxbury · 14 years ago
  35. 7112c07 THRIFT-875 : missing dist file by Anthony F. Molinaro · 14 years ago
  36. 727d67d THRIFT-721. py: THttpClient ignores url parameters by Bryan Duxbury · 14 years ago
  37. 686d92c THRIFT-824. py: TApplicationException.__str__() refers to class constants as globals by Bryan Duxbury · 14 years ago
  38. 73af3b7 THRIFT-869. python: Disguise ECONNRESET as EOF on BSD by David Reiss · 14 years ago
  39. 0d28efa THRIFT-855. py: Include optimized compiled python objects in install by Bryan Duxbury · 14 years ago
  40. b7887b8 THRIFT-789. Files missing proper Apache license header by Bryan Duxbury · 15 years ago
  41. cb6d970 THRIFT-438. py: Add support for Twisted.web in servers and clients by Bryan Duxbury · 15 years ago
  42. c548b3d THRIFT-475. python: Eliminate DeprecationWarning by David Reiss · 15 years ago
  43. ff3d249 THRIFT-658. python: Add THttpClient.setTimeout() by David Reiss · 15 years ago
  44. 6acc269 THRIFT-695. python: [de]serialize convenience functions by David Reiss · 15 years ago
  45. f5dea4c THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblockingServer by Todd Lipcon · 15 years ago
  46. 034c49f THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refill by David Reiss · 15 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. d3571c2 THRIFT-535. py: Twisted Thrift protocol max length is too small (fix off-by-one error in MAX_LENGTH) by Esteve Fernandez · 15 years ago
  49. c5a7c15 THRIFT-535. py: Twisted Thrift protocol max length is too small by Esteve Fernandez · 15 years ago
  50. a043be3 THRIFT-495. python: Raise a TTransportException if TSocket is not open by David Reiss · 16 years ago
  51. 16514d0 THRIFT-494. python: Update meta-information in setup.py by David Reiss · 16 years ago
  52. def30a6 THRIFT-387. Add appropriate Apache header to all code files by Bryan Duxbury · 16 years ago
  53. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
  54. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  55. 2aa2890 THRIFT-154. python: Make THttpClient take a URL in its constructor by David Reiss · 16 years ago
  56. d73255d THRIFT-329. python: Make TServerSocket.close() work properly by David Reiss · 16 years ago
  57. a528f54 THRIFT-360. python: Make fastbinary skip struct fields with the wrong type by David Reiss · 16 years ago
  58. 7c1f6f8 THRIFT-155. python: Reopen THttpClient on a flush by David Reiss · 16 years ago
  59. 6ce401d THRIFT-136. s/async/oneway/ in misc places by David Reiss · 16 years ago
  60. c51986f THRIFT-136. s/async/oneway/ in comments by David Reiss · 16 years ago
  61. 127d01c THRIFT-391. py: Fix memory leak in fastbinary by Kevin Clark · 16 years ago
  62. 4980910 THRIFT-362. python: Detect endianness on Solaris by David Reiss · 16 years ago
  63. e8d3c47 THRIFT-148. py: One more time, reapply the most *recent* patch by Kevin Clark · 16 years ago
  64. e43f7e0 THRIFT-148. py: Add un-commited file missing from 749510 by Kevin Clark · 16 years ago
  65. b139f64 THRIFT-325. Remove a bunch of uses of the old command line format by David Reiss · 16 years ago
  66. fdd8b5a THRIFT-340. python: Detect endianness properly on FreeBSD by David Reiss · 16 years ago
  67. 0b7d6fa THRIFT-314. Purge reflection.limited by David Reiss · 16 years ago
  68. f78ec2b THRIFT-195. python: Add a simple THttpServer by David Reiss · 16 years ago
  69. 1fe1777 python: Add TFileObjectTransport by David Reiss · 16 years ago
  70. 4c591c9 THRIFT-212. python: Make TFramedTransport implement CReadableTransport by David Reiss · 16 years ago
  71. 647d30d python: Make TFramedTransport use a cStringIO for reading by David Reiss · 16 years ago
  72. fb695b7 python: Eliminate the option of TFramedTransport to not frame by David Reiss · 16 years ago
  73. 7442127 THRIFT-67. python: Add TNonblockingServer by David Reiss · 16 years ago
  74. 4f1bbc7 THRIFT-170: Buffered transports leave data in write buffer on failed flush by Mark Slee · 16 years ago
  75. 58434e6 THRIFT-108. python: Fix call to PyDict_Next in fastbinary.c by David Reiss · 16 years ago
  76. e29995e THRIFT-48. python: Make TServerSocket work with Unix-domain sockets by David Reiss · 16 years ago
  77. 0ee93ea THRIFT-93. Remove unnecessary shebang lines from Python libraries by David Reiss · 16 years ago
  78. 1e0744d rb: Make TServer.py Python 2.4 compatible [THRIFT-44] by Kevin Clark · 17 years ago
  79. b04df76 Change Python servers to use the standard logging module. by David Reiss · 17 years ago
  80. bcaa2ad Python forking server should close connection in parent. by David Reiss · 17 years ago
  81. 6653654 Forking Python server. by David Reiss · 17 years ago
  82. 3de1c4e Use "all-local" instead of all in Makefile.am. by David Reiss · 17 years ago
  83. 2ca456a Make "make clean" rules a bit more standard. by David Reiss · 17 years ago
  84. 223d6bd Make "make check" work properly for Python and Java. by David Reiss · 17 years ago
  85. bc444b0 Thrift: Fix a bug in the skip function in Python's fastbinary.c by David Reiss · 17 years ago
  86. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  87. 33d8f34 [thrift] py: TApplicationException.__str__ by dweatherford · 17 years ago
  88. 832b262 Thrift: Revamp build to use a single configure.ac. by David Reiss · 17 years ago
  89. c16a8f6 Thrift: Python support for Unix-domain sockets, and eager timeout setting. by David Reiss · 17 years ago
  90. 256bdc4 IPv6 tweaks for Thrift by Mark Slee · 17 years ago
  91. 53d9c0c Merging EOFException changes from Ben Maurer by Mark Slee · 17 years ago
  92. 65b7075 [thrift] Output dir selection + updated TSCons by dweatherford · 17 years ago
  93. 5299a95 Python automated test patch by Mark Slee · 17 years ago
  94. 9b36ef3 Fix 32-bit Python encoding integer issue by Mark Slee · 17 years ago
  95. b72d19f Thrift: Prep for release. by David Reiss · 17 years ago
  96. 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
  97. 2c2e6d2 Thrift: Python TBufferedTransport improvements. by David Reiss · 17 years ago
  98. d683219 Thrift: Python installation. by David Reiss · 17 years ago
  99. 5db3e92 Thrift: Handle absence of fastbinary.so by David Reiss · 17 years ago
  100. 792df0b Thrift: Pre-generate reflection_limited for Python. by David Reiss · 17 years ago