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 0cbc613 Merge branch '3.5-dev'
add d1fa012 TINKERPOP-2467 Follow python naming conventions for Gremlin
syntax
new 9e6a056 Merge pull request #1572 from apache/TINKERPOP-2467
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 | 1 +
docs/src/reference/gremlin-variants.asciidoc | 87 +--
docs/src/upgrade/release-3.6.x.asciidoc | 6 +-
.../traversal/translator/PythonTranslator.java | 12 +-
.../jsr223/GremlinGroovyScriptEngineTest.java | 2 +-
gremlin-python/src/main/python/example.py | 10 +-
.../gremlin_python/driver/aiohttp/transport.py | 9 +-
.../python/gremlin_python/driver/serializer.py | 20 +-
.../gremlin_python/process/anonymous_traversal.py | 18 +-
.../gremlin_python/process/graph_traversal.py | 712 +++++++++++++++++++--
.../python/gremlin_python/process/translator.py | 6 +-
.../python/gremlin_python/process/traversal.py | 134 +++-
.../gremlin_python/structure/io/graphbinaryV1.py | 140 ++--
.../gremlin_python/structure/io/graphsonV2d0.py | 192 +++---
.../gremlin_python/structure/io/graphsonV3d0.py | 204 +++---
.../python/gremlin_python/structure/io/util.py | 20 +
gremlin-python/src/main/python/radish/gremlin.py | 128 ++--
.../tests/driver/test_driver_remote_connection.py | 2 -
.../main/python/tests/process/test_translator.py | 21 +-
.../tests/structure/io/test_graphbinaryV1.py | 89 +--
.../python/tests/structure/io/test_graphsonV2d0.py | 169 ++---
.../python/tests/structure/io/test_graphsonV3d0.py | 191 +++---
.../structure/io/test_util.py} | 36 +-
23 files changed, 1495 insertions(+), 714 deletions(-)
copy gremlin-python/src/main/python/{gremlin_python/driver/transport.py =>
tests/structure/io/test_util.py} (54%)