aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* Merge pull request #7152 from nathanielmanistaatgoogle/interopGravatar Jan Tattermusch2016-06-30
|\ | | | | Fix Python server interop spec noncompliance
* \ Merge pull request #7161 from dgquintas/use_releaseGravatar Jan Tattermusch2016-06-30
|\ \ | | | | | | Updated git clone URL
* \ \ Merge pull request #7091 from kpayson64/python_str_stuffGravatar Nicolas Noble2016-06-30
|\ \ \ | | | | | | | | Changed default string type to be str
| * | | Changed default string type to be strGravatar Ken Payson2016-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This impacts the following APIs: Metadata: Key is always a str, Value is bytes for binary metadata, str otherwise Call Details: str type gRPC method: str type hostname/target: str type
| | * | Updated git clone URLGravatar David Garcia Quintas2016-06-29
| |/ /
| | * Fix Python server interop spec noncomplianceGravatar Nathaniel Manista2016-06-29
| |/ |/| | | | | Also fix spelling mistakes in the spec itself.
* | Merge pull request #7116 from kpayson64/python_windows_fixGravatar Jan Tattermusch2016-06-29
|\ \ | | | | | | Convert windows dll filename to bytes
* | | Removed _connectivity_channel.ChannelConnectivityTest testGravatar Ken Payson2016-06-28
| |/ |/|
| * Convert windows dll filename to bytesGravatar Ken Payson2016-06-28
|/
* Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
|\ | | | | Network status tracking
* \ Merge pull request #7001 from kpayson64/python_cleanup_threadGravatar Jan Tattermusch2016-06-27
|\ \ | | | | | | Updated several threads to use CleanupThread for clean exit
| * | Updated several threads to use CleanupThread for clean exitGravatar Ken Payson2016-06-26
| | |
* | | Merge pull request #7063 from dgquintas/python_compressionGravatar Jan Tattermusch2016-06-25
|\ \ \ | | | | | | | | Basic testing of client and sever side compression for Python
* \ \ \ Merge pull request #6941 from kpayson64/python_grpc_shutdownGravatar Jan Tattermusch2016-06-25
|\ \ \ \ | | | | | | | | | | Moved grpc_shutdown to end of Py_Finalize()
* \ \ \ \ Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
|\ \ \ \ \ | | | | | | | | | | | | New epoll based polling implementation
| | | * | | Basic testing of client and sever side compressionGravatar David Garcia Quintas2016-06-24
| | | | | |
| | * | | | Moved grpc_shutdown to end of Py_Finalize()Gravatar Ken Payson2016-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently rely on the __del__ method of a module scope object to call grpc_shutdown(). __del__ methods are not guaranteed to be called, and furthermore there are no guarantees about ordering, leading to shutdown race conditions. This moves grpc_shutdown to Py_Finalize(), which gets called after the Python context is completely cleaned up.
* | | | | | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
| |_|/ / / |/| | | |
| * | | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-detailsGravatar Jan Tattermusch2016-06-22
|\ \ \ \ \ | | | | | | | | | | | | Add a test of metadata, status code, and details
| * | | | | Add a test of metadata, status code, and detailsGravatar Nathaniel Manista2016-06-22
| | |_|/ / | |/| | |
* | | | | Merge pull request #6839 from dgquintas/simplify_compression_interopGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ | | | | | | | | | | | | Revamped interop spec, especially wrt compression
| | | * \ \ Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| | | |\ \ \
* | | | \ \ \ Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdownGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Correct lingering FATAL_FAILURE sites
* | | | | | | Merge pull request #6970 from nathanielmanistaatgoogle/with_callGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Change with_call from (Unary, Stream)UnaryMultiCallable parameter to (Unary, Stream)UnaryMultiCallable attribute
| | | | | | * more files after running build.yaml changes throughGravatar Makarand Dharmapurikar2016-06-20
| | | | | | |
* | | | | | | Merge pull request #6896 from soltanmm/maybeGravatar Jan Tattermusch2016-06-20
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Fix namespace package usage
| | | * | | | Correct lingering FATAL_FAILURE sitesGravatar Nathaniel Manista2016-06-20
| |_|/ / / / |/| | | | | | | | | | | | | | | | | This should have been done as part of 5444bed32f1405ebb53b0c37d3b.
* | | | | | Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-testsGravatar Jan Tattermusch2016-06-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Delete tests of dead pre-GA code
* \ \ \ \ \ \ Merge pull request #6961 from ↵Gravatar Jan Tattermusch2016-06-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/secure-channel-construction Fix secure channel construction
| | | | * | | | Change with_call from parameter to attributeGravatar Nathaniel Manista2016-06-20
| |_|_|/ / / / |/| | | | | |
| | * | | | | Delete tests of dead pre-GA codeGravatar Nathaniel Manista2016-06-18
| |/ / / / / |/| | | | |
| * | | | | Fix secure channel constructionGravatar Nathaniel Manista2016-06-18
| | | | | |
| | | * | | removed spurious .format()Gravatar David Garcia Quintas2016-06-17
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | added extra path to python protocGravatar David Garcia Quintas2016-06-17
| | |/ / / | |/| | |
* | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-17
|\| | | |
| * | | | Merge pull request #6944 from nathanielmanistaatgoogle/fatal_failure→shutdownGravatar Jan Tattermusch2016-06-17
| |\ \ \ \ | | | | | | | | | | | | Rename FATAL_FAILURE SHUTDOWN
| * \ \ \ \ Merge pull request #6943 from kpayson64/python_qps_waitGravatar Jan Tattermusch2016-06-16
| |\ \ \ \ \ | | | | | | | | | | | | | | Wait for channel to be connected on QPS Client
| | * | | | | Wait for channel to be connected for each clientGravatar Ken Payson2016-06-16
| | | | | | |
| | | * | | | Rename FATAL_FAILURE SHUTDOWNGravatar Nathaniel Manista2016-06-16
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-16
|\| | | | | |
| * | | | | | Merge pull request #6938 from nathanielmanistaatgoogle/__all__Gravatar Jan Tattermusch2016-06-16
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | grpc.__all__ definition
| * | | | | | Merge pull request #6882 from kpayson64/python_metadata_testsGravatar Jan Tattermusch2016-06-16
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Added Python GA API metadata tests
| | | * | | | grpc.__all__ definitionGravatar Nathaniel Manista2016-06-16
| | |/ / / / | |/| | | |
| | | | * | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-16
| | | | |\ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\| | | | |
| * | | | | Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad
| * \ \ \ \ \ Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-divisionGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Drop unnecessary future division import
| * \ \ \ \ \ \ Merge pull request #6904 from ↵Gravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/unimplemented-for-cardinality-violation UNIMPLEMENTED status for cardinality violation