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 90844ed4783bbc5e2065886ae8b402ec95d34e2e Merge: 4ebe155c12 fa48185f69 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Feb 4 08:04:09 2026 -0500 Merge pull request #3296 from apache/TINKERPOP-2063 TINKERPOP-2063 Added subgraph support to python 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(-)
