[pypy-commit] benchmarks default: disable scimark for now

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r194:24dde4fb411d Date: 2012-12-31 12:31 +0200 http://bitbucket.org/pypy/benchmarks/changeset/24dde4fb411d/ Log:disable scimark for now diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -186,21 +186,22 @@

[pypy-commit] pypy default: add a not-so-useful so far helper

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59633:598df76ebabd Date: 2012-12-31 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/598df76ebabd/ Log:add a not-so-useful so far helper diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py --- a/pypy/rlib/objectmodel.py +++ b/p

[pypy-commit] pypy default: fix test_whatsnew

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59634:b29baf7195e3 Date: 2012-12-31 12:55 +0200 http://bitbucket.org/pypy/pypy/changeset/b29baf7195e3/ Log:fix test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy missing-jit-operations: weakref "support" in the JIT

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: missing-jit-operations Changeset: r59635:5696e15f0709 Date: 2012-12-31 13:14 +0200 http://bitbucket.org/pypy/pypy/changeset/5696e15f0709/ Log:weakref "support" in the JIT diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --

[pypy-commit] pypy missing-jit-operations: another missing operation

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: missing-jit-operations Changeset: r59636:dece178e0a35 Date: 2012-12-31 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/dece178e0a35/ Log:another missing operation diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a

[pypy-commit] pypy default: merge missing-jit-operations, add a few jit operations

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59638:4c7349220b47 Date: 2012-12-31 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/4c7349220b47/ Log:merge missing-jit-operations, add a few jit operations diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.p

[pypy-commit] pypy missing-jit-operations: close about to be merged branch

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: missing-jit-operations Changeset: r59637:1b97540afb15 Date: 2012-12-31 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/1b97540afb15/ Log:close about to be merged branch ___ pypy-commit mailing list pypy-commi

[pypy-commit] pypy callback-jit: enable pyexpat module, again

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: callback-jit Changeset: r59640:0045f69c802a Date: 2012-12-31 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0045f69c802a/ Log:enable pyexpat module, again diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py --- a/pypy/module/pyp

[pypy-commit] pypy callback-jit: oops that's pointless now

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: callback-jit Changeset: r59641:9ea4bac6ee5e Date: 2012-12-31 13:43 +0200 http://bitbucket.org/pypy/pypy/changeset/9ea4bac6ee5e/ Log:oops that's pointless now diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py --- a/p

[pypy-commit] extradoc extradoc: work a bit on the blog post. add myself to the list of authors

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4938:27598d75072b Date: 2012-12-31 14:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/27598d75072b/ Log:work a bit on the blog post. add myself to the list of authors diff --git a/blog/draft/numpy-status-update-6.rst b/blog/draft

[pypy-commit] pypy remove-globals-in-jit: fix import

2012-12-31 Thread bivab
Author: David Schneider Branch: remove-globals-in-jit Changeset: r59644:65c379df2f99 Date: 2012-12-31 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/65c379df2f99/ Log:fix import diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_random.py --- a/pypy/jit/bac

[pypy-commit] pypy remove-globals-in-jit: add sanity check (for tests)

2012-12-31 Thread bivab
Author: David Schneider Branch: remove-globals-in-jit Changeset: r59643:69f76417b7eb Date: 2012-12-31 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/69f76417b7eb/ Log:add sanity check (for tests) diff --git a/pypy/jit/backend/llsupport/rewrite.py b/pypy/jit/backend/llsupport/rewrite.p

[pypy-commit] pypy remove-globals-in-jit: port random tests to new interface

2012-12-31 Thread bivab
Author: David Schneider Branch: remove-globals-in-jit Changeset: r59645:7e7428daa21b Date: 2012-12-31 13:45 +0100 http://bitbucket.org/pypy/pypy/changeset/7e7428daa21b/ Log:port random tests to new interface diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_rand

[pypy-commit] pypy default: update LICENSE

2012-12-31 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59646:215ea1454865 Date: 2013-01-01 04:36 +0200 http://bitbucket.org/pypy/pypy/changeset/215ea1454865/ Log:update LICENSE diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -28,7 +28,7 @@ DEALINGS IN THE SOFTWARE. -PyPy Copy

[pypy-commit] pypy default: Fix another place with 2012

2012-12-31 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59647:29b8abf6816b Date: 2012-12-31 18:41 -0800 http://bitbucket.org/pypy/pypy/changeset/29b8abf6816b/ Log:Fix another place with 2012 diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py --- a/pypy/module/sys/app.py +++ b/pypy/module/sys/app.