This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 4ebe155c12 Merge pull request #3298 from apache/TINKERPOP-3136
add fa48185f69 TINKERPOP-2063 Added subgraph support to python
new 90844ed478 Merge pull request #3296 from apache/TINKERPOP-2063
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.asciidoc | 3 +-
.../main/python/gremlin_python/structure/graph.py | 15 +++++
.../gremlin_python/structure/io/graphbinaryV4.py | 77 +++++++++++++++++++++-
.../src/main/python/radish/feature_steps.py | 55 +++++++++++++++-
gremlin-python/src/main/python/radish/utils.py | 4 +-
.../tests/driver/test_driver_remote_connection.py | 23 ++++---
.../tests/structure/io/test_graphbinaryV4.py | 41 +++++++++++-
.../src/main/python/tests/structure/test_graph.py | 29 ++++++++
.../gremlin/test/features/branch/Repeat.feature | 28 +++-----
9 files changed, 236 insertions(+), 39 deletions(-)