aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
...
| * | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-meGravatar Masood Malekghassemi2015-06-15
| |\|
* | | Fix low testGravatar Craig Tiller2015-06-15
| | |
* | | Properly register completion queues with serverGravatar Craig Tiller2015-06-15
| | |
* | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-11
|\| | | |/ |/|
* | Merge pull request #2034 from soltanmm/pip89Gravatar Nathaniel Manista2015-06-11
|\ \ | | | | | | Ensure C89 compatibility in Linux tests.
| * | Ensure C89 compatibility in Linux testsGravatar Masood Malekghassemi2015-06-10
| | |
| | * Update Python for core server shutdown changeGravatar Masood Malekghassemi2015-06-10
| | |
* | | Merge pull request #2004 from tbetbetbe/python-package-update-installGravatar Jayant Kolhe2015-06-10
|\ \ \ | |/ / |/| | Update README.rst
| * | Corrects wordingGravatar Tim Emiola2015-06-10
| | |
* | | Merge pull request #2033 from tbetbetbe/grpc-python-update-add-example-to-docsGravatar Nathaniel Manista2015-06-10
|\ \ \ | |_|/ |/| | | | | Update src/python/README.md to link to quick start and detailed example documentation.
| * | Update README.mdGravatar Tim Emiola2015-06-10
| | |
* | | Merge pull request #1884 from soltanmm/py-proto-upGravatar Nathaniel Manista2015-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.rstGravatar Tim Emiola2015-06-09
| | |
* | | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| | |
* | | Merge pull request #1895 from nicolasnoble/python-is-not-c89Gravatar Masood Malekghassemi2015-06-03
|\ \ \ | | | | | | | | Some compilers don't like C99.
| | * | Upgrade protobuf, Python version numberGravatar Masood Malekghassemi2015-06-03
| |/ / |/| |
* | | Merge pull request #1882 from soltanmm/timeoutsGravatar Nathaniel Manista2015-06-03
|\ \ \ | | | | | | | | Increase RPC timeout in _links_test.py.
| | * | Some compilers don't like C99.Gravatar Nicolas "Pixel" Noble2015-06-03
| |/ / |/| |
* | | Merge pull request #1891 from tbetbetbe/grpc-python-update-readme-installGravatar Jayant Kolhe2015-06-03
|\ \ \ | |_|/ |/| | Updates the INSTALL section for python
| * | Updates the INSTALL section for pythonGravatar Tim Emiola2015-06-03
| | |
| | * Increase test timeoutGravatar Masood Malekghassemi2015-06-02
| | | | | | | | | | | | | | | | | | The previous timeout was short enough that it led to erroneous failures. Fixes #1875.
* | | Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| |/ |/| | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* | Merge pull request #1558 from soltanmm/extensionGravatar Nathaniel Manista2015-06-01
|\ \ | |/ |/| Overhaul Python C layer.
* | Merge pull request #1668 from soltanmm/cancel-interopGravatar Nathaniel Manista2015-05-29
|\ \ | | | | | | Add cancellation interop tests for Python.
| | * Move batch API exposure to Python layerGravatar Masood Malekghassemi2015-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 testsGravatar Masood Malekghassemi2015-05-28
| | | | | | | | Fixes #1762.
* | Sync Python version to rest of projectGravatar Masood Malekghassemi2015-05-26
| | | | | | | | Updated to version 0.9.0a0.
* | Reduce threadpool sizeGravatar Craig Tiller2015-05-22
| |
* | Reduce threadpool sizeGravatar Craig Tiller2015-05-22
| |
| * Add cancellation interop tests for PythonGravatar Masood Malekghassemi2015-05-22
| | | | | | | | | | | | Fixes #1591. Also fixes a raised-exceptions-during-tests-causes-hanging problem.
* | Reduce threadpool sizeGravatar Craig Tiller2015-05-22
|/
* Fix mistaken method name: "append", not "add"Gravatar Nathaniel Manista2015-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-branchGravatar Jorge Canizales2015-05-19
|\ | | | | Update README.md to present Python as ready for early adopters.
| * Update README.mdGravatar Jayant Kolhe2015-05-19
| |
* | Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.Gravatar Nicolas "Pixel" Noble2015-05-19
|/
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
|\
| * Merge pull request #1493 from ↵Gravatar Yang Gao2015-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"Gravatar Nathaniel Manista2015-05-12
| | | | | | | | | | | | | | | We actually went alpha in the last release cycle several weeks ago but missed updating this documentation.
| | * Fix some wrapped languagesGravatar Craig Tiller2015-05-06
| |/
* | Further fixesGravatar Craig Tiller2015-05-05
| |
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-05
|\|
* | C Core API cleanup.Gravatar Craig Tiller2015-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-formatGravatar Yang Gao2015-05-04
|/
* Merge pull request #1439 from nicolasnoble/python-c89Gravatar Masood Malekghassemi2015-04-30
|\ | | | | C89-ify the python code.
| * C89-ify the python code.Gravatar Nicolas "Pixel" Noble2015-05-01
| |
* | Release Python 0.5.0a2Gravatar Masood Malekghassemi2015-04-30
|/
* Extern-ify symbols so they don't collideGravatar Masood Malekghassemi2015-04-30
|
* Release Python 0.5.0a1Gravatar Masood Malekghassemi2015-04-30
|
* Migrate Python to batch core APIGravatar Masood Malekghassemi2015-04-28
|
* Uncomment accidentally commented stuffGravatar Craig Tiller2015-04-20
|