Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me | Masood Malekghassemi | 2015-06-15 | |
| |\| | ||||
* | | | Fix low test | Craig Tiller | 2015-06-15 | |
| | | | ||||
* | | | Properly register completion queues with server | Craig Tiller | 2015-06-15 | |
| | | | ||||
* | | | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-11 | |
|\| | | |/ |/| | ||||
* | | Merge pull request #2034 from soltanmm/pip89 | Nathaniel Manista | 2015-06-11 | |
|\ \ | | | | | | | Ensure C89 compatibility in Linux tests. | |||
| * | | Ensure C89 compatibility in Linux tests | Masood Malekghassemi | 2015-06-10 | |
| | | | ||||
| | * | Update Python for core server shutdown change | Masood Malekghassemi | 2015-06-10 | |
| | | | ||||
* | | | Merge pull request #2004 from tbetbetbe/python-package-update-install | Jayant Kolhe | 2015-06-10 | |
|\ \ \ | |/ / |/| | | Update README.rst | |||
| * | | Corrects wording | Tim Emiola | 2015-06-10 | |
| | | | ||||
* | | | Merge pull request #2033 from tbetbetbe/grpc-python-update-add-example-to-docs | Nathaniel Manista | 2015-06-10 | |
|\ \ \ | |_|/ |/| | | | | | Update src/python/README.md to link to quick start and detailed example documentation. | |||
| * | | Update README.md | Tim Emiola | 2015-06-10 | |
| | | | ||||
* | | | Merge pull request #1884 from soltanmm/py-proto-up | Nathaniel Manista | 2015-06-09 | |
|\ \ \ | |/ / |/| | | | | | Upgrade protobuf version used by gRPC Python to 3.0.0a3 and update version number of gRPC Python to 0.9.0a1. | |||
| | * | Update README.rst | Tim Emiola | 2015-06-09 | |
| | | | ||||
* | | | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 | |
| | | | ||||
* | | | Merge pull request #1895 from nicolasnoble/python-is-not-c89 | Masood Malekghassemi | 2015-06-03 | |
|\ \ \ | | | | | | | | | Some compilers don't like C99. | |||
| | * | | Upgrade protobuf, Python version number | Masood Malekghassemi | 2015-06-03 | |
| |/ / |/| | | ||||
* | | | Merge pull request #1882 from soltanmm/timeouts | Nathaniel Manista | 2015-06-03 | |
|\ \ \ | | | | | | | | | Increase RPC timeout in _links_test.py. | |||
| | * | | Some compilers don't like C99. | Nicolas "Pixel" Noble | 2015-06-03 | |
| |/ / |/| | | ||||
* | | | Merge pull request #1891 from tbetbetbe/grpc-python-update-readme-install | Jayant Kolhe | 2015-06-03 | |
|\ \ \ | |_|/ |/| | | Updates the INSTALL section for python | |||
| * | | Updates the INSTALL section for python | Tim Emiola | 2015-06-03 | |
| | | | ||||
| | * | Increase test timeout | Masood Malekghassemi | 2015-06-02 | |
| | | | | | | | | | | | | | | | | | | The previous timeout was short enough that it led to erroneous failures. Fixes #1875. | |||
* | | | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 | |
| |/ |/| | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | |||
* | | Merge pull request #1558 from soltanmm/extension | Nathaniel Manista | 2015-06-01 | |
|\ \ | |/ |/| | Overhaul Python C layer. | |||
* | | Merge pull request #1668 from soltanmm/cancel-interop | Nathaniel Manista | 2015-05-29 | |
|\ \ | | | | | | | Add cancellation interop tests for Python. | |||
| | * | Move batch API exposure to Python layer | Masood Malekghassemi | 2015-05-29 | |
| |/ |/| | | | | | | | Exposes the C core batch API to the Python layers. Provides a shim to enable the old Python API to remain the same (for now). | |||
* | | Set verbosity to 2 for Python tests | Masood Malekghassemi | 2015-05-28 | |
| | | | | | | | | Fixes #1762. | |||
* | | Sync Python version to rest of project | Masood Malekghassemi | 2015-05-26 | |
| | | | | | | | | Updated to version 0.9.0a0. | |||
* | | Reduce threadpool size | Craig Tiller | 2015-05-22 | |
| | | ||||
* | | Reduce threadpool size | Craig Tiller | 2015-05-22 | |
| | | ||||
| * | Add cancellation interop tests for Python | Masood Malekghassemi | 2015-05-22 | |
| | | | | | | | | | | | | Fixes #1591. Also fixes a raised-exceptions-during-tests-causes-hanging problem. | |||
* | | Reduce threadpool size | Craig Tiller | 2015-05-22 | |
|/ | ||||
* | Fix mistaken method name: "append", not "add" | Nathaniel Manista | 2015-05-21 | |
| | | | | | | This defect was originally introduced in Google-internal source control on 18 August 2014. Wow. Clearly unit test coverage is needed for this feature. | |||
* | Merge pull request #1659 from jayantkolhe/my-shiny-new-branch | Jorge Canizales | 2015-05-19 | |
|\ | | | | | Update README.md to present Python as ready for early adopters. | |||
| * | Update README.md | Jayant Kolhe | 2015-05-19 | |
| | | ||||
* | | Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d. | Nicolas "Pixel" Noble | 2015-05-19 | |
|/ | ||||
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-12 | |
|\ | ||||
| * | Merge pull request #1493 from ↵ | Yang Gao | 2015-05-12 | |
| |\ | | | | | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change | |||
| * | | Change Python development status to "Alpha" | Nathaniel Manista | 2015-05-12 | |
| | | | | | | | | | | | | | | | We actually went alpha in the last release cycle several weeks ago but missed updating this documentation. | |||
| | * | Fix some wrapped languages | Craig Tiller | 2015-05-06 | |
| |/ | ||||
* | | Further fixes | Craig Tiller | 2015-05-05 | |
| | | ||||
* | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-05 | |
|\| | ||||
* | | C Core API cleanup. | Craig Tiller | 2015-05-04 | |
| | | | | | | | | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style. | |||
| * | clang-format | Yang Gao | 2015-05-04 | |
|/ | ||||
* | Merge pull request #1439 from nicolasnoble/python-c89 | Masood Malekghassemi | 2015-04-30 | |
|\ | | | | | C89-ify the python code. | |||
| * | C89-ify the python code. | Nicolas "Pixel" Noble | 2015-05-01 | |
| | | ||||
* | | Release Python 0.5.0a2 | Masood Malekghassemi | 2015-04-30 | |
|/ | ||||
* | Extern-ify symbols so they don't collide | Masood Malekghassemi | 2015-04-30 | |
| | ||||
* | Release Python 0.5.0a1 | Masood Malekghassemi | 2015-04-30 | |
| | ||||
* | Migrate Python to batch core API | Masood Malekghassemi | 2015-04-28 | |
| | ||||
* | Uncomment accidentally commented stuff | Craig Tiller | 2015-04-20 | |
| |