[pypy-commit] pypy release-2.1.x: Merged in squeaky/pypy-ldflags/package-tk (pull request #159)

2013-07-16 Thread bivab
Author: David Schneider Branch: release-2.1.x Changeset: r65412:914b6102809a Date: 2013-07-11 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/914b6102809a/ Log:Merged in squeaky/pypy-ldflags/package-tk (pull request #159) package Tkinter diff --git a/pypy/tool/release/package.p

[pypy-commit] pypy release-2.1.x: updates license information and indentation fixes

2013-07-16 Thread bivab
Author: David Schneider Branch: release-2.1.x Changeset: r65411:2d713d7a15bc Date: 2013-07-11 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/2d713d7a15bc/ Log:updates license information and indentation fixes diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -35,242 +35,242

[pypy-commit] pypy release-2.1.x: update contributor list

2013-07-16 Thread bivab
Author: David Schneider Branch: release-2.1.x Changeset: r65410:73844c85b552 Date: 2013-07-11 10:05 +0200 http://bitbucket.org/pypy/pypy/changeset/73844c85b552/ Log:update contributor list diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -35,179 +35,242 @@ the beginning of each

[pypy-commit] pypy release-2.1.x: fix issue 1537 with numpypy __array_interface__

2013-07-16 Thread mattip
Author: Matti Picus Branch: release-2.1.x Changeset: r65415:e64857a85f0e Date: 2013-07-14 20:02 +0300 http://bitbucket.org/pypy/pypy/changeset/e64857a85f0e/ Log:fix issue 1537 with numpypy __array_interface__ diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy

[pypy-commit] pypy release-2.1.x: fix rpython-level exception

2013-07-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: release-2.1.x Changeset: r65413:bff3c14f507a Date: 2013-07-11 19:34 +0200 http://bitbucket.org/pypy/pypy/changeset/bff3c14f507a/ Log:fix rpython-level exception diff --git a/pypy/module/imp/interp_imp.py b/pypy/module/imp/interp_imp.py --- a/pypy/module/im

[pypy-commit] pypy release-2.1.x: Issue 1533: fix an RPython-level OverflowError for

2013-07-16 Thread arigo
Author: Armin Rigo Branch: release-2.1.x Changeset: r65414:42cfbd794cb9 Date: 2013-07-11 21:55 +0200 http://bitbucket.org/pypy/pypy/changeset/42cfbd794cb9/ Log:Issue 1533: fix an RPython-level OverflowError for space.float_w(w_big_long_number). diff --git a/pypy/module/_rawffi/test/t

[pypy-commit] extradoc extradoc: another task

2013-07-16 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4986:b8d267e3bfc9 Date: 2013-07-16 01:23 -0700 http://bitbucket.org/pypy/extradoc/changeset/b8d267e3bfc9/ Log:another task diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/planning/jit.txt @@ -44,6 +44,9 @@ su

[pypy-commit] extradoc extradoc: Done

2013-07-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4987:4e4eab8c56a3 Date: 2013-07-16 10:33 +0200 http://bitbucket.org/pypy/extradoc/changeset/4e4eab8c56a3/ Log:Done diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/planning/jit.txt @@ -32,18 +32,6 @@ - implement sm

[pypy-commit] pypy default: A no-branch version of int_abs()

2013-07-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r65416:31e55d332904 Date: 2013-07-16 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/31e55d332904/ Log:A no-branch version of int_abs() diff --git a/rpython/jit/codewriter/support.py b/rpython/jit/codewriter/support.py --- a/rpython/jit/codewriter

[pypy-commit] extradoc extradoc: Remove a task that is done and a task that points to a non-existant paste.

2013-07-16 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4988:6069ab9f97ba Date: 2013-07-16 01:45 -0700 http://bitbucket.org/pypy/extradoc/changeset/6069ab9f97ba/ Log:Remove a task that is done and a task that points to a non-existant paste. diff --git a/planning/jit.txt b/planning/jit.txt -

[pypy-commit] stmgc copy-over-original2: new approach doing the work of copying over h_original in visit()

2013-07-16 Thread Raemi
Author: Remi Meier Branch: copy-over-original2 Changeset: r401:7c2e94ae8bf1 Date: 2013-07-16 13:33 +0200 http://bitbucket.org/pypy/stmgc/changeset/7c2e94ae8bf1/ Log:new approach doing the work of copying over h_original in visit() diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@

[pypy-commit] stmgc copy-over-original2: uncomment jumping forward in visit() again

2013-07-16 Thread Raemi
Author: Remi Meier Branch: copy-over-original2 Changeset: r403:7c66774a3b43 Date: 2013-07-16 14:40 +0200 http://bitbucket.org/pypy/stmgc/changeset/7c66774a3b43/ Log:uncomment jumping forward in visit() again diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -354,1

[pypy-commit] stmgc copy-over-original2: update comment

2013-07-16 Thread Raemi
Author: Remi Meier Branch: copy-over-original2 Changeset: r402:a127a39f6967 Date: 2013-07-16 14:29 +0200 http://bitbucket.org/pypy/stmgc/changeset/a127a39f6967/ Log:update comment diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -637,6 +637,7 @@ assert(!

[pypy-commit] stmgc copy-over-original2: use NURSERY_MOVED instead of ~OLD when copying an object over its original during major collections

2013-07-16 Thread Raemi
Author: Remi Meier Branch: copy-over-original2 Changeset: r404:74ae9fa5621f Date: 2013-07-16 14:57 +0200 http://bitbucket.org/pypy/stmgc/changeset/74ae9fa5621f/ Log:use NURSERY_MOVED instead of ~OLD when copying an object over its original during major collections diff --git a/c4/gcp

[pypy-commit] stmgc copy-over-original2: rename GCFLAG_NURSERY_MOVED to GCFLAG_MOVED

2013-07-16 Thread Raemi
Author: Remi Meier Branch: copy-over-original2 Changeset: r405:9a584030a9e6 Date: 2013-07-16 15:08 +0200 http://bitbucket.org/pypy/stmgc/changeset/9a584030a9e6/ Log:rename GCFLAG_NURSERY_MOVED to GCFLAG_MOVED diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c +++ b/c4/de

[pypy-commit] pypy default: Skip this test which was never working, with a comment

2013-07-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r65417:88285f530855 Date: 2013-07-16 15:12 +0200 http://bitbucket.org/pypy/pypy/changeset/88285f530855/ Log:Skip this test which was never working, with a comment diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annr

[pypy-commit] cffi default: A test, and start to work on a fix, which doesn't work so far

2013-07-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r1278:e67e5b69f47b Date: 2013-07-16 16:03 +0200 http://bitbucket.org/cffi/cffi/changeset/e67e5b69f47b/ Log:A test, and start to work on a fix, which doesn't work so far diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_

[pypy-commit] lang-smalltalk default: added first rpython bitblt test

2013-07-16 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r501:e98733626cd9 Date: 2013-07-16 17:04 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e98733626cd9/ Log:added first rpython bitblt test diff --git a/spyvm/test/test_bitblt.py b/spyvm/test/test_bitblt.py new file mode 100644 --- /dev/nul

[pypy-commit] lang-smalltalk default: improved rpython bitblt removing some of the errors

2013-07-16 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r499:b992548ddcd8 Date: 2013-07-16 15:50 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b992548ddcd8/ Log:improved rpython bitblt removing some of the errors added a printing function to rpython bb as well as the minibluebookdebug

[pypy-commit] lang-smalltalk default: added orig files and my cache of previous targetimageloadingsmalltalk-versions to .hgignore

2013-07-16 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r502:5ed5f4b4771f Date: 2013-07-16 17:07 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/5ed5f4b4771f/ Log:added orig files and my cache of previous targetimageloadingsmalltalk-versions to .hgignore diff --git a/.hgignore b/.hgigno

[pypy-commit] lang-smalltalk default: greened tests

2013-07-16 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r500:8f1a3b5e4c46 Date: 2013-07-16 16:19 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/8f1a3b5e4c46/ Log:greened tests diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -879,7 +879,7 @@ def ge

[pypy-commit] lang-smalltalk default: fixing the remaining test

2013-07-16 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r503:0340cec8ce22 Date: 2013-07-16 17:35 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/0340cec8ce22/ Log:fixing the remaining test diff --git a/spyvm/test/test_model.py b/spyvm/test/test_model.py --- a/spyvm/test/test_model.py +++ b/spyv

[pypy-commit] lang-smalltalk default: added printing to blockContextShadows to improve the exit print on debugger-spawn in old images

2013-07-16 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r504:8f27fbc5ff8c Date: 2013-07-16 17:36 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/8f27fbc5ff8c/ Log:added printing to blockContextShadows to improve the exit print on debugger-spawn in old images diff --git a/spyvm/primitive