aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* Accept metadata sequences, return tuplesGravatar Masood Malekghassemi2015-06-29
|
* Fix #2248Gravatar Masood Malekghassemi2015-06-29
|
* Merge branch 'fix_intermediary_low_test_for_1577' of ↵Gravatar Craig Tiller2015-06-17
|\ | | | | | | github.com:nathanielmanistaatgoogle/grpc into merge-merge-merge
| * Adapt _intermediary_low_test to no backup pollerGravatar Nathaniel Manista2015-06-17
| | | | | | | | | | | | | | Pull request #1577 removes the backup poller internal to completion queues so this test needs to use extra threads to drive the work done inside the completion queues by continuously calling each completion queue's get method.
* | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\ \ | |/ |/|
| * Fix Python compilationGravatar Craig Tiller2015-06-17
| |
| * Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-16
| |\
| | * Make warnings errors when building Python testsGravatar Masood Malekghassemi2015-06-16
| | |
| | * Added changes to python and csharp wrappersGravatar David Garcia Quintas2015-06-15
| | |
| * | 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
|\|