| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use range() instead of xrange() | Wouter Bolsterlee | 2016-07-27 | 1 | -2/+2 |
| | | |||||
| * | Use Python 3 compatible 'queue' import | Wouter Bolsterlee | 2016-07-27 | 1 | -3/+4 |
| | | |||||
| * | Port to thriftpy | Wouter Bolsterlee | 2016-03-27 | 1 | -1/+1 |
| | | |||||
| * | Use 'argument' instead of 'parameter' in docstrings | Wouter Bolsterlee | 2014-01-25 | 1 | -1/+1 |
| | | |||||
| * | Rewrite connection pool exception handling | Wouter Bolsterlee | 2013-06-04 | 1 | -82/+35 |
| | | | | | | | | | | | | | The connection pool now uses a much simpler try/except/finally block in the context manager function to detect network/Thrift errors. The pool will now only refreshes connections when Thrift or socket errors occur, and will not react to unrelated application errors anymore. With this approach, the _ClientProxy hack is not needed anymore, so it has been completely eliminated. See issue #25. | ||||
| * | Add connection pool docs to the user guide | Wouter Bolsterlee | 2013-05-24 | 1 | -44/+4 |
| | | |||||
| * | Rename internal connection pool method | Wouter Bolsterlee | 2013-05-24 | 1 | -3/+3 |
| | | |||||
| * | Fix typo in connection pool API docs | Wouter Bolsterlee | 2013-05-21 | 1 | -1/+1 |
| | | |||||
| * | Add 'versionadded' markup to docs | Wouter Bolsterlee | 2013-05-20 | 1 | -0/+4 |
| | | |||||
| * | Add thread-safe connection pool | Wouter Bolsterlee | 2013-05-20 | 1 | -0/+240 |
| See issue #21. | |||||
