[pypy-commit] pypy emit-call-arm: fix tests

2013-05-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: emit-call-arm Changeset: r64554:ef580c242cfd Date: 2013-05-25 02:48 -0500 http://bitbucket.org/pypy/pypy/changeset/ef580c242cfd/ Log:fix tests diff --git a/rpython/jit/backend/arm/test/test_regalloc_mov.py

[pypy-commit] stm default: Add a README.txt

2013-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1:39a48e810e11 Date: 2013-05-25 16:25 +0200 http://bitbucket.org/pypy/stm/changeset/39a48e810e11/ Log:Add a README.txt diff --git a/README.txt b/README.txt new file mode 100644 --- /dev/null +++ b/README.txt @@ -0,0 +1,12 @@ + +STM-GC

[pypy-commit] stm default: Add a line

2013-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r2:01aa0e678a8d Date: 2013-05-25 16:27 +0200 http://bitbucket.org/pypy/stm/changeset/01aa0e678a8d/ Log:Add a line diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -4,7 +4,8 @@ Welcome! -This is meant to be a

[pypy-commit] stm default: Add a comment

2013-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r3:c546d6e73be7 Date: 2013-05-25 16:36 +0200 http://bitbucket.org/pypy/stm/changeset/c546d6e73be7/ Log:Add a comment diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -11,3 +11,8 @@ A demo program can be found

[pypy-commit] stm default: Fix the warnings given by 'make build-demo1'.

2013-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r4:6333ea8539f3 Date: 2013-05-25 17:02 +0200 http://bitbucket.org/pypy/stm/changeset/6333ea8539f3/ Log:Fix the warnings given by 'make build-demo1'. diff --git a/c3/et.c b/c3/et.c --- a/c3/et.c +++ b/c3/et.c @@ -321,6 +321,7 @@ case

[pypy-commit] stm default: First draft of stealing.

2013-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r6:118aee6f0236 Date: 2013-05-25 19:57 +0200 http://bitbucket.org/pypy/stm/changeset/118aee6f0236/ Log:First draft of stealing. diff --git a/c3/et.c b/c3/et.c --- a/c3/et.c +++ b/c3/et.c @@ -751,8 +751,9 @@ (long)cur_time);

[pypy-commit] pypy logging-perf: roll back this change, it doesn't totally make sense (and didn't work anyways)

2013-05-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: logging-perf Changeset: r64555:3e28a59b15c5 Date: 2013-05-25 13:54 -0400 http://bitbucket.org/pypy/pypy/changeset/3e28a59b15c5/ Log:roll back this change, it doesn't totally make sense (and didn't work anyways) diff --git

[pypy-commit] pypy logging-perf: Backported 5629bf4c6bba from CPython.

2013-05-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: logging-perf Changeset: r64556:9de7b40c586f Date: 2013-05-25 13:59 -0400 http://bitbucket.org/pypy/pypy/changeset/9de7b40c586f/ Log:Backported 5629bf4c6bba from CPython. diff --git a/lib-python/2.7/logging/__init__.py

[pypy-commit] stm default: Tweaks

2013-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r7:98fb519334f7 Date: 2013-05-25 20:35 +0200 http://bitbucket.org/pypy/stm/changeset/98fb519334f7/ Log:Tweaks diff --git a/c3/nursery.c b/c3/nursery.c --- a/c3/nursery.c +++ b/c3/nursery.c @@ -454,16 +454,20 @@ for (i = 0; i

[pypy-commit] pypy default: Issue1498: Fix another issue with subclasses of ctypes structures.

2013-05-25 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r64558:ff06e504ab9c Date: 2013-05-25 21:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ff06e504ab9c/ Log:Issue1498: Fix another issue with subclasses of ctypes structures. diff --git a/lib_pypy/_ctypes/structure.py

[pypy-commit] pypy operrfmt-NT: ease the W_TypeObject assertion to accomodate Dummy/FakeObjSpaces

2013-05-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: operrfmt-NT Changeset: r64559:52c9fdaa5b22 Date: 2013-05-25 13:37 -0700 http://bitbucket.org/pypy/pypy/changeset/52c9fdaa5b22/ Log:ease the W_TypeObject assertion to accomodate Dummy/FakeObjSpaces diff --git a/pypy/interpreter/error.py

[pypy-commit] pypy default: use W_TypeObjects throughout

2013-05-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64560:80ac073c7257 Date: 2013-05-25 15:31 -0700 http://bitbucket.org/pypy/pypy/changeset/80ac073c7257/ Log:use W_TypeObjects throughout diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy operrfmt-NT: merge default

2013-05-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: operrfmt-NT Changeset: r64561:0cd18b874a6c Date: 2013-05-25 15:31 -0700 http://bitbucket.org/pypy/pypy/changeset/0cd18b874a6c/ Log:merge default diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py ---

[pypy-commit] pypy operrfmt-NT: utilize %N everywhere

2013-05-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: operrfmt-NT Changeset: r64563:6ee585ed9ea5 Date: 2013-05-25 15:34 -0700 http://bitbucket.org/pypy/pypy/changeset/6ee585ed9ea5/ Log:utilize %N everywhere diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py ---

[pypy-commit] pypy default: add missing stub methods to io.IOBase

2013-05-25 Thread r3m0t
Author: Tomer Chachamu tomer.chach...@gmail.com Branch: Changeset: r64564:2780a755bf49 Date: 2013-05-10 01:00 +0100 http://bitbucket.org/pypy/pypy/changeset/2780a755bf49/ Log:add missing stub methods to io.IOBase diff --git a/pypy/module/_io/interp_iobase.py

[pypy-commit] pypy default: rearrange to match py3k which already implemented these

2013-05-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64565:d7ce4a47ae50 Date: 2013-05-25 16:02 -0700 http://bitbucket.org/pypy/pypy/changeset/d7ce4a47ae50/ Log:rearrange to match py3k which already implemented these diff --git a/pypy/module/_io/interp_iobase.py

[pypy-commit] pypy py3k: merge default

2013-05-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64566:55f0c664d6b0 Date: 2013-05-25 16:19 -0700 http://bitbucket.org/pypy/pypy/changeset/55f0c664d6b0/ Log:merge default diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py ---