aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* 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
| | * Delete tests of dead pre-GA codeGravatar Nathaniel Manista2016-06-18
| |/ |/|
| * Fix secure channel constructionGravatar Nathaniel Manista2016-06-18
| |
* | 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 '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
| * \ \ \ \ Merge pull request #6572 from y-zeng/base64_decodeGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Add base64 decoder
| * \ \ \ \ \ Merge pull request #6857 from kpayson64/python_cleanupGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Added cleanup to server thread join method
| * \ \ \ \ \ \ Merge pull request #6873 from kpayson64/python_signal_handlingGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added check for signals in poll()
| * \ \ \ \ \ \ \ Merge pull request #6874 from nathanielmanistaatgoogle/gaGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Python GA code generation
| * \ \ \ \ \ \ \ \ Merge pull request #6881 from kpayson64/python_create_channel_bugGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix create_[secure/insecure]_channel argument order
| | | | | | | * | | | UNIMPLEMENTED status for cardinality violationGravatar Nathaniel Manista2016-06-14
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| | | | | | | * | | Drop unnecessary future division importGravatar Nathaniel Manista2016-06-14
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | We only ever use floor division (//) in the module.
| | | | | * | | | Added cleanup to the server thread's join method.Gravatar Ken Payson2016-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the Python Interpreter exits, it first attempts to join any outstanding threads. This is problematic if a server is created as a top-level variable or referenced by a reference cycle, as join() will hang. This adds cleanup behavior to the server thread's join().
| | * | | | | | | Fix create_[secure/insecure]_channel argument orderGravatar Ken Payson2016-06-13
| | | |_|/ / / / | | |/| | | | |
| | | | | | | * Added Python GA API metadata testsGravatar Ken Payson2016-06-13
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #6879 from kpayson64/server_metadata_fixGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed bug with server initial metadata type translation
| | | | * | | | Python GA code generationGravatar Nathaniel Manista2016-06-13
| | |_|/ / / / | |/| | | | |
| | | | * | | Added check for signals in poll()Gravatar Ken Payson2016-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed the unused pluck() function
* | | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-13
|\| | | | | |
| | * | | | | Fixed bug with server initial metadata type translationGravatar Ken Payson2016-06-13
| | |/ / / /
| * | | | | Merge pull request #6547 from kpayson64/py_generic_stream_testGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ | | |/ / / / | |/| | | | Added unit test for generic empty stream
| | * | | | Added unit test for empty request/responsesGravatar Ken Payson2016-06-11
| | |/ / /
| * | | | Merge pull request #6503 from kpayson64/python_3_supportGravatar Jan Tattermusch2016-06-11
| |\ \ \ \ | | | | | | | | | | | | Initial Python3 support
| | | | | * Regenerate build filesGravatar Yuchen Zeng2016-06-10
| | |_|_|/ | |/| | |
| * | | | Merge pull request #6853 from ↵Gravatar Jan Tattermusch2016-06-10
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | nathanielmanistaatgoogle/operationtyple-equals-equals Use == instead of is for cygrpc.OperationType values
| | | * | Initial Python3 supportGravatar Ken Payson2016-06-10
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Notable Changes: -Convert all str types to byte types at cython layer (ascii encoding) -Use six for packages that have different names in Python2/Python3 -By default, unit tests are compiled/run in Python2.7 and Python3.4 -Ensure MACOSX_BUILD_TARGET is at least 10.7
* | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\| | |
| * | | Merge pull request #6751 from soltanmm/6522Gravatar Jan Tattermusch2016-06-09
| |\ \ \ | | | | | | | | | | Add a test for grpc/grpc#6522
| | | * | Use == instead of is for cygrpc.OperationTypesGravatar Nathaniel Manista2016-06-09
| | |/ / | |/| |
| | | * Merge remote-tracking branch 'upstream/master' into base64_decodeGravatar Yuchen Zeng2016-06-09
| | | |\ | | |_|/ | |/| |
* | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\| | |
| * | | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
| |\ \ \ | | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
| * \ \ \ Merge pull request #6610 from xyzzyz/external_fd_freshGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ | | | | | | | | | | | | Add support for communication using existing FD (for client and server)
| | | | | * Merge remote-tracking branch 'upstream/master' into base64_decodeGravatar Yuchen Zeng2016-06-08
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #6815 from kpayson64/python_perf_fixesGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove AsyncStreaming client from python qps tests
| * \ \ \ \ \ Merge pull request #6831 from kpayson64/python_jwt_credsGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Added python jwt_token_creds interop test
| | | | | * \ \ Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Added python jwt_token_creds interop testGravatar Ken Payson2016-06-07
| | | | | | | |