[pypy-commit] Notification: pypy.org

2011-06-27 Thread Bitbucket
You have received a notification from nikuda. Hi, I forked pypy.org. My fork is at https://bitbucket.org/nikuda/pypy.org. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list

[pypy-commit] extradoc extradoc: Planning for day 1

2011-06-27 Thread lac
Author: Laura Creighton l...@openend.se Branch: extradoc Changeset: r3789:c969a5f74060 Date: 2011-06-27 13:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/c969a5f74060/ Log:Planning for day 1 diff --git a/sprintinfo/genova-pegli-2011/sprintplanning.txt

[pypy-commit] extradoc extradoc: Typo + a potential sprint task

2011-06-27 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r3791:ceb20a81677d Date: 2011-06-27 13:45 +0200 http://bitbucket.org/pypy/extradoc/changeset/ceb20a81677d/ Log:Typo + a potential sprint task diff --git a/sprintinfo/genova-pegli-2011/sprintplanning.txt

[pypy-commit] extradoc extradoc: submitted final version

2011-06-27 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: extradoc Changeset: r3792:4676db5536f4 Date: 2011-06-25 17:51 +0200 http://bitbucket.org/pypy/extradoc/changeset/4676db5536f4/ Log:submitted final version diff --git a/talk/icooolps2011/bolz-hints-final.pdf

[pypy-commit] extradoc extradoc: merge

2011-06-27 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: extradoc Changeset: r3793:80ca8f150d83 Date: 2011-06-27 14:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/80ca8f150d83/ Log:merge diff --git a/talk/icooolps2011/bolz-hints-final.pdf b/talk/icooolps2011/bolz-hints-final.pdf new file

[pypy-commit] extradoc extradoc: some clarifications

2011-06-27 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: extradoc Changeset: r3794:8ad801599e2a Date: 2011-06-27 14:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/8ad801599e2a/ Log:some clarifications diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++

[pypy-commit] extradoc extradoc: XXXs

2011-06-27 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: extradoc Changeset: r3795:73a66fe07d24 Date: 2011-06-27 15:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/73a66fe07d24/ Log:XXXs diff --git a/talk/icooolps2011/jit-hints.pdf b/talk/icooolps2011/jit-hints.pdf index

[pypy-commit] extradoc extradoc: fix XXX

2011-06-27 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: extradoc Changeset: r3796:c1316ec6fe69 Date: 2011-06-27 16:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/c1316ec6fe69/ Log:fix XXX diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++

[pypy-commit] extradoc extradoc: more related work

2011-06-27 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: extradoc Changeset: r3797:21edf463854d Date: 2011-06-27 16:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/21edf463854d/ Log:more related work diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++

[pypy-commit] pypy default: move a lot of tests into the base class: I suppose they were put in the lltype specific one by mistake

2011-06-27 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r45138:c9e485e07ac8 Date: 2011-06-15 09:49 +0200 http://bitbucket.org/pypy/pypy/changeset/c9e485e07ac8/ Log:move a lot of tests into the base class: I suppose they were put in the lltype specific one by mistake diff --git

[pypy-commit] pypy default: move a lot of tests into the base class: I suppose they were put in the lltype specific one by mistake

2011-06-27 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r45139:799e295b68bd Date: 2011-06-15 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/799e295b68bd/ Log:move a lot of tests into the base class: I suppose they were put in the lltype specific one by mistake diff --git

[pypy-commit] pypy default: turn make_fail_descr into a setup_method and sanitize it a

2011-06-27 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r45140:419c2dbf9c18 Date: 2011-06-15 10:11 +0200 http://bitbucket.org/pypy/pypy/changeset/419c2dbf9c18/ Log:turn make_fail_descr into a setup_method and sanitize it a bit. This is a manual replay of b75fb474f21d, which was

[pypy-commit] pypy default: update the emacs mode for the new format of debug_merge_point

2011-06-27 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r45141:8ae6b8b494d3 Date: 2011-06-19 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/8ae6b8b494d3/ Log:update the emacs mode for the new format of debug_merge_point diff --git a/pypy/jit/tool/pypytrace-mode.el

[pypy-commit] pypy default: (arigo, antocuni) write a test for writebarrier_before_copy

2011-06-27 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r45143:8f476ab671bf Date: 2011-06-27 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/8f476ab671bf/ Log:(arigo, antocuni) write a test for writebarrier_before_copy diff --git a/pypy/rpython/memory/gc/test/test_direct.py

[pypy-commit] pypy default: (arigo, antocuni): not-optimal improvement: if we have cards, let ll_arraycopy to find the young pointers that are maybe there. This should help fixing the bad behaviour of

2011-06-27 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r45144:b430f6f33eb6 Date: 2011-06-27 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b430f6f33eb6/ Log:(arigo, antocuni): not-optimal improvement: if we have cards, let ll_arraycopy to find the young pointers that are

[pypy-commit] pypy default: Minor cleanups

2011-06-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45145:0cc96fcb22b2 Date: 2011-06-27 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0cc96fcb22b2/ Log:Minor cleanups diff --git a/pypy/jit/metainterp/blackhole.py b/pypy/jit/metainterp/blackhole.py ---

[pypy-commit] pypy default: Fix the test.

2011-06-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45147:58a43ab8a5b4 Date: 2011-06-27 19:47 +0200 http://bitbucket.org/pypy/pypy/changeset/58a43ab8a5b4/ Log:Fix the test. diff --git a/pypy/jit/backend/x86/regloc.py b/pypy/jit/backend/x86/regloc.py --- a/pypy/jit/backend/x86/regloc.py

[pypy-commit] pypy default: fix for reportlab (2.6 compatibility)

2011-06-27 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r45148:aee3778b7f17 Date: 2011-06-27 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/aee3778b7f17/ Log:fix for reportlab (2.6 compatibility) diff --git a/pypy/interpreter/test/test_typedef.py

[pypy-commit] pypy default: Make the optimizer recognize the effect that int_is_true(); guard_true() has on the bounds. Specifically this removes an op + a guard in the case of something like `if x an

2011-06-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45149:440bff536936 Date: 2011-06-27 14:03 -0700 http://bitbucket.org/pypy/pypy/changeset/440bff536936/ Log:Make the optimizer recognize the effect that int_is_true(); guard_true() has on the bounds. Specifically this

[pypy-commit] pypy default: merged upstream.

2011-06-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45150:42dd6ee24f03 Date: 2011-06-27 14:03 -0700 http://bitbucket.org/pypy/pypy/changeset/42dd6ee24f03/ Log:merged upstream. diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py ---

[pypy-commit] pypy default: Fix rsdl tests

2011-06-27 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r45151:c2b0578b87fb Date: 2011-06-27 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/c2b0578b87fb/ Log:Fix rsdl tests diff --git a/pypy/rlib/rsdl/RMix.py b/pypy/rlib/rsdl/RMix.py --- a/pypy/rlib/rsdl/RMix.py +++

[pypy-commit] pypy reflex-support: make abstract classes uninstantiable

2011-06-27 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r45152:868ae19fedf2 Date: 2011-06-09 14:29 -0700 http://bitbucket.org/pypy/pypy/changeset/868ae19fedf2/ Log:make abstract classes uninstantiable diff --git a/pypy/module/cppyy/interp_cppyy.py

[pypy-commit] pypy reflex-support: support for virtually inherited data members

2011-06-27 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r45153:af6a2914198f Date: 2011-06-27 16:15 -0700 http://bitbucket.org/pypy/pypy/changeset/af6a2914198f/ Log:support for virtually inherited data members diff --git a/pypy/module/cppyy/pythonify.py