[pypy-commit] pypy default: (glavoie, arigo rewrites)

2012-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r52370:e40ab5c4aac0 Date: 2012-02-11 10:19 +0100 http://bitbucket.org/pypy/pypy/changeset/e40ab5c4aac0/ Log:(glavoie, arigo rewrites) Another change necessary for FreeBSD build, so expat.h and libexpat.so can be found. diff --git a/ctyp

[pypy-commit] [COMMENT] Pull request #27 for pypy/pypy: Another change necessary for FreeBSD build, so expat.h and libexpat.so can be found.

2012-02-11 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/27/another-change-necessary-for-freebsd-build#comment-2781 arigo said: Checked in as e40ab5c4aac0, with minor rewrites. Gabriel: can you check if what I checked in is good too? -- This is a pull request comment notifica

[pypy-commit] pypy stm-gc: Fix fix fix.

2012-02-11 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52372:25a1c74bdc71 Date: 2012-02-11 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/25a1c74bdc71/ Log:Fix fix fix. diff --git a/pypy/module/transaction/interp_transaction.py b/pypy/module/transaction/interp_transaction.py --- a/pypy/module/

[pypy-commit] pypy stm-gc: Attempt to rewrite things so that there is no GC allocation

2012-02-11 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52371:dd0c59caf8e2 Date: 2012-02-11 12:31 +0100 http://bitbucket.org/pypy/pypy/changeset/dd0c59caf8e2/ Log:Attempt to rewrite things so that there is no GC allocation in the non-main threads outside transactions. diff --git a/pypy/module/

[pypy-commit] pypy stm-gc: Fixes

2012-02-11 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52373:861e498d1d52 Date: 2012-02-11 16:26 +0100 http://bitbucket.org/pypy/pypy/changeset/861e498d1d52/ Log:Fixes diff --git a/pypy/module/transaction/interp_epoll.py b/pypy/module/transaction/interp_epoll.py --- a/pypy/module/transaction/interp_

[pypy-commit] pypy stm-gc: main_thread_id is zero after all.

2012-02-11 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52374:9ba7bb9d0e0a Date: 2012-02-11 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/9ba7bb9d0e0a/ Log:main_thread_id is zero after all. diff --git a/pypy/module/transaction/interp_transaction.py b/pypy/module/transaction/interp_transaction.

[pypy-commit] pypy stm-gc: Silence this warning, because we get infinitely many of them right

2012-02-11 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52376:2cdaa145d8a6 Date: 2012-02-11 16:15 + http://bitbucket.org/pypy/pypy/changeset/2cdaa145d8a6/ Log:Silence this warning, because we get infinitely many of them right now. diff --git a/pypy/translator/c/funcgen.py b/pypy/translator

[pypy-commit] pypy stm-gc: Translation fixes.

2012-02-11 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52375:c5e09fcf82da Date: 2012-02-11 16:12 + http://bitbucket.org/pypy/pypy/changeset/c5e09fcf82da/ Log:Translation fixes. diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py --- a/pypy/rpython/lltypesystem/rffi

[pypy-commit] pypy stm-gc: Support stm_getinteriorfield.

2012-02-11 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52377:be298a75c78f Date: 2012-02-11 16:37 + http://bitbucket.org/pypy/pypy/changeset/be298a75c78f/ Log:Support stm_getinteriorfield. diff --git a/pypy/translator/stm/funcgen.py b/pypy/translator/stm/funcgen.py --- a/pypy/translator/stm/funcge

[pypy-commit] pypy.org extradoc: write a draft of performance dissemination

2012-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r314:d0cf8619db86 Date: 2012-02-11 18:55 +0200 http://bitbucket.org/pypy/pypy.org/changeset/d0cf8619db86/ Log:write a draft of performance dissemination diff --git a/source/performance.txt b/source/performance.txt new file mode 100644 --

[pypy-commit] pypy.org extradoc: thanks phreach, update this a bit

2012-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r313:bd50ca0262e2 Date: 2012-02-10 12:10 +0200 http://bitbucket.org/pypy/pypy.org/changeset/bd50ca0262e2/ Log:thanks phreach, update this a bit diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -67,7 +67,9 @@

[pypy-commit] pypy.org extradoc: Mention this

2012-02-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r315:c5e375d23dae Date: 2012-02-11 18:01 +0100 http://bitbucket.org/pypy/pypy.org/changeset/c5e375d23dae/ Log:Mention this diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/source/performance.txt @@

[pypy-commit] [COMMENT] Pull request #27 for pypy/pypy: Another change necessary for FreeBSD build, so expat.h and libexpat.so can be found.

