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/09/30 18:26:07 UTC

[tinkerpop] branch tp34 updated (efde61e -> ae38621)

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

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


    from efde61e  Resolved some dependency problems from #1199 and #1200 after merge from tp33 CTR
     add 5c6573d  Changed license header to use a comment rather than a docstring
     add ae38621  Merge branch 'tp33' into tp34

No new revisions were added by this update.

Summary of changes:
 gremlin-python/glv/GraphTraversalSource.template   | 36 ++++++++++----------
 gremlin-python/glv/TraversalSource.template        | 36 ++++++++++----------
 .../src/main/jython/gremlin_python/__init__.py     | 36 ++++++++++----------
 .../main/jython/gremlin_python/driver/__init__.py  | 36 ++++++++++----------
 .../main/jython/gremlin_python/driver/client.py    | 36 ++++++++++----------
 .../jython/gremlin_python/driver/connection.py     | 34 +++++++++----------
 .../driver/driver_remote_connection.py             | 36 ++++++++++----------
 .../main/jython/gremlin_python/driver/protocol.py  | 36 ++++++++++----------
 .../gremlin_python/driver/remote_connection.py     | 36 ++++++++++----------
 .../main/jython/gremlin_python/driver/request.py   | 36 ++++++++++----------
 .../main/jython/gremlin_python/driver/resultset.py | 36 ++++++++++----------
 .../jython/gremlin_python/driver/serializer.py     | 39 +++++++++++-----------
 .../gremlin_python/driver/tornado/__init__.py      | 36 ++++++++++----------
 .../gremlin_python/driver/tornado/transport.py     | 36 ++++++++++----------
 .../main/jython/gremlin_python/driver/transport.py | 36 ++++++++++----------
 .../main/jython/gremlin_python/process/__init__.py | 36 ++++++++++----------
 .../gremlin_python/process/anonymous_traversal.py  | 36 ++++++++++----------
 .../gremlin_python/process/graph_traversal.py      | 36 ++++++++++----------
 .../jython/gremlin_python/process/strategies.py    | 36 ++++++++++----------
 .../jython/gremlin_python/process/traversal.py     | 36 ++++++++++----------
 .../src/main/jython/gremlin_python/statics.py      | 36 ++++++++++----------
 .../jython/gremlin_python/structure/__init__.py    | 36 ++++++++++----------
 .../main/jython/gremlin_python/structure/graph.py  | 36 ++++++++++----------
 .../jython/gremlin_python/structure/io/__init__.py | 36 ++++++++++----------
 .../gremlin_python/structure/io/graphsonV2d0.py    | 36 ++++++++++----------
 .../gremlin_python/structure/io/graphsonV3d0.py    | 34 +++++++++----------
 .../src/main/jython/radish/feature_steps.py        | 36 ++++++++++----------
 gremlin-python/src/main/jython/radish/terrain.py   | 36 ++++++++++----------
 gremlin-python/src/main/jython/runtest.py          | 36 ++++++++++----------
 gremlin-python/src/main/jython/setup.py            |  4 +--
 gremlin-python/src/main/jython/tests/__init__.py   | 36 ++++++++++----------
 gremlin-python/src/main/jython/tests/conftest.py   | 36 ++++++++++----------
 .../src/main/jython/tests/driver/__init__.py       | 36 ++++++++++----------
 .../src/main/jython/tests/driver/test_client.py    | 36 ++++++++++----------
 .../tests/driver/test_driver_remote_connection.py  | 37 ++++++++++----------
 .../test_driver_remote_connection_threaded.py      | 36 ++++++++++----------
 .../main/jython/tests/driver/test_serializer.py    | 36 ++++++++++----------
 .../src/main/jython/tests/process/__init__.py      | 36 ++++++++++----------
 .../src/main/jython/tests/process/test_dsl.py      | 36 ++++++++++----------
 .../main/jython/tests/process/test_strategies.py   | 36 ++++++++++----------
 .../main/jython/tests/process/test_traversal.py    | 36 ++++++++++----------
 .../src/main/jython/tests/structure/__init__.py    | 36 ++++++++++----------
 .../src/main/jython/tests/structure/io/__init__.py | 36 ++++++++++----------
 .../jython/tests/structure/io/test_graphsonV2d0.py | 36 ++++++++++----------
 .../jython/tests/structure/io/test_graphsonV3d0.py | 36 ++++++++++----------
 .../src/main/jython/tests/structure/test_graph.py  | 36 ++++++++++----------
 .../src/main/jython/tests/test_statics.py          | 36 ++++++++++----------
 47 files changed, 827 insertions(+), 833 deletions(-)