Craig Tiller
a1fa35530f
Properly register completion queues with server
10 years ago
Masood Malekghassemi
4b4181ed1c
Ensure C89 compatibility in Linux tests
10 years ago
Masood Malekghassemi
38bb18fd43
Update Python for core server shutdown change
10 years ago
Tim Emiola
0c0ccb0acf
Corrects wording
10 years ago
Tim Emiola
05aafbc9d9
Update README.md
10 years ago
Tim Emiola
2e6def0f9e
Update README.rst
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
Masood Malekghassemi
0f4c6a2fb8
Upgrade protobuf, Python version number
10 years ago
Nicolas "Pixel" Noble
3f6d351b86
Some compilers don't like C99.
10 years ago
Tim Emiola
aa0e44bd63
Updates the INSTALL section for python
10 years ago
Masood Malekghassemi
691b8234af
Increase test timeout
...
The previous timeout was short enough that it led to erroneous failures.
Fixes #1875 .
10 years ago
David Garcia Quintas
30bd4eb5cc
Removed grpc_byte_buffer_reader_{create,destroy}.
...
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
10 years ago
Masood Malekghassemi
a2918d2e04
Move batch API exposure to Python layer
...
Exposes the C core batch API to the Python layers. Provides a shim to
enable the old Python API to remain the same (for now).
10 years ago
Masood Malekghassemi
e0281bbbf1
Set verbosity to 2 for Python tests
...
Fixes #1762 .
10 years ago
Masood Malekghassemi
7eefcb7994
Sync Python version to rest of project
...
Updated to version 0.9.0a0.
10 years ago
Craig Tiller
b04f072e6a
Add debug
10 years ago
Craig Tiller
3a5390e902
Reduce threadpool size
10 years ago
Craig Tiller
e594779a0e
Reduce threadpool size
10 years ago
Masood Malekghassemi
25ec4bd699
Add cancellation interop tests for Python
...
Fixes #1591 .
Also fixes a raised-exceptions-during-tests-causes-hanging problem.
10 years ago
Craig Tiller
e6eebeb355
Reduce threadpool size
10 years ago
Nathaniel Manista
1c8f36c40b
Fix mistaken method name: "append", not "add"
...
This defect was originally introduced in Google-internal source control
on 18 August 2014. Wow. Clearly unit test coverage is needed for this
feature.
10 years ago
Craig Tiller
219bc8d812
Refactor _low_test to use one completion queue
10 years ago
Jayant Kolhe
6ab757bc94
Update README.md
10 years ago
Nicolas "Pixel" Noble
b98188e826
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
10 years ago
Nathaniel Manista
55cbf02125
Change Python development status to "Alpha"
...
We actually went alpha in the last release cycle several weeks ago but
missed updating this documentation.
10 years ago
Craig Tiller
a5e15f446e
Port Python to new API
10 years ago
Craig Tiller
f508145012
Fix some wrapped languages
10 years ago
Craig Tiller
9eb47ada08
Further fixes
10 years ago
Craig Tiller
64be9f7a30
C Core API cleanup.
...
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.
10 years ago
Yang Gao
c71a9d2b56
clang-format
10 years ago
Nicolas "Pixel" Noble
64237fb02d
C89-ify the python code.
10 years ago
Masood Malekghassemi
9f8682c578
Release Python 0.5.0a2
10 years ago
Masood Malekghassemi
f722b0cd6f
Extern-ify symbols so they don't collide
10 years ago
Masood Malekghassemi
fae9d99e6a
Release Python 0.5.0a1
10 years ago
Masood Malekghassemi
f579e1d176
Migrate Python to batch core API
10 years ago
Craig Tiller
62bc1846b7
Uncomment accidentally commented stuff
10 years ago
Craig Tiller
12088b26d9
Tweak tests
10 years ago
Masood Malekghassemi
41251e4d3a
Fix Python auth and interop test
10 years ago
Masood Malekghassemi
e6b0038223
Add OAuth interop tests to Python
...
Also adds the commands to the grpc_docker shell library script to
support running in docker.
10 years ago
Alexander Staubo
8eac91eaf4
OS X doesn't have librt, so don't link to it.
10 years ago
Masood Malekghassemi
2b34e5adf1
Version update to 0.5.0
10 years ago
Masood Malekghassemi
451887ba2c
Enable PyPI package management
10 years ago
Nathaniel Manista
89ad057854
Update the generated Python interop code.
...
https://github.com/grpc/grpc/issues/1150 tracks the fact that these
files shouldn't even exist. For now, however, they do and should be
kept current.
10 years ago
Nathaniel Manista
cd7096deb6
Add a metadata_transformer to the Python stub.
10 years ago
Masood Malekghassemi
660a33e11f
Satisfy C90 pedantry in Python adapter
10 years ago
Masood Malekghassemi
841f90f86f
Add metadata support to low-level Python framework
10 years ago
Masood Malekghassemi
5bf4d2ae36
Reformat style of using PyObject_HEAD
10 years ago
Nathaniel Manista
f492b16d48
Unify early_adopter construction functions
...
It was awkward for the generated code to call an API that offered
both insecure_server and secure_server as well as insecure_stub and
secure_stub. With this change there is just a single server function
and a single stub function and security is decided based on arguments
passed.
10 years ago
Masood Malekghassemi
89905ac55d
Factor out interface-specific early_adopter code
...
Refactors early_adopter such that interface-specific code is located in
the framework module as a submodule `alpha`.
10 years ago
Nathaniel Manista
de5490c15c
Change remaining "packet" names to "ticket"
...
This renaming has been incrementally happening for the last several
weeks and this change finishes it.
10 years ago