[pypy-commit] pypy default: Improve the output of "pypy --info" to follow the style output by

2012-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r54980:51326a2c5f7b Date: 2012-05-09 09:02 +0200 http://bitbucket.org/pypy/pypy/changeset/51326a2c5f7b/ Log:Improve the output of "pypy --info" to follow the style output by translate.py. It still prints all options instead of the non- de

[pypy-commit] pypy default: Fix conftest to recognize both the old and the new format of --info,

2012-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r54981:e63b94fbd72b Date: 2012-05-09 09:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e63b94fbd72b/ Log:Fix conftest to recognize both the old and the new format of --info, based on a function that parses either. diff --git a/lib-python/conf

[pypy-commit] pypy default: Test and fix.

2012-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r54982:b1a9d9b534aa Date: 2012-05-09 09:45 +0200 http://bitbucket.org/pypy/pypy/changeset/b1a9d9b534aa/ Log:Test and fix. diff --git a/pypy/config/parse.py b/pypy/config/parse.py --- a/pypy/config/parse.py +++ b/pypy/config/parse.py @@ -4,8 +4,8 @@

[pypy-commit] pypy stm-thread: Starting to write some documentation.

2012-05-09 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r54984:1b4bb89d133e Date: 2012-05-09 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/1b4bb89d133e/ Log:Starting to write some documentation. diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst new file mode 100644 --- /dev/null +++ b/pypy/do

[pypy-commit] pypy stm-thread: Remove this outdated file

2012-05-09 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r54983:03797acac12c Date: 2012-05-09 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/03797acac12c/ Log:Remove this outdated file diff --git a/pypy/doc/discussion/stm_todo.txt b/pypy/doc/discussion/stm_todo.txt deleted file mode 100644 ---

[pypy-commit] pypy stm-thread: Complete

2012-05-09 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r54985:c33c8f8595e4 Date: 2012-05-09 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/c33c8f8595e4/ Log:Complete diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -9,24 +9,33 @@ PyPy can b

[pypy-commit] pypy stm-thread: Clarifications.

2012-05-09 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r54986:b01edc186fb1 Date: 2012-05-09 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/b01edc186fb1/ Log:Clarifications. diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -60,14 +60,15 @@ thr

[pypy-commit] lang-gameboy default: fix rom path in targetgbimplementation

2012-05-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r2:3e91d3e6fc0b Date: 2012-05-09 17:46 +0200 http://bitbucket.org/pypy/lang-gameboy/changeset/3e91d3e6fc0b/ Log:fix rom path in targetgbimplementation diff --git a/pygirl/targetgbimplementation.py b/pygirl/targetgbimplementation.py --- a/pygirl/

[pypy-commit] lang-gameboy default: fix an pypy.lang import

2012-05-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r3:6c1c40029aa6 Date: 2012-05-09 18:01 +0200 http://bitbucket.org/pypy/lang-gameboy/changeset/6c1c40029aa6/ Log:fix an pypy.lang import diff --git a/pygirl/gameboy.py b/pygirl/gameboy.py --- a/pygirl/gameboy.py +++ b/pygirl/gameboy.py @@ -221,7

[pypy-commit] Notification: lang-gameboy

2012-05-09 Thread Bitbucket
You have received a notification from Even Wiik Thomassen. Hi, I forked lang-gameboy. My fork is at https://bitbucket.org/eventh/lang-gameboy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-co

[pypy-commit] pypy step-one-xrange: merge messup

2012-05-09 Thread hakanardo
Author: Hakan Ardo Branch: step-one-xrange Changeset: r54988:8f16e211c4b2 Date: 2012-05-09 19:07 +0200 http://bitbucket.org/pypy/pypy/changeset/8f16e211c4b2/ Log:merge messup diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__built

[pypy-commit] pypy gc-minimark-pinning: this is mostly done

2012-05-09 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54990:70df5c8669f5 Date: 2012-05-08 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/70df5c8669f5/ Log:this is mostly done diff --git a/TODO b/TODO deleted file mode 100644 --- a/TODO +++ /dev/null @@ -1,4 +0,0 @@ - -* im

[pypy-commit] pypy gc-minimark-pinning: remove malloc_and_pin after discussions with armin

2012-05-09 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54991:e38b2238ce3b Date: 2012-05-08 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/e38b2238ce3b/ Log:remove malloc_and_pin after discussions with armin diff --git a/pypy/rlib/rgc.py b/pypy/rlib/rgc.py --- a/pypy/rlib/rg

[pypy-commit] pypy gc-minimark-pinning: use direct pinning in rffi, leave few unclear comments about the JIT, looks good

2012-05-09 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54992:96708b4d184f Date: 2012-05-08 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/96708b4d184f/ Log:use direct pinning in rffi, leave few unclear comments about the JIT, looks good diff --git a/pypy/rpython/llt

[pypy-commit] pypy default: A failing test about weak key dictionaries.

2012-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r54993:e37769dd2e8e Date: 2012-05-09 20:13 +0200 http://bitbucket.org/pypy/pypy/changeset/e37769dd2e8e/ Log:A failing test about weak key dictionaries. diff --git a/pypy/rlib/test/test_rweakkeydict.py b/pypy/rlib/test/test_rweakkeydict.py --- a/pypy/rl

[pypy-commit] pypy default: Tweak again thread._local. Cannot use RWeakKeyDictionary in its current

2012-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r54995:f86cddbfc751 Date: 2012-05-09 21:21 +0200 http://bitbucket.org/pypy/pypy/changeset/f86cddbfc751/ Log:Tweak again thread._local. Cannot use RWeakKeyDictionary in its current implementation, because of the warning in rlib._rweakkeydi

[pypy-commit] pypy default: More messy than it looks :-( Will try another approach not

2012-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r54994:84c9def63fc4 Date: 2012-05-09 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/84c9def63fc4/ Log:More messy than it looks :-( Will try another approach not involving using RWeakKeyDictionary at all... diff --git a/pypy/rlib/test/test_

[pypy-commit] pypy default: JIT fixes.

2012-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r54996:09fc45e24db4 Date: 2012-05-09 20:03 + http://bitbucket.org/pypy/pypy/changeset/09fc45e24db4/ Log:JIT fixes. diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py --- a/pypy/module/thread/os_local.py +++ b/pypy/module/th

[pypy-commit] pypy default: call close

2012-05-09 Thread mattip
Author: Matti Picus Branch: Changeset: r54997:30e8354eba05 Date: 2012-05-09 19:02 +0300 http://bitbucket.org/pypy/pypy/changeset/30e8354eba05/ Log:call close diff --git a/pypy/module/mmap/test/test_mmap.py b/pypy/module/mmap/test/test_mmap.py --- a/pypy/module/mmap/test/test_mmap.py +++ b/

[pypy-commit] pypy default: merge heads

2012-05-09 Thread mattip
Author: Matti Picus Branch: Changeset: r54998:d8e00a3ec08d Date: 2012-05-09 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/d8e00a3ec08d/ Log:merge heads diff --git a/pypy/module/thread/__init__.py b/pypy/module/thread/__init__.py --- a/pypy/module/thread/__init__.py +++ b/pypy/module/

[pypy-commit] pypy gc-minimark-pinning: fix more usages

2012-05-09 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54999:de5922dc19fa Date: 2012-05-09 23:14 +0200 http://bitbucket.org/pypy/pypy/changeset/de5922dc19fa/ Log:fix more usages diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/inter