Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 090B5200B34 for ; Fri, 17 Jun 2016 16:23:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 07B52160A4C; Fri, 17 Jun 2016 14:23:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7FCB0160A62 for ; Fri, 17 Jun 2016 16:23:38 +0200 (CEST) Received: (qmail 86071 invoked by uid 500); 17 Jun 2016 14:23:37 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 86027 invoked by uid 99); 17 Jun 2016 14:23:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2016 14:23:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 84206E964E; Fri, 17 Jun 2016 14:23:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.apache.org Date: Fri, 17 Jun 2016 14:23:41 -0000 Message-Id: <1effcae1b8aa4ff2831eca9326ecf25d@git.apache.org> In-Reply-To: <513f2461ab094838aa1c9bd59af458c7@git.apache.org> References: <513f2461ab094838aa1c9bd59af458c7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] tinkerpop git commit: Merge branch 'raw_expr' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 archived-at: Fri, 17 Jun 2016 14:23:39 -0000 Merge branch 'raw_expr' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ac08ae67 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ac08ae67 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ac08ae67 Branch: refs/heads/TINKERPOP-1278 Commit: ac08ae6786c5b905c9b221678eaf653c80d409af Parents: 3dc16ac 65ca75d Author: Marko A. Rodriguez Authored: Fri Jun 17 08:19:38 2016 -0600 Committer: Marko A. Rodriguez Committed: Fri Jun 17 08:19:38 2016 -0600 ---------------------------------------------------------------------- docs/src/reference/gremlin-variants.asciidoc | 34 + .../python/GremlinPythonGenerator.groovy | 31 +- .../src/main/jython/gremlin_python/.gitignore | 2 + .../jython/gremlin_python/gremlin_python.py | 619 +++++++++++++------ .../jython/gremlin_python/groovy_translator.py | 10 +- 5 files changed, 492 insertions(+), 204 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ac08ae67/gremlin-variant/src/main/groovy/org/apache/tinkerpop/gremlin/python/GremlinPythonGenerator.groovy ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ac08ae67/gremlin-variant/src/main/jython/gremlin_python/gremlin_python.py ----------------------------------------------------------------------