aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Expand)AuthorAge
* Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-16
|\
* \ Merge pull request #7538 from thunderboltsid/pypy-experimentsGravatar kpayson642016-08-15
|\ \
* \ \ Merge pull request #7668 from thunderboltsid/skip-test-for-pypyGravatar kpayson642016-08-15
|\ \ \
| | | * Merge pull request #7702 from nathanielmanistaatgoogle/distrib-interop-stress...Gravatar kpayson642016-08-15
| | | |\
* | | | \ 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
| | | * | Switch init/shutdown: lib-wide -> per-objectGravatar siddharthshukla2016-08-05
| | |/ /
* | / / Fix the ThreadPoolExecutor: max_workers can't be 0Gravatar siddharthshukla2016-08-03
| |/ / |/| |
| * | Bump python protobuf dependency to 3.0.0Gravatar Ken Payson2016-08-03
| |/
* | Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ \
* \ \ Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
|\ \ \
* \ \ \ 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
| |\ \ \ \
| * \ \ \ \ Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
| |\ \ \ \ \
| | * | | | | Rerun generate_projects.shGravatar murgatroid992016-07-25
| | | * | | | Be more intelligent about Cython in grpcioGravatar Masood Malekghassemi2016-07-22
| | * | | | | 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
| | | |\ \ \
| | | | | | * 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
| | | |/ / /
| | | * | | Handle distutils command idiosyncraciesGravatar Masood Malekghassemi2016-07-16
| | | * | | Patch `spawn` for Python 'unix' compilers insteadGravatar Masood Malekghassemi2016-07-16
| | * | | | Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_testGravatar kpayson642016-07-14
| | |\ \ \ \
| | | | * \ \ Merge pull request #7384 from soltanmm/import-stallionGravatar kpayson642016-07-14
| | | | |\ \ \
* | | | | \ \ \ 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
| | | | | * | | | Move Python.h include out of loader codeGravatar Masood Malekghassemi2016-07-13
| * | | | | | | | Skip exit_test until flake is fixedGravatar Ken Payson2016-07-13
| | |_|_|_|_|_|/ | |/| | | | | |
| | | | * | | | Document rpc details as string typeGravatar Ken Payson2016-07-13
| | | | |/ / /
| * | | | | | Merge pull request #7357 from grpc/v1.0.xGravatar Jorge Canizales2016-07-13
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | | | * Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transportGravatar Robbie Shade2016-07-13
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #7353 from kpayson64/fix_cygrpc_testGravatar kpayson642016-07-13
| |\ \ \ \ \
| | | * \ \ \ Merge pull request #7355 from soltanmm/count-bleckGravatar kpayson642016-07-13
| | | |\ \ \ \
| | * | | | | | Change sequence of client/server eventsGravatar Ken Payson2016-07-12
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #7317 from soltanmm/tadpolesGravatar kpayson642016-07-12
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | * | | | Merge pull request #7338 from kpayson64/remove_py_cruftGravatar kpayson642016-07-12
| | | |\ \ \ \
| | | | | * | | Add special methods to generated Python docsGravatar Masood Malekghassemi2016-07-12
| | | | |/ / / | | | |/| | |
| | | | * | | Remove early adopter codeGravatar Ken Payson2016-07-12
| | * | | | | Patch `spawn` for Python 'unix' compilers insteadGravatar Masood Malekghassemi2016-07-12
| | | * | | | Added Glossary to docs with metadata definitionGravatar Ken Payson2016-07-12
| | | |/ / /