aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* Use unique namespace for each python protoc testGravatar Ken Payson2017-02-10
| | | | | Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions
* Merge pull request #9533 from murgatroid99/version_1.1.1_bumpGravatar Michael Lumish2017-02-01
|\ | | | | Bump version to 1.1.1
| * Bump version to 1.1.1Gravatar murgatroid992017-01-31
| |
* | Run yapf_code on v1.1.xGravatar murgatroid992017-01-31
|/
* Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
|
* Really fix python.Gravatar Mark D. Roth2017-01-28
|
* Fix cython bug.Gravatar Mark D. Roth2017-01-28
|
* Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-28
|
* Changing versions from -dev to -pre1 on the release branch.Gravatar Nicolas "Pixel" Noble2017-01-23
|
* Merge pull request #9127 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ | | | | | | | | soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right Don't leak Py exceptions without calling gRPC core
| * Run yapf over Python codeGravatar Masood Malekghassemi2017-01-23
| |
| * Don't leak Py exceptions without calling gRPC coreGravatar Masood Malekghassemi2017-01-23
| |
* | Merge pull request #9428 from grpc/revert-8842-metadata_filterGravatar David G. Quintas2017-01-23
|\ \ | | | | | | Revert "Metadata handling rewrite"
* \ \ Merge pull request #9422 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ \ \ | |_|/ |/| | | | | | | | soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries Add __richcmp__ to cygrpc.Timespec
| | * Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| |/ |/|
* | Merge pull request #9420 from nathanielmanistaatgoogle/time_remainingGravatar Nathaniel Manista2017-01-20
|\ \ | | | | | | Fix grpc._server._Context.time_remaining.
* \ \ Merge pull request #9340 from stanley-cheung/update-boringsslGravatar Nicolas Noble2017-01-20
|\ \ \ | | | | | | | | Update boringssl
| | | * Add __richcmp__ to cygrpc.TimespecGravatar Masood Malekghassemi2017-01-20
| |_|/ |/| |
| | * Fix grpc._server._Context.time_remainingGravatar Nathaniel Manista2017-01-20
| | | | | | | | | | | | A weak test is included; proper test coverage will come later.
* | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-20
|\ \ \
| | * | Update boringssl to latest chromium-stableGravatar Stanley Cheung2017-01-20
| |/ /
* | | Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filterGravatar Craig Tiller2017-01-20
|\ \ \
| | * \ Merge pull request #9348 from ncteisen/python_negative_http2_fixGravatar Noah Eisen2017-01-19
| | |\ \ | | | | | | | | | | Change expected error code in Python negative interop client
| * | | | Fix Python memory errorsGravatar Masood Malekghassemi2017-01-19
| | | | | | | | | | | | | | | | | | | | ... but for real this time.
| | * | | Doc string fix and tweaksGravatar Nathaniel Manista2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In those places where we return an object that implements two interfaces (let's say P and Q), consistently describe it as a "P-Q" rather than once mentioning that it is a P and describing it as a "Q" for the rest of prose.
| | | * | Expect INTERNAL in Python negative interop clientGravatar ncteisen2017-01-19
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test now expects to receive StatusCode.INTERNAL when it receives a RST_STREAM from the server in order to comply with https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md Also added wait for ready behavior on the client channel.
* | | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-18
|\ \ \ \ | |/ / / |/| / / | |/ /
* | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
|\ \ \ | | |/ | |/|
* | | Fix Python errorsGravatar Masood Malekghassemi2017-01-17
| | |
| | * Pass an iterator rather than an iterableGravatar Nathaniel Manista2017-01-17
| |/ | | | | | | | | This should have been included in dd52a31337616fe935f79debfe5d56c6d73a but was missed because it falsely passes almost all of the time.
| * Run Python formattingGravatar Masood Malekghassemi2017-01-17
| |
* | Merge pull request #44 from ↵Gravatar Craig Tiller2017-01-13
|\ \ | | | | | | | | | | | | soltanmm-google/meta_meta-meta-MUSHROOM-MUSHROOM-Snaaaaakkeeeee-oohhhh-it's-a-snaaaaakkeeeeee Paper-over Python errors
| * | Paper-over Python errorsGravatar Masood Malekghassemi2017-01-13
| | | | | | | | | | | | | | | | | | | | | This reads directly off of the slices rather than ref'ing and unref'ing them. There's likely some silliness w.r.t. interned slices and references to them outliving their associated call objects, but we are just ignoring that for now.
* | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-10
|\ \ \ | | |/ | |/|
| * | Implement wait-for-ready behavior in Python stress and qps clientGravatar ncteisen2017-01-10
| | | | | | | | | | | | | | | The clients now block until the channel is in the READY state. This fixes some test flakiness issues we have had.
* | | Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
|\| |
| * | Merge pull request #9129 from markdroth/handshaker_pluginGravatar Mark D. Roth2017-01-09
| |\ \ | | | | | | | | Handshaker plugin mechanism
* | | | Start fixing http error --> grpc status conversionGravatar Craig Tiller2017-01-06
| | | |
* | | | Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-06
|\| | | | |_|/ |/| |
| | * Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| | |
| * | v1.0.x → master upmergeGravatar Nathaniel Manista2017-01-06
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual resolution: - New test added in src/python/grpcio_test/tests/tests.json - Timeout-related edits resolved in tools/run_tests/run_tests.py Manual changes: - Pass request iterator rather than request sequence in _reflection_servicer_test.py
* | | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\| | | | | | | | | | | metadata_filter_and_new_closures
| * | Merge pull request #9212 from nathanielmanistaatgoogle/intraopGravatar Nathaniel Manista2016-12-29
| |\ \ | | | | | | | | Rename interop-as-a-unit-test "intraop".
| | * | Rename interop-as-a-unit-test "intraop"Gravatar Nathaniel Manista2016-12-29
| | | | | | | | | | | | | | | | | | | | It's been confusing that these tests have been called "interop" but are not actually tests of interoperation.
| * | | Set Python documentation copyrightGravatar Masood Malekghassemi2016-12-27
| |/ /
* | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| |
| | * Add _invocation_defects_test.InvocationDefectsTestGravatar siddharthshukla2016-12-22
| | | | | | | | | | | | | | | Added tests for detecting invocation time defects arising out of the runtime.
| | * Replace Python unit test iterables by iteratorsGravatar siddharthshukla2016-12-20
| | | | | | | | | | | | | | | Cast iterables into iterators for stream based compression, empty message, and metadata tests.
| | * Handle non-iterator objects in consume_request_iteratorGravatar siddharthshukla2016-12-20
| | | | | | | | | | | | | | | Restructure the consume_request_iterator method to handle exceptions where the object being passed is not an iterator. Fixes #8231 and #8454.
| | * Merge pull request #9156 from nathanielmanistaatgoogle/Exception.messageGravatar Nathaniel Manista2016-12-19
| | |\ | | | | | | | | Drop use of Exception.message in metadata test.