Mehrdad Afshari
4ecc5d8225
Regenerate projects
7 years ago
Mehrdad Afshari
e388cdfb63
Regenerate projects
7 years ago
Nathaniel Manista
bccd32dafa
Add grpc.Channel.close
7 years ago
Mehrdad Afshari
8e9baf35bd
Bump protobuf runtime dependency versions
7 years ago
Mehrdad Afshari
12420ccb21
Regenerate projects
7 years ago
Mehrdad Afshari
df35fbbf06
Regenerate projects
7 years ago
Mehrdad Afshari
4f68b4cfac
Regenerate projects
7 years ago
Mehrdad Afshari
10d1b1e2a7
Regenerate projects
7 years ago
Mehrdad Afshari
90cfc8ed57
Regenerate projects
7 years ago
Mehrdad Afshari
9cad11ae08
regenerate projects
7 years ago
Mehrdad Afshari
e1a9f170b5
regenerate projects
7 years ago
Mehrdad Afshari
b6d35fd9ea
Regenerate projects
7 years ago
Mehrdad Afshari
1546b2ae7c
Regenerate projects
7 years ago
Mehrdad Afshari
9073ea03ef
Regenerate projects
7 years ago
Mehrdad Afshari
005d63da4c
Regenerate projects
7 years ago
Ken Payson
1a8565d379
Bump version to 1.9.1
7 years ago
Mehrdad Afshari
e05ca2204e
Regenerate projects
7 years ago
Mehrdad Afshari
812e5da193
Regenerate projects
7 years ago
Jan Tattermusch
2dc3b1eb55
regenerate projects
7 years ago
Mehrdad Afshari
43884047c9
Regenerate projects
7 years ago
Mehrdad Afshari
28d5cf33e9
Regenerate projects
7 years ago
murgatroid99
01c2334998
Update version to v1.8.4
7 years ago
Mehrdad Afshari
87cd994b04
Upgrade yapf to 0.20.0
...
Upgrade yapf version to 0.20.0 and reformat Python files.
7 years ago
Mehrdad Afshari
6c9a0a1a96
Bump version to 1.8.3
7 years ago
Ken Payson
16e4bc010a
Bump to 1.8.2
7 years ago
Mehrdad Afshari
0981f9fab1
Bump version to 1.8.1
7 years ago
Mehrdad Afshari
0ba96edc41
v1.8.0-pre2 is now v1.8.0
7 years ago
ncteisen
e2097f0cc9
yapf-ize grpc_testing
7 years ago
Mehrdad Afshari
9bc44e3829
Introduce ServicerContext.abort to abort an RPC
...
gRPC Python required RPCs terminating with non-OK status code to still
return a valid response value after calling set_code, even though the
response value was not supposed to be communicated to the client, and
returning None is considered a programming error.
This commit introduces an alternative mechanism to terminate RPCs by
calling the `abort` method on `ServicerContext` passed to the handler,
which raises an exception and signals to the gRPC runtime to abort the
RPC with the specified status code and details.
7 years ago
Mehrdad Afshari
14e96f9ae8
Bump 1.8.0-dev to 1.9.0-dev
7 years ago
Mehrdad Afshari
552a7ca088
Bump 1.8.0-dev to 1.8.0-pre1
7 years ago
Mehrdad Afshari
0df9c8acdc
Update Python dependency to protobuf v3.5.0.post1
7 years ago
Alexander Polcyn
9f5163eb85
Bump v1.7.x branch to 1.7.2
8 years ago
Alexander Polcyn
40ba62f2a2
Bump v1.7.x branch to 1.7.1
8 years ago
Nicolas "Pixel" Noble
863a0500df
Flagging 1.7.0
8 years ago
murgatroid99
90e9140211
1.7.x is now 1.7.0-pre1
8 years ago
murgatroid99
9887379158
Update version to 1.8.0-dev, update g word to 'generous'
8 years ago
Ken Payson
5bb43935e1
Backport #12615
8 years ago
Nathaniel Manista
86eb4ec0ef
Fix a six.with_metaclass usage mistake
...
I made this mistake in 2010985ab2
but
only with yesterday's release of six 1.11.0 has it started failing
("TypeError: metaclass conflict: the metaclassof a derived class must
be a (non-strict) subclass of the metaclasses of all its bases").
8 years ago
Jan Tattermusch
ea7807876c
regenerate
8 years ago
Nathaniel Manista
7c85caeaa8
gRPC Python test infrastructure
...
(The server-related third part of it.)
8 years ago
Nathaniel Manista
2010985ab2
gRPC Python test infrastructure
...
(The channel-related second part of it.)
8 years ago
Nathaniel Manista
69b7231776
gRPC Python test infrastructure
...
(The time-related first part of it, anyway.)
8 years ago