2012-02-11 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/27/another-change-necessary-for-freebsd-build#comment-2792 Gabriel Lavoie (glavoie) said: Looks good. I'll start a build later today and I'll keep you posted about the result. -- This is a pull request comment notificati

[pypy-commit] pypy.org extradoc: Rewrite and extend. Please review!

2012-02-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r316:901114758f32 Date: 2012-02-11 18:43 +0100 http://bitbucket.org/pypy/pypy.org/changeset/901114758f32/ Log:Rewrite and extend. Please review! diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/sour

[pypy-commit] pypy.org extradoc: Document modules where we don't have an RPython version at all.

2012-02-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r317:617ca383d121 Date: 2012-02-11 18:59 +0100 http://bitbucket.org/pypy/pypy.org/changeset/617ca383d121/ Log:Document modules where we don't have an RPython version at all. diff --git a/source/performance.txt b/source/performance.txt --- a/sour

[pypy-commit] pypy default: Fix for d16e4f017733: export pypyjit.PARAMETER_DOCS.

2012-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r52381:7542a4151922 Date: 2012-02-11 21:11 +0100 http://bitbucket.org/pypy/pypy/changeset/7542a4151922/ Log:Fix for d16e4f017733: export pypyjit.PARAMETER_DOCS. diff --git a/pypy/module/pypyjit/__init__.py b/pypy/module/pypyjit/__init__.py --- a/pypy/mo

[pypy-commit] pypy default: Improve the output layout.

2012-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r52382:00b830d7bd6a Date: 2012-02-11 21:32 +0100 http://bitbucket.org/pypy/pypy/changeset/00b830d7bd6a/ Log:Improve the output layout. diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/translator/goal/app_main.p

[pypy-commit] pypy.org extradoc: (hodgestar) minor grammar

2012-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r318:edf843a0da99 Date: 2012-02-11 23:46 +0200 http://bitbucket.org/pypy/pypy.org/changeset/edf843a0da99/ Log:(hodgestar) minor grammar diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/sourc

[pypy-commit] pypy.org extradoc: Grammar and American English cleanups.

2012-02-11 Thread edelsohn
Author: edelsohn Branch: extradoc Changeset: r319:35a2f6a3f68d Date: 2012-02-11 20:02 -0500 http://bitbucket.org/pypy/pypy.org/changeset/35a2f6a3f68d/ Log:Grammar and American English cleanups. diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/sou

[pypy-commit] [COMMENT] Pull request #27 for pypy/pypy: Another change necessary for FreeBSD build, so expat.h and libexpat.so can be found.

2012-02-11 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/27/another-change-necessary-for-freebsd-build#comment-2797 Gabriel Lavoie (glavoie) said: Build successful! -- This is a pull request comment notification from bitbucket.org. You are receiving this either because you are

[pypy-commit] [ACCEPTED] Pull request #23 for pypy/pypy: Fix _sqlite3.py fix for issue996, with test

2012-02-11 Thread Bitbucket
Pull request #23 has been accepted by Gabriel Lavoie. Changes in / have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/23/fix-_sqlite3py-fix-for-issue996-with-test -- This is an issue notification from bitbucket.org. You are receiving this either because you are the part

[pypy-commit] [ACCEPTED] Pull request #22 for pypy/pypy: fix documentation bugs

2012-02-11 Thread Bitbucket
Pull request #22 has been accepted by Gabriel Lavoie. Changes in cocoatomo/pypydoc have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/22/fix-documentation-bugs -- This is an issue notification from bitbucket.org. You are receiving this either because you are the partici

[pypy-commit] [OPEN] Pull request #28 for pypy/pypy: Packaging under FreeBSD.

2012-02-11 Thread Bitbucket
A new pull request has been opened by Gabriel Lavoie. glavoie/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/28/packaging-under-freebsd Title: Packaging under FreeBSD. tar on FreeBSD acts like tar on darwin. Changes to be pulled: -- This is an iss

[pypy-commit] Notification: buildbot

2012-02-11 Thread Bitbucket
You have received a notification from Gabriel Lavoie. Hi, I forked buildbot. My fork is at https://bitbucket.org/glavoie/buildbot. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected]

[pypy-commit] [OPEN] Pull request #1 for pypy/buildbot: Using pypy instead of 'python' for translation.

2012-02-11 Thread Bitbucket
A new pull request has been opened by Gabriel Lavoie. glavoie/buildbot has changes to be pulled into pypy/buildbot. https://bitbucket.org/pypy/buildbot/pull-request/1/using-pypy-instead-of-python-for Title: Using pypy instead of 'python' for translation. As I understand, only removing this line