[pypy-commit] stmgc c7: fix bugs in the nursery

2014-01-28 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r681:c9bb5552e354 Date: 2014-01-28 11:20 +0100 http://bitbucket.org/pypy/stmgc/changeset/c9bb5552e354/ Log:fix bugs in the nursery diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -24,6 +24,12 @@ uint8_t

[pypy-commit] stmgc c7: add a new demo (sorting) and implement some more operators

2014-01-28 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r680:bf658db49e2b Date: 2014-01-28 11:19 +0100 http://bitbucket.org/pypy/stmgc/changeset/bf658db49e2b/ Log:add a new demo (sorting) and implement some more operators diff --git a/duhton/demo/sort.duh b/duhton/demo/sort.duh new file mode 100644 ---

[pypy-commit] stmgc c7: fix more possible bugs in duhton

2014-01-28 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r684:a40aa54fd216 Date: 2014-01-28 14:40 +0100 http://bitbucket.org/pypy/stmgc/changeset/a40aa54fd216/ Log:fix more possible bugs in duhton diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -142,9 +142,13 @@ /* XXX: only

[pypy-commit] stmgc c7: test and fix for writing to old objects which are already writeable for us

2014-01-28 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r682:3e167ba69711 Date: 2014-01-28 13:09 +0100 http://bitbucket.org/pypy/stmgc/changeset/3e167ba69711/ Log:test and fix for writing to old objects which are already writeable for us diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++

[pypy-commit] stmgc c7: WIP: implement run-transactions in duhton

2014-01-28 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r686:257f822e0770 Date: 2014-01-28 16:31 +0100 http://bitbucket.org/pypy/stmgc/changeset/257f822e0770/ Log:WIP: implement run-transactions in duhton diff --git a/c7/core.h b/c7/core.h --- a/c7/core.h +++ b/c7/core.h @@ -227,6 +227,7 @@ void

[pypy-commit] extradoc extradoc: Tweaks

2014-01-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r5144:8b18c872d336 Date: 2014-01-28 17:58 +0100 http://bitbucket.org/pypy/extradoc/changeset/8b18c872d336/ Log:Tweaks diff --git a/talk/fosdem2014/pypy-stm.pdf b/talk/fosdem2014/pypy-stm.pdf index

[pypy-commit] pypy default: Add stub for ufunc.outer

2014-01-28 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: Changeset: r68977:d7c223f70bc3 Date: 2014-01-27 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/d7c223f70bc3/ Log:Add stub for ufunc.outer diff --git a/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy default: fix outer exception to match numpy

2014-01-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68978:3528431821e9 Date: 2014-01-28 13:54 -0500 http://bitbucket.org/pypy/pypy/changeset/3528431821e9/ Log:fix outer exception to match numpy diff --git a/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy py3k: kill

2014-01-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r68982:9d12dac12c3a Date: 2014-01-28 12:43 -0800 http://bitbucket.org/pypy/pypy/changeset/9d12dac12c3a/ Log:kill diff --git a/pypy/module/pyexpat/test/test_parser.py b/pypy/module/pyexpat/test/test_parser.py ---

[pypy-commit] pypy default: fix get_w_value() failing when called from setup, which can happen on py3k

2014-01-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r68979:e50d58dfb04c Date: 2014-01-28 12:38 -0800 http://bitbucket.org/pypy/pypy/changeset/e50d58dfb04c/ Log:fix get_w_value() failing when called from setup, which can happen on py3k diff --git

[pypy-commit] pypy py3k: 2to3

2014-01-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r68983:ffa7cbdd7233 Date: 2014-01-28 12:48 -0800 http://bitbucket.org/pypy/pypy/changeset/ffa7cbdd7233/ Log:2to3 diff --git a/pypy/interpreter/pyparser/test/test_parsestring.py

[pypy-commit] pypy py3k: merge default

2014-01-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r68981:15b720ac779c Date: 2014-01-28 12:43 -0800 http://bitbucket.org/pypy/pypy/changeset/15b720ac779c/ Log:merge default diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++

[pypy-commit] pypy precompiled-headers: implement test, so far without actually using precompiled headers

2014-01-28 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r68984:c5404203c0c7 Date: 2014-01-28 23:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c5404203c0c7/ Log:implement test, so far without actually using precompiled headers diff --git

[pypy-commit] pypy default: move low-level stuff out of rpython.annotator.model

2014-01-28 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r68986:f73987807040 Date: 2014-01-29 01:34 + http://bitbucket.org/pypy/pypy/changeset/f73987807040/ Log:move low-level stuff out of rpython.annotator.model diff --git a/rpython/annotator/binaryop.py