This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit fee9056a2b1c4fec3d736a2b0a41025fd24e4b65 Merge: 11f2b6e 5a0a835 Author: Stephen Mallette <[email protected]> AuthorDate: Thu Dec 16 08:25:03 2021 -0500 Merge branch 'pr-1515' into 3.5-dev .github/workflows/build-test.yml | 2 +- CHANGELOG.asciidoc | 3 + docs/src/reference/gremlin-variants.asciidoc | 31 +++ docs/src/upgrade/release-3.5.x.asciidoc | 17 +- gremlin-python/pom.xml | 122 +++++++++++ .../gremlin_python/driver/aiohttp/transport.py | 15 +- .../main/python/gremlin_python/driver/client.py | 58 +++-- .../driver/driver_remote_connection.py | 72 ++++++- .../main/python/gremlin_python/driver/protocol.py | 18 +- .../gremlin_python/driver/remote_connection.py | 23 +- .../python/gremlin_python/driver/serializer.py | 13 +- .../gremlin_python/process/graph_traversal.py | 100 ++++++++- .../python/gremlin_python/process/traversal.py | 18 +- gremlin-python/src/main/python/tests/conftest.py | 35 ++- .../src/main/python/tests/driver/test_client.py | 10 +- .../main/python/tests/process/test_traversal.py | 237 ++++++++++++++++++++- 16 files changed, 706 insertions(+), 68 deletions(-)
