Author: Wim Lavrijsen
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 b/pypy/module/cppyy/pythonify.py
--- a/
Author: Wim Lavrijsen
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
b/pypy/module/cppyy/interp_cppyy.py
--- a/p
Author: Amaury Forgeot d'Arc
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
+++ b/pypy/rlib/rsdl/RMix.py
@
Author: Alex Gaynor
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
--- a/pypy/interpreter/test/test_ty
Author: Alex Gaynor
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 removes an op + a
g
Author: Maciej Fijalkowski
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
b/pypy/interpreter/test/test_typedef.py
--- a/p
Author: Armin Rigo
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
+++ b/pypy/jit/ba
Author: Armin Rigo
Branch:
Changeset: r45146:521fbd1aef45
Date: 2011-06-27 19:42 +0200
http://bitbucket.org/pypy/pypy/changeset/521fbd1aef45/
Log:Add a failing test.
diff --git a/pypy/jit/backend/x86/test/test_runner.py
b/pypy/jit/backend/x86/test/test_runner.py
--- a/pypy/jit/backend/x86/
Author: Armin Rigo
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
--- a/pypy/jit/metainterp/blackhole.py
+++ b/pypy
Author: Antonio Cuni
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 maybe there. This
Author: Antonio Cuni
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
b/pypy/rpython/memory/gc/t
Author: Antonio Cuni
Branch:
Changeset: r45142:589970b79153
Date: 2011-06-27 17:39 +0200
http://bitbucket.org/pypy/pypy/changeset/589970b79153/
Log:merge heads
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.
Author: Antonio Cuni
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 b/pypy/jit/tool/pypytrace-mode.el
--
Author: Antonio Cuni
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 applied only to
Author: Antonio Cuni
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 a/pypy/jit/metainterp
Author: Antonio Cuni
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 a/pypy/jit/metainterp
Author: Carl Friedrich Bolz
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
+++ b/talk/iwtc11/pa
Author: Carl Friedrich Bolz
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
+++ b/talk/iwtc11/paper.tex
@@
Author: Carl Friedrich Bolz
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
c78b3b84550a3db53382fb1fb1a9a97c05
Author: Carl Friedrich Bolz
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
+++ b/talk/iwtc11/
Author: Carl Friedrich Bolz
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 mode 100644
inde
Author: Carl Friedrich Bolz
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
b/talk/icooolps2011/bolz-hints-final.pdf
new fil
Author: Maciej Fijalkowski
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
b/sprintinfo/genova-pegli-2011/sp
Author: Laura Creighton
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
b/sprintinfo/genova-pegli-2011/sprintplanning.tx
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@pyth
25 matches
Mail list logo