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 2019/07/30 16:37:16 UTC

[tinkerpop] branch tp33 updated (31deb7e -> 82b4c71)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch tp33
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 31deb7e  Moved iterator leak assertion after "test end" event
     add 560ad11  TINKERPOP-2272 Renamed steps/tokens conflicting with global function names
     add 40350be  TINKERPOP-2272 added a test to hit the renamed steps
     add 82b4c71  Merge branch 'TINKERPOP-2272' into tp33

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   3 +-
 gremlin-python/glv/GraphTraversalSource.template   |  88 +++++++++++-
 gremlin-python/glv/TraversalSource.template        |  26 ++++
 gremlin-python/glv/generate.groovy                 |  26 +++-
 .../gremlin_python/process/graph_traversal.py      | 159 ++++++++++++++++-----
 .../jython/gremlin_python/process/traversal.py     |  37 ++---
 .../gremlin_python/structure/io/graphsonV2d0.py    |   5 +-
 .../gremlin_python/structure/io/graphsonV3d0.py    |   3 +-
 .../tests/driver/test_driver_remote_connection.py  |   6 +
 9 files changed, 289 insertions(+), 64 deletions(-)