1. 7daf00c THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocations from garbage by Roger Meier · 10 years ago
  2. 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
  3. 7f47792 THRIFT-3097 cmake targets unconditionally depend on optional libraries by Marco Molteni · 10 years ago
  4. 19e32dc THRIFT-2850 CMake for Apache Thrift by Roger Meier · 10 years ago
  5. d565e2f Thrift-1784: pep-3110 exception handling Client: py Patch: jfarrell by jfarrell · 10 years ago
  6. 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
  7. 4f2c0a0 THRIFT-2900 Python THttpClient does not reset socket timeout on exception by Jens Geyer · 10 years ago
  8. bf9603c THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket() by Roger Meier · 10 years ago
  9. 3a52529 THRIFT-2825 Supplying unicode to python Thrift client can cause next request arguments to get overwritten by Zach Steindler · 10 years ago
  10. fc1303e THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket() by Roger Meier · 10 years ago
  11. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  12. 81a1f99 THRIFT-2602 fix missing dist files by Roger Meier · 10 years ago
  13. 0721867 THRIFT-2757: py - fixed checkIntegerLimits in TProtocol.py by Konrad Grochowski · 10 years ago
  14. d5f3be5 THRIFT-2757: py - checkIntegerLimits optimized by Konrad Grochowski · 10 years ago
  15. 93fea15 THRIFT-2757: py - Added integer limits checks in compact and JSON protocols by Konrad Grochowski · 10 years ago
  16. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  17. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  18. b898eaa THRIFT-2665 Debug statements are unnecessary and should be removed by Jens Geyer · 10 years ago
  19. 3a724e3 THRIFT-2663: py - per module logger used in python lib by Konrad Grochowski · 10 years ago
  20. 51ba56c py.twisted: Avoid synchronous exceptions by James Broadhead · 10 years ago
  21. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  22. d52edba THRIFT-2231 Support tornado-4.x (Python) by Roger Meier · 10 years ago
  23. 8033e7e Revert "THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated" by Roger Meier · 10 years ago
  24. 8345772 THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated by Jens Geyer · 10 years ago
  25. 750df2e THRIFT-2620: Fix python packaging Client: build process Patch: jfarrell by jfarrell · 11 years ago
  26. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  27. 879cab2 THRIFT-1914 Python: Support for Multiplexing Services on any by Roger Meier · 11 years ago
  28. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  29. ab2793a THRIFT-2466: Improper error handling for SSL/TLS connections that don't complete a handshake by Roger Meier · 11 years ago
  30. 86653cc THRIFT-2437 Author fields in Python setup.py must be strings not lists by Roger Meier · 11 years ago
  31. 1823b59 THRIFT-2428: Python 3 setup.py support Client: py Patch: Nathan Van Gheem by jfarrell · 11 years ago
  32. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  33. 8b3ca02 THRIFT-1719:SASL client support for Python Client: py Patch: Tyler Hobbs by jfarrell · 11 years ago
  34. 8bdff94 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  35. 3979b86 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  36. 3e25e5e Python Tornado TTornadoServer base class change Patch: Bryan Pham by henrique · 11 years ago
  37. 8c691fa THRIFT-1639 Java/Python: Serialization/Deserialization of double type using CompactProtocol by Roger Meier · 11 years ago
  38. 877125c THRIFT-1966:Support different files for SSL certificates and keys by Jake Farrell · 12 years ago
  39. 20c81ad THRIFT-1704: Tornado support (Python) by Chris Piro · 12 years ago
  40. c095919 THRIFT-1829 cpp unit tests fail to build using multiple make jobs by Roger Meier · 12 years ago
  41. 0895dfe THRIFT-1797 Python implementation of TSimpleJSONProtocol Patch: Avi Flamholz by Roger Meier · 12 years ago
  42. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  43. ad8154a THRIFT-1796 TJSONProtocol is not functional Patch: Avi Flamholz by Roger Meier · 12 years ago
  44. 2b2560e THRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from PEP3110" by Todd Lipcon · 12 years ago
  45. 52820d0 THRIFT-1749 Python TSSLSocket error handling obscures actual error by Roger Meier · 12 years ago
  46. 05ab89a THRIFT-1745 Python JSON protocol fix typo detected by cross language test suite by Roger Meier · 12 years ago
  47. 85fb6de THRIFT-1745 Python JSON protocol TJSONProtocol.py: Frederic Delbos by Roger Meier · 12 years ago
  48. 6fcecd4 Updating Thrift trunk version to 1.0.0-dev by Jake Farrell · 12 years ago
  49. 6c5ee6a Thrift-1604:Python exxception handeling for changes from PEP3110 by Jake Farrell · 13 years ago
  50. cfff856 THRIFT-1569 thrift: add stop() method to python TNonblockingServer by Roger Meier · 13 years ago
  51. 3f5a264 THRIFT-1568 Thrift: Add User-Agent header to Python THttpClient by Roger Meier · 13 years ago
  52. fa392e9 THRIFT-1560 Add setCustomHeaders() method to python thrift lib by Roger Meier · 13 years ago
  53. 6972041 THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warnings by Bryan Duxbury · 13 years ago
  54. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  55. a0dd75d Thrift-386: Make it possible to build the Python library without the extension by Jake Farrell · 13 years ago
  56. e0c5316 Thrift-1426: Dist package missing files for release 0.8 by Jake Farrell · 13 years ago
  57. 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
  58. c3f033f THRIFT-1342 Compilation problem on Windows of fastbinary.c by Roger Meier · 13 years ago
  59. f4eec7a THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings by Roger Meier · 13 years ago
  60. ff1c69b Updating python setup.py for deploying client to pypi by Jake Farrell · 13 years ago
  61. 9c76258 updating trunk from 0.7.0-dev to 0.8.0-dev by Jake Farrell · 13 years ago
  62. 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
  63. 54df97c THRIFT-1208. py: Compact protocol always reads and writes booleans as true by Bryan Duxbury · 14 years ago
  64. 1606659 THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport by Bryan Duxbury · 14 years ago
  65. 5040911 THRIFT-1100. py: python TSSLSocket improvements, including certificate validation by Bryan Duxbury · 14 years ago
  66. 59d4efd THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test cases by Bryan Duxbury · 14 years ago
  67. df4cffd THRIFT-1093. py: several bugs in python TCompactProtocol by Bryan Duxbury · 14 years ago
  68. a48b7d6 THRIFT-1083. py: Preforking python process pool server by Bryan Duxbury · 14 years ago
  69. 2b969ad THRIFT-1068. py: Python SSL Socket Support by Bryan Duxbury · 14 years ago
  70. e0498c9 THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host by Bryan Duxbury · 14 years ago
  71. c216556 update version numbers to 0.7.0-dev by Bryan Duxbury · 14 years ago
  72. a8b52c7 THRIFT-6 TLP URL's and email's, haskell, more details by Roger Meier · 14 years ago
  73. 2287278 THRIFT-6 update Version Info for several languages, add print-version to Makefile.am by Roger Meier · 14 years ago
  74. abafd79 THRIFT-335. python: Initial implementation of TCompactProtocol by David Reiss · 14 years ago
  75. a9ca25a THRIFT-666. python: Allow THttpServer's responses to be overridden by David Reiss · 14 years ago
  76. c564fa5 THRIFT-596. python: Make the TBufferedTransport read buffer size configurable by David Reiss · 14 years ago
  77. d6a02ff THRIFT-597. py: Python THttpServer performance improvements by Bryan Duxbury · 14 years ago
  78. f2ef59f THRIFT-598. py: Allow Python's threading servers to use daemon threads by Bryan Duxbury · 14 years ago
  79. 7112c07 THRIFT-875 : missing dist file by Anthony F. Molinaro · 14 years ago
  80. 727d67d THRIFT-721. py: THttpClient ignores url parameters by Bryan Duxbury · 14 years ago
  81. 686d92c THRIFT-824. py: TApplicationException.__str__() refers to class constants as globals by Bryan Duxbury · 14 years ago
  82. 73af3b7 THRIFT-869. python: Disguise ECONNRESET as EOF on BSD by David Reiss · 14 years ago
  83. 0d28efa THRIFT-855. py: Include optimized compiled python objects in install by Bryan Duxbury · 14 years ago
  84. b7887b8 THRIFT-789. Files missing proper Apache license header by Bryan Duxbury · 15 years ago
  85. cb6d970 THRIFT-438. py: Add support for Twisted.web in servers and clients by Bryan Duxbury · 15 years ago
  86. c548b3d THRIFT-475. python: Eliminate DeprecationWarning by David Reiss · 15 years ago
  87. ff3d249 THRIFT-658. python: Add THttpClient.setTimeout() by David Reiss · 15 years ago
  88. 6acc269 THRIFT-695. python: [de]serialize convenience functions by David Reiss · 15 years ago
  89. f5dea4c THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblockingServer by Todd Lipcon · 15 years ago
  90. 034c49f THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refill by David Reiss · 15 years ago
  91. bff2a35 THRIFT-586. python: TSocket incorrectly sets the exception type when an end of file error occurs by Esteve Fernandez · 15 years ago
  92. 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
  93. c5a7c15 THRIFT-535. py: Twisted Thrift protocol max length is too small by Esteve Fernandez · 15 years ago
  94. a043be3 THRIFT-495. python: Raise a TTransportException if TSocket is not open by David Reiss · 16 years ago
  95. 16514d0 THRIFT-494. python: Update meta-information in setup.py by David Reiss · 16 years ago
  96. def30a6 THRIFT-387. Add appropriate Apache header to all code files by Bryan Duxbury · 16 years ago
  97. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
  98. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  99. 2aa2890 THRIFT-154. python: Make THttpClient take a URL in its constructor by David Reiss · 16 years ago
  100. d73255d THRIFT-329. python: Make TServerSocket.close() work properly by David Reiss · 16 years ago