Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
567f14c121e58da91b3e1f0017420c8fd8393d9c
/
src
/
python
e5fd01a
Bump python protobuf dependency to 3.0.0
by Ken Payson
· 8 years ago
3260a17
Bumping to 1.0.0-pre2.
by Nicolas "Pixel" Noble
· 8 years ago
8d3e9ec
Fix cygrpc test
by Ken Payson
· 8 years ago
413d302
Merge pull request #7374 from kpayson64/python_health_check_rename
by kpayson64
· 8 years ago
e39edac
Fixed name syntax error
by Ken Payson
· 8 years ago
dd24c1e
Polish grpcio_health_checking package
by Ken Payson
· 8 years ago
a39c2cb
Handle distutils command idiosyncracies
by Masood Malekghassemi
· 8 years ago
b236279
Patch `spawn` for Python 'unix' compilers instead
by Masood Malekghassemi
· 8 years ago
b0d3395
Merge pull request #7384 from soltanmm/import-stallion
by kpayson64
· 8 years ago
3acddb2
Remove Python 'loader' hack
by Masood Malekghassemi
· 8 years ago
e9b90e5
Move Python.h include out of loader code
by Masood Malekghassemi
· 8 years ago
c41f81a
Document rpc details as string type
by Ken Payson
· 8 years ago
875f633
Merge pull request #7355 from soltanmm/count-bleck
by kpayson64
· 8 years ago
e99acff
Merge pull request #7338 from kpayson64/remove_py_cruft
by kpayson64
· 8 years ago
48d07c6
Add special methods to generated Python docs
by Masood Malekghassemi
· 8 years ago
4d42552
Remove early adopter code
by Ken Payson
· 8 years ago
f7f47a6
Added Glossary to docs with metadata definition
by Ken Payson
· 8 years ago
8c72ae4
Flagging master as 1.0.0-pre1.
by Nicolas "Pixel" Noble
· 8 years ago
5086f43
Merge pull request #7322 from kpayson64/py_status_code_message
by kpayson64
· 8 years ago
1af18ae
Merge pull request #7315 from kpayson64/fix_exit_test
by kpayson64
· 8 years ago
a09219c
Merge pull request #7323 from kpayson64/fix_py_qps
by kpayson64
· 8 years ago
b5b6f93
Updated python qps tests to use GA server API
by Ken Payson
· 8 years ago
9183314
Addressing comments.
by Nicolas "Pixel" Noble
· 8 years ago
1c41c29
Merge branch 'release-0_15' into upmerge-master
by Nicolas "Pixel" Noble
· 8 years ago
16e7f58
Updated exit_test for new grpc.Server API
by Ken Payson
· 8 years ago
9adeaff
Implemented python status_code_and_message interop test
by Ken Payson
· 8 years ago
136ea36
Hold onto the GIL in __dealloc__ functions
by Ken Payson
· 8 years ago
340d396
Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optional
by kpayson64
· 8 years ago
8444f2f
Merge pull request #7195 from soltanmm/winfix
by kpayson64
· 8 years ago
acb0207
Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exception
by kpayson64
· 8 years ago
32d3fbe
Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials
by kpayson64
· 8 years ago
3a9e6d9
Fix interop tests on Windows
by Masood Malekghassemi
· 8 years ago
cab9d4f
Make Python tests run on Windows
by Masood Malekghassemi
· 8 years ago
639bb39
Build Python distributions standalone for Windows
by Masood Malekghassemi
· 8 years ago
06c857c
Patch monkeypatch link function to work in Python3
by Masood Malekghassemi
· 8 years ago
586e383
Make Python build standalone on Windows
by Masood Malekghassemi
· 8 years ago
4e19d66
Merge pull request #7260 from kpayson64/ga_performance_tests
by kpayson64
· 8 years ago
af26ce6
Remove unnecessary fcntl module import
by Masood Malekghassemi
· 8 years ago
771dc75
Remove misleading diagnostics message
by Masood Malekghassemi
· 8 years ago
f5d5ad8
Merge pull request #7275 from kpayson64/python_min_memory_cleanup
by kpayson64
· 8 years ago
ea1b16f
Removed cython client-side call tracking
by Ken Payson
· 8 years ago
4dd9ca9
Fix _Rendezvous.exception for successful calls
by Nathaniel Manista
· 8 years ago
22869a0
Composition of arbitrarily many CallCredentials
by Nathaniel Manista
· 8 years ago
a6b2a5a
Make handlers optional at server construction
by Nathaniel Manista
· 8 years ago
45c0f2b
Migrated python performance tests to use GA API
by Ken Payson
· 8 years ago
61163fa
Merge pull request #7224 from nathanielmanistaatgoogle/rendezvous-exception
by kpayson64
· 8 years ago
f2e20c2
Merge branch 'master' of github.com:grpc/grpc into bb_reader_error
by David Garcia Quintas
· 8 years ago
fce332a
Merge branch 'complicated-syndrome-of-the-alien-kind' of https://github.com/soltanmm/grpc into bb_reader_error
by David Garcia Quintas
· 8 years ago
cb58105
Fix _Rendezvous.exception for successful calls
by Nathaniel Manista
· 8 years ago
e4123f3
Updated release version to 0.15.1
by Ken Payson
· 8 years ago
e38b917
Check Python ByteBuffer reader init status
by Masood Malekghassemi
· 8 years ago
0910e4c
pr comments
by David Garcia Quintas
· 8 years ago
4763678
Regenerate project files
by Masood Malekghassemi
· 8 years ago
ac586ba
Remove tox
by Masood Malekghassemi
· 8 years ago
1ff429d
Organize Python tests to use grpcio-tools directly
by Masood Malekghassemi
· 8 years ago
9a2320e
regenerated projects
by David Garcia Quintas
· 8 years ago
6721d4f
Return success status of grpc_byte_buffer_reader
by David Garcia Quintas
· 8 years ago
dc733d6
Merge pull request #7152 from nathanielmanistaatgoogle/interop
by Jan Tattermusch
· 8 years ago
27e4979
Merge pull request #7161 from dgquintas/use_release
by Jan Tattermusch
· 8 years ago
a027820
Merge pull request #7091 from kpayson64/python_str_stuff
by Nicolas Noble
· 8 years ago
6a654dd
Changed default string type to be str
by Ken Payson
· 8 years ago
4281272
Updated git clone URL
by David Garcia Quintas
· 8 years ago
458b35a
Fix Python server interop spec noncompliance
by Nathaniel Manista
· 8 years ago
f5f9e04
Make handlers optional at server construction
by Nathaniel Manista
· 8 years ago
01d7dba
Merge pull request #7116 from kpayson64/python_windows_fix
by Jan Tattermusch
· 8 years ago
4ea7784
Removed _connectivity_channel.ChannelConnectivityTest test
by Ken Payson
· 8 years ago
110601d
Convert windows dll filename to bytes
by Ken Payson
· 8 years ago
fb39f1d
Merge pull request #6973 from makdharma/network_status_change
by Jan Tattermusch
· 8 years ago
8217b79
Merge pull request #7001 from kpayson64/python_cleanup_thread
by Jan Tattermusch
· 8 years ago
aa4bb51
Updated several threads to use CleanupThread for clean exit
by Ken Payson
· 8 years ago
5222790
Merge pull request #7063 from dgquintas/python_compression
by Jan Tattermusch
· 8 years ago
834bed9
Merge pull request #6941 from kpayson64/python_grpc_shutdown
by Jan Tattermusch
· 8 years ago
ffc780d
Merge pull request #6803 from sreecha/epoll_changes
by Craig Tiller
· 8 years ago
6e78989
Basic testing of client and sever side compression
by David Garcia Quintas
· 8 years ago
f519df8
Update version to 0.15.0
by murgatroid99
· 8 years ago
f4c1bff
Moved grpc_shutdown to end of Py_Finalize()
by Ken Payson
· 8 years ago
d29a3bf
Update master branch to 0.16.0-dev
by murgatroid99
· 8 years ago
05fd4fe
Merge branch 'master' into epoll_changes
by Sree Kuchibhotla
· 8 years ago
ee694fb
Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details
by Jan Tattermusch
· 8 years ago
b16e451
Add a test of metadata, status code, and details
by Nathaniel Manista
· 8 years ago
00ab530
Merge pull request #6839 from dgquintas/simplify_compression_interop
by Jan Tattermusch
· 8 years ago
c3a9fae
Merge branch 'master' into epoll_changes_merged
by Sree Kuchibhotla
· 8 years ago
311c74e
Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown
by Jan Tattermusch
· 8 years ago
0c3ea08
Merge pull request #6970 from nathanielmanistaatgoogle/with_call
by Jan Tattermusch
· 8 years ago
0579cfc
more files after running build.yaml changes through
by Makarand Dharmapurikar
· 8 years ago
bc43e07
Merge pull request #6896 from soltanmm/maybe
by Jan Tattermusch
· 8 years ago
3b5ae53
Correct lingering FATAL_FAILURE sites
by Nathaniel Manista
· 8 years ago
8d3477c
Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests
by Jan Tattermusch
· 8 years ago
604bdf7
Merge pull request #6961 from nathanielmanistaatgoogle/secure-channel-construction
by Jan Tattermusch
· 8 years ago
ffaafe6
Change with_call from parameter to attribute
by Nathaniel Manista
· 8 years ago
76233f5
Delete tests of dead pre-GA code
by Nathaniel Manista
· 8 years ago
6efe7c7
Fix secure channel construction
by Nathaniel Manista
· 8 years ago
5ad70a6
removed spurious .format()
by David Garcia Quintas
· 8 years ago
50c5511
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
by David Garcia Quintas
· 8 years ago
377bfde
added extra path to python protoc
by David Garcia Quintas
· 8 years ago
e1cbd62
Merge github.com:grpc/grpc into error
by Craig Tiller
· 8 years ago
fd79790
Merge pull request #6944 from nathanielmanistaatgoogle/fatal_failure→shutdown
by Jan Tattermusch
· 8 years ago
8615cce
Merge pull request #6943 from kpayson64/python_qps_wait
by Jan Tattermusch
· 8 years ago
bef286f
Wait for channel to be connected for each client
by Ken Payson
· 8 years ago
5444bed
Rename FATAL_FAILURE SHUTDOWN
by Nathaniel Manista
· 8 years ago
Next »