aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* Merge pull request #7943 from markdroth/client_channel_cleanupGravatar Mark D. Roth2016-09-01
|\ | | | | Move subchannel_call_holder code into client_channel module.
| * Move subchannel_call_holder code into client_channel module.Gravatar Mark D. Roth2016-08-31
| |
* | add trace context protoGravatar Alistair Veitch2016-08-31
|/
* Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
|\ | | | | Rename grpc_client_config to grpc_resolver_result.
* \ Merge pull request #7831 from thunderboltsid/remove-skipif-pypyGravatar Nicolas Noble2016-08-28
|\ \ | | | | | | remove skipIf from TypeSmokeTest (issue 7672)
| * | remove skipIf from TypeSmokeTest (issue 7672)Gravatar siddharthshukla2016-08-23
| | | | | | | | | | | | | | | | | | | | | 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
| | * Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22
| | |
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|\ \ \ | |_|/ |/| |
| * | Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
| | |
| * | Merge pull request #7745 from nicolasnoble/no-more-preGravatar Nicolas Noble2016-08-18
| |\ \ | | | | | | | | Removing pre2 flag.
| * | | Use templates for python version dependenciesGravatar Ken Payson2016-08-18
| | | | | | | | | | | | | | | | | | | | Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests.
| | * | Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-08-16
| |/ /
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-16
|\ \ \ | |_|/ |/| |
| | * Merge pull request #7732 from kpayson64/python3_artifactsGravatar kpayson642016-08-15
| |/| | | | | | | Add Python3.5 artifact targets
* | | Merge pull request #7538 from thunderboltsid/pypy-experimentsGravatar kpayson642016-08-15
|\ \ \ | | | | | | | | Change Python one-time grpc_init/grpc_shutdown to per-object-lifetime grpc_init/grpc_shutdown
* \ \ \ Merge pull request #7668 from thunderboltsid/skip-test-for-pypyGravatar kpayson642016-08-15
|\ \ \ \ | | | | | | | | | | skip test run if pypy
| | | | * Add Python3.5 artifact targetsGravatar Ken Payson2016-08-15
| | | | |
| | | * | Merge pull request #7702 from ↵Gravatar kpayson642016-08-15
| | | |\ \ | | | | |/ | | | |/| | | | | | | | | | | nathanielmanistaatgoogle/distrib-interop-stress-ga-api Migrate distrib, interop, and stress to GA API
* | | | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | | * Migrate distrib, interop, and stress to GA APIGravatar Nathaniel Manista2016-08-11
| | | | |
| | * | | skip test run if running with pypyGravatar siddharthshukla2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown if the interpreter is PyPy
| | | * | Switch init/shutdown: lib-wide -> per-objectGravatar siddharthshukla2016-08-05
| | |/ / | | | | | | | | | | | | Incremental changes towards PyPy support.
* | / / Fix the ThreadPoolExecutor: max_workers can't be 0Gravatar siddharthshukla2016-08-03
| |/ / |/| | | | | | | | | | | | | | 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.
| * | Bump python protobuf dependency to 3.0.0Gravatar Ken Payson2016-08-03
| |/
* | Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ \ | | | | | | Move timeout_encoding to core/lib/transport
* \ \ Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
|\ \ \ | | | | | | | | Add Census resource API and implementation.
* \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
|\ \ \ \
| | | | * Bumping to 1.0.0-pre2.Gravatar Nicolas "Pixel" Noble2016-07-29
| | | | |
| | | * | Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-26
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #7497 from soltanmm/be-nicerGravatar kpayson642016-07-25
| |\ \ \ \ | | | | | | | | | | | | Be more intelligent about Cython in grpcio
| * \ \ \ \ Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
| |\ \ \ \ \ | | | | | | | | | | | | | | V1.0.x merge into master
| | * | | | | Rerun generate_projects.shGravatar murgatroid992016-07-25
| | | | | | |
| | | * | | | Be more intelligent about Cython in grpcioGravatar Masood Malekghassemi2016-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | / | | | | |_|/ | | | |/| |
| | | | * | merge to upstream/masterGravatar Alistair Veitch2016-07-21
| | | | |\ \ | | | |_|/ / | | |/| | |
| | | * | | Fix cygrpc testGravatar Ken Payson2016-07-21
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-20
| |\| | | |
| | | * | | Merge pull request #7374 from kpayson64/python_health_check_renameGravatar kpayson642016-07-19
| | | |\ \ \ | | | | | | | | | | | | | | Polish grpcio_health_checking package
| | | | | | * Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-19
| | | | | | |\ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Fixed name syntax errorGravatar Ken Payson2016-07-18
| | | | | | |
| | | | * | | Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
| | | * | | Handle distutils command idiosyncraciesGravatar Masood Malekghassemi2016-07-16
| | | | | |
| | | * | | Patch `spawn` for Python 'unix' compilers insteadGravatar Masood Malekghassemi2016-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we patched the link command, now we just patch `spawn` as an updatable catch-all solution to ARG_MAX limitations on bash for MSYS and MinGW and friends.
| | * | | | Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_testGravatar kpayson642016-07-14
| | |\ \ \ \ | | | | | | | | | | | | | | Add more assertions to _rpc_test
| | | | * \ \ Merge pull request #7384 from soltanmm/import-stallionGravatar kpayson642016-07-14
| | | | |\ \ \ | | | | | | | | | | | | | | | | Move Python.h include out of loader code
* | | | | \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-07-14
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-14
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Added handshaker.[ch] to build.yaml.Gravatar Mark D. Roth2016-07-14
| | | | | | | |
| | | | | | | * Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-14
| | | | | | | |\
| | | | | * | | | Remove Python 'loader' hackGravatar Masood Malekghassemi2016-07-13
| | | | | | | | |