[pypy-commit] pypy py3.5-raffael_t: Write matmul method as binary function in ast

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83939:dc70c88997e4 Date: 2016-03-21 23:01 +0100 http://bitbucket.org/pypy/pypy/changeset/dc70c88997e4/ Log:Write matmul method as binary function in ast diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpret

[pypy-commit] pypy py3.5-raffael_t: AST um @ erweitert

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83937:6b5719bb947f Date: 2016-03-21 19:16 +0100 http://bitbucket.org/pypy/pypy/changeset/6b5719bb947f/ Log:AST um @ erweitert diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy

[pypy-commit] pypy py3.5-raffael_t: Add missing opcodes to 3.5 lib, Fix error mat_mul -> matrix_multiply

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83942:20517040bd6a Date: 2016-03-22 16:07 +0100 http://bitbucket.org/pypy/pypy/changeset/20517040bd6a/ Log:Add missing opcodes to 3.5 lib, Fix error mat_mul -> matrix_multiply diff --git a/pypy/interpreter/astcompiler/codege

[pypy-commit] pypy py3.5-raffael_t: Remove undefined Grammar again, so that only @ is new (fix Assertionerror)

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83945:a88ed4caa6dd Date: 2016-03-22 22:48 +0100 http://bitbucket.org/pypy/pypy/changeset/a88ed4caa6dd/ Log:Remove undefined Grammar again, so that only @ is new (fix Assertionerror) diff --git a/pypy/interpreter/pypa

[pypy-commit] pypy py3.5-raffael_t: Add @= token, Set Grammar3.5

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83938:d253dd93b42f Date: 2016-03-21 22:23 +0100 http://bitbucket.org/pypy/pypy/changeset/d253dd93b42f/ Log:Add @= token, Set Grammar3.5 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/p

[pypy-commit] pypy py3.5-raffael_t: Change to right opcode for matmul

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83940:8b981defbc71 Date: 2016-03-21 23:29 +0100 http://bitbucket.org/pypy/pypy/changeset/8b981defbc71/ Log:Change to right opcode for matmul diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompil

[pypy-commit] pypy py3.5-raffael_t: Add @ (matmul) to Grammar and base methodtable, Switch used lib to 3.5

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83934:aca4467e822e Date: 2016-03-21 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/aca4467e822e/ Log:Add @ (matmul) to Grammar and base methodtable, Switch used lib to 3.5 diff --git a/pypy/interpreter/app_main

[pypy-commit] pypy py3.5-raffael_t: Add simple mmult (@) test

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83936:fa2980eb159a Date: 2016-03-21 18:45 +0100 http://bitbucket.org/pypy/pypy/changeset/fa2980eb159a/ Log:Add simple mmult (@) test diff --git a/pypy/interpreter/test/test_35_mmult.py b/pypy/interpreter/test/test_35_mmult.

[pypy-commit] pypy py3.5-raffael_t: (patch plan_rich) Set Python 3.5 as library for module, Comment unfinished ops cmds in astcompiler

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83941:e8e88caf2dee Date: 2016-03-22 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/e8e88caf2dee/ Log:(patch plan_rich) Set Python 3.5 as library for module, Comment unfinished ops cmds in astcompiler diff --git

[pypy-commit] pypy py3.5-raffael_t: Add complete Grammar 3.5

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83935:990e24c743e9 Date: 2016-03-21 17:38 +0100 http://bitbucket.org/pypy/pypy/changeset/990e24c743e9/ Log:Add complete Grammar 3.5 diff --git a/pypy/interpreter/pyparser/data/Grammar3.5 b/pypy/interpreter/pyparser/data/Gra

[pypy-commit] pypy py3.5-raffael_t: Uncomment opscode stacks

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83946:a39518eb84c3 Date: 2016-03-22 23:40 +0100 http://bitbucket.org/pypy/pypy/changeset/a39518eb84c3/ Log:Uncomment opscode stacks diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemb

[pypy-commit] pypy py3.5-raffael_t: Clean up unused 3.5 opcodes, Define inplace_matmul operator

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83944:e441185f38d2 Date: 2016-03-22 22:25 +0100 http://bitbucket.org/pypy/pypy/changeset/e441185f38d2/ Log:Clean up unused 3.5 opcodes, Define inplace_matmul operator diff --git a/pypy/interpreter/astcompiler/assemble.py b/

[pypy-commit] pypy py3.5-raffael_t: Define matmul method in module, Add to dict in objspace

2016-04-26 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r83943:6eacb28b58d1 Date: 2016-03-22 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/6eacb28b58d1/ Log:Define matmul method in module, Add to dict in objspace diff --git a/pypy/module/cpyext/number.py b/pypy/module/cpyex

[pypy-commit] pypy py3.5-raffael_t: Remove unneccessary testfile for matmul

2016-05-04 Thread raff...@gmail.com
Author: [email protected] Branch: py3.5-raffael_t Changeset: r84196:17ac3f14e8ff Date: 2016-05-04 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/17ac3f14e8ff/ Log:Remove unneccessary testfile for matmul diff --git a/pypy/interpreter/test/test_35_mmult.py b/pypy/interpreter/test/