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/02/19 18:42:54 UTC

[tinkerpop] branch master updated (ea8c06d -> 76b3a78)

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 ea8c06d  Merge branch 'tp33'
     new 4fa5162  TINKERPOP-1435 Python support for BigInteger/BigDecimal
     new 5d540d8  TINKERPOP-1435 Add byte support in GraphSON extended module for python
     new 19d42c9  TINKERPOP-1435 Add ByteBuffer support in GraphSON for python
     new 480ed6d  TINKERPOP-1435 Added Char support to graphson and python
     new 202c497  TINKERPOP-1435 added Duration for graphson in python
     new 1cace8f  TINKERPOP-1435 Add char serialization for GraphSON 3.0 in python
     new e4d7544  TINKERPOP-1435 Update changelog
     new ea1e5a3  Merge branch 'TINKERPOP-1435' into tp33
     new 76b3a78  Merge branch 'tp33'

The 14954 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 +
 .../graphson/GraphSONMapperEmbeddedTypeTest.java   |  63 +++++++++++-
 .../src/main/jython/gremlin_python/statics.py      |  24 +++++
 .../gremlin_python/structure/io/graphsonV2d0.py    | 109 ++++++++++++++++++++-
 .../gremlin_python/structure/io/graphsonV3d0.py    | 109 ++++++++++++++++++++-
 gremlin-python/src/main/jython/setup.py            |   3 +-
 .../jython/tests/structure/io/test_graphsonV2d0.py |  97 ++++++++++++++++++
 .../jython/tests/structure/io/test_graphsonV3d0.py | 100 +++++++++++++++++++
 8 files changed, 492 insertions(+), 14 deletions(-)