- Oct 17, 2016
-
-
Craig Tiller authored
-
- Oct 14, 2016
-
-
Ken Payson authored
-
- Oct 13, 2016
-
-
Ken Payson authored
-
- Oct 10, 2016
-
-
kpayson64 authored
-
- Oct 04, 2016
-
-
Nathaniel Manista authored
-
- Sep 29, 2016
-
-
Ken Payson authored
-
- Sep 22, 2016
-
-
Craig Tiller authored
-
Mark D. Roth authored
-
- Sep 19, 2016
-
-
Ken Payson authored
-
- Sep 14, 2016
-
-
Ken Payson authored
-
Siddharth Shukla authored
Update argument documentation for request_serializer and response_deserializer in: - unary_unary - unary_stream - stream_unary - stream_stream
-
- Sep 12, 2016
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Ken Payson authored
-
Ken Payson authored
-
- Sep 09, 2016
-
-
Vizerai authored
-
Craig Tiller authored
-
- Aug 31, 2016
-
-
Mark D. Roth authored
-
Mark D. Roth authored
-
Alistair Veitch authored
-
- Aug 29, 2016
-
-
Nathaniel Manista authored
The HTTP/2 specification requires header names to be lower case.
-
- Aug 26, 2016
-
-
Mark D. Roth authored
not working right -- will fix in subsequent commit.
-
- Aug 23, 2016
-
-
Mark D. Roth authored
-
siddharthshukla authored
remove skipIfStatement from TypeSmokeTest.testCallCredentialsFromPluginUpDown since the test passes on PyPy variants 5.3.0 and newer since these variants have improved compatibility support for the C-Extensions
-
Mark D. Roth authored
-
- Aug 22, 2016
-
-
Masood Malekghassemi authored
-
- Aug 20, 2016
-
-
Nathaniel Manista authored
-
- Aug 18, 2016
-
-
Nicolas "Pixel" Noble authored
-
Ken Payson authored
Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests.
-
Craig Tiller authored
-
- Aug 16, 2016
-
-
Nicolas "Pixel" Noble authored
-
- Aug 15, 2016
-
-
Ken Payson authored
-
- Aug 11, 2016
-
-
Nathaniel Manista authored
-
- Aug 09, 2016
-
-
siddharthshukla authored
don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown if the interpreter is PyPy
-
- Aug 05, 2016
-
-
siddharthshukla authored
Incremental changes towards PyPy support.
-
- Aug 03, 2016
-
-
siddharthshukla authored
Add a RecordingThreadPool that inherits from Executor, contains a ThreadPoolExecutor and has an extra method 'was_used' to indicate if submit method was ever called i.e. if the thread pool was ever used.
-
Ken Payson authored
-
- Jul 29, 2016
-
-
Nicolas "Pixel" Noble authored
-
- Jul 25, 2016
-
-
murgatroid99 authored
-
- Jul 22, 2016
-
-
Masood Malekghassemi authored
Before, Cython would *need* to be imported immediately if generated files did not already exist. Now, missing generated files will trigger a `setup_requires` inclusion of Cython and defer cythonization until extension build-time. If cythonization was specified via environment variable and setup could not find Cython, the extensions are poisoned instead of blocking non-extension commands from running.
-