You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/09/25 15:41:23 UTC

[tinkerpop] 01/02: Merge branch 'TINKERPOP-2296' into 3.4-dev

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 bcc0f245f60e3d84deb24de41f3a3e88a6a3fdb8
Merge: 42ec6c5 c8a44fe
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Sep 25 11:33:48 2020 -0400

    Merge branch 'TINKERPOP-2296' into 3.4-dev

 CHANGELOG.asciidoc                                 |  1 +
 docs/src/reference/gremlin-variants.asciidoc       | 32 +++++++++++-
 gremlin-python/glv/GraphTraversalSource.template   | 16 +++++-
 gremlin-python/glv/generate.groovy                 |  1 +
 .../main/jython/gremlin_python/driver/client.py    |  8 +--
 .../driver/driver_remote_connection.py             | 16 +++++-
 .../gremlin_python/process/graph_traversal.py      | 19 +++++--
 .../jython/gremlin_python/process/strategies.py    | 60 ++++++++++++----------
 .../tests/driver/test_driver_remote_connection.py  |  8 ++-
 .../main/jython/tests/process/test_strategies.py   | 11 ++++
 10 files changed, 132 insertions(+), 40 deletions(-)