Mehrdad Afshari
1a92cd0b52
More consistent source/binary Python distribtests
7 years ago
Mehrdad Afshari
258667cc1c
Build grpcio_testing in Python artifact process
7 years ago
Mehrdad Afshari
8e64645b3e
Merge pull request #15783 from mehrdada/bump-v1.13.x-to-pre2
...
Bump v1.13.x to pre2
7 years ago
Mehrdad Afshari
561630dfe2
Regenerate projects
7 years ago
Mehrdad Afshari
537ca01c39
Bump v1.13.x to v1.13.0-pre2
7 years ago
Mehrdad Afshari
1c78de1fb6
Merge pull request #15781 from mehrdada/backport-15727-to-v1.13.x
...
Backport 15727 into v1.13.x (Add a null check for the endpoint on shutdown)
7 years ago
kpayson64
8cbd880b1f
Add a null check for the endpoint on shutdown
7 years ago
Mehrdad Afshari
17ae5cef8d
Merge pull request #15765 from mehrdada/backport-15632-into-v1.13.x
...
Backport 15632 into v1.13.x
7 years ago
Mehrdad Afshari
26cb182dad
Use a Docker image that includes Python3.7rc1
...
In order to build Python3.7 packages for manylinux1
platform, we need our Docker image to include
Python3.7. Unfortunately, since Python 3.7 is still
in RC1 stage, the official docker image does not
include that Python release, so we temporarily
rely on our own underlying docker image to build.
7 years ago
Mehrdad Afshari
87d08a3b16
Add Python 3.7 Linux wheels to artifact build
7 years ago
Muxi Yan
396694f288
Merge pull request #15718 from muxi/backport-15714
...
Backport #15714 to v1.13.x
7 years ago
Muxi Yan
7174ed5ded
Backport #15714 to v1.13.x
7 years ago
Srini Polavarapu
3137d59be9
Merge pull request #15697 from srini100/backport15690
...
Backport #15690 from master to v1.13.x
7 years ago
Mark D. Roth
c6664b0467
Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"
7 years ago
Srini Polavarapu
37e0ab7720
Merge pull request #15695 from srini100/v1.13.x
...
V1.13.x Bump version to v1.13.0-pre1
7 years ago
Srini Polavarapu
586c639795
Regenerate projects
7 years ago
Srini Polavarapu
9868c025f0
Bump version to v1.13.0-pre1
7 years ago
Mehrdad Afshari
92a06353e2
Merge pull request #15682 from mehrdada/bump-pylint
...
Bump pylint to 1.9.2
7 years ago
Yang Gao
ab8642d888
Merge pull request #15121 from yang-g/empty_string
...
handle empty slice explicitly
7 years ago
Muxi Yan
6fcbee0d03
Merge pull request #15664 from muxi/binary-size
...
Scripts for iOS size audit
7 years ago
yang-g
5c67fae9eb
Add test
7 years ago
Mark D. Roth
5fd74922ff
Merge pull request #15539 from markdroth/recv_trailing_metadata_ready
...
move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
7 years ago
Yang Gao
045e4f9889
Merge pull request #13796 from y-zeng/cli_token
...
Report more error messages in grpc_cli
7 years ago
Nathaniel Manista
8872a312c3
Merge pull request #14879 from santoshankr/python_ssl_session_cache_lru
...
TLS session resumption support for Python clients.
7 years ago
yang-g
801e566622
handle empty slice explicitly
7 years ago
Mehrdad Afshari
d6547ea1a4
Change exception type to AssertError
7 years ago
Mark D. Roth
8ae0ff0af2
Move recv_trailing_metadata into its own callback. Don't use
...
on_complete for recv_ops.
7 years ago
Mehrdad Afshari
f07f6c9a87
Remove comment that is no longer relevant
7 years ago
Mehrdad Afshari
7cd4ee7a42
Change notes on suppressions
7 years ago
Jan Tattermusch
8b5e45a35b
Merge pull request #15685 from grpc/revert-15435-fix_shutdown_closed_socket
...
Revert "Fix shutdown of closed fd when c-ares opens a second fd"
7 years ago
Jan Tattermusch
61278f3aa7
Revert "Fix shutdown of closed fd when c-ares opens a second fd"
7 years ago
Jan Tattermusch
2ea5e1d1de
Merge pull request #14908 from jtattermusch/csharp_artifact_pdb
...
Provide nuget package with debugging symbols for grpc_csharp_ext
7 years ago
Mehrdad Afshari
3b248945f8
Prevent early exit on one pylint failure
7 years ago
Mehrdad Afshari
6eac8c5e88
Run yapf to reformat Python code
7 years ago
Mehrdad Afshari
2b6b6cad12
Bump pylint to pylint-1.9.2
7 years ago
Mehrdad Afshari
adedd43b09
Disable additional pylint warnings due to upgrade
7 years ago
Mehrdad Afshari
109b5b1dcc
Fix arguments-differ pylint warning
7 years ago
Mehrdad Afshari
de1718c1c0
Remove unused _junkdrawer
7 years ago
Mehrdad Afshari
a941ec6d74
Fix import order to satisfy pylint
7 years ago
Mehrdad Afshari
bfbd192a82
Fix raising-format-tuple pylint warning
7 years ago
Mehrdad Afshari
b6955d996f
Refactor to avord redefining argument
7 years ago
Mehrdad Afshari
c095c5c847
Fix arguments-differ pylint warning
7 years ago
Mehrdad Afshari
6c44fd6e25
Fix useless-super-delegation pylint warnings
7 years ago
Mehrdad Afshari
ebb176780b
Implement abstract methods _LocalFailure inherits
7 years ago
Mehrdad Afshari
a99945d500
Fix arguments-differ pylint warning
7 years ago
Mehrdad Afshari
4b7223d334
Remove unnecessary pylint suppressions
7 years ago
Mehrdad Afshari
0aaeedcbd4
Fix inconsistent-return-statements pylint warnings
7 years ago
Mehrdad Afshari
c48acb86fd
Fix code to pass len-as-condition pylint test
7 years ago
Muxi Yan
04c85137e8
Merge pull request #15677 from muxi/fix-cfstream-podspec
...
Fix CFStream default subspec
7 years ago
Nathaniel Manista
06e1683c7c
Merge pull request #14557 from ghostwriternr/py-custom-logger
...
Update logging in Python to use module-level logger.
7 years ago