[pypy-commit] pypy default: (fijal, price) Split test_zipimport.py

2013-03-25 Thread Greg Price
Author: Greg Price Branch: Changeset: r62802:e7fc209cbb83 Date: 2013-03-25 23:02 -0700 http://bitbucket.org/pypy/pypy/changeset/e7fc209cbb83/ Log:(fijal, price) Split test_zipimport.py diff --git a/pypy/module/zipimport/test/test_zipimport.py b/pypy/module/zipimport/test/test_zipimport.py

[pypy-commit] pypy default: don't force values here

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62800:469932ba591e Date: 2013-03-25 22:57 -0700 http://bitbucket.org/pypy/pypy/changeset/469932ba591e/ Log:don't force values here diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/bookkeeper

[pypy-commit] pypy kill-gen-store-back-in: remove forcing on virtuals

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62799:637b1b38a06f Date: 2013-03-25 22:34 -0700 http://bitbucket.org/pypy/pypy/changeset/637b1b38a06f/ Log:remove forcing on virtuals diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/

[pypy-commit] pypy default: Remove stray duplicate tests

2013-03-25 Thread Greg Price
Author: Greg Price Branch: Changeset: r62798:da9b9ff8e69b Date: 2013-03-25 22:14 -0700 http://bitbucket.org/pypy/pypy/changeset/da9b9ff8e69b/ Log:Remove stray duplicate tests diff --git a/rpython/memory/test/gc_test_base.py b/rpython/memory/test/gc_test_base.py --- a/rpython/memory/test/gc

[pypy-commit] pypy default: (price, fijal) Split test_gc.py

2013-03-25 Thread Greg Price
Author: Greg Price Branch: Changeset: r62797:25e41713c257 Date: 2013-03-25 22:12 -0700 http://bitbucket.org/pypy/pypy/changeset/25e41713c257/ Log:(price, fijal) Split test_gc.py Each of these classes runs all the tests of the base class. Make them parallelize better, and mak

[pypy-commit] pypy kill-gen-store-back-in: fix fix fix

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62796:9059b2bbad39 Date: 2013-03-25 21:45 -0700 http://bitbucket.org/pypy/pypy/changeset/9059b2bbad39/ Log:fix fix fix diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py --- a/pypy/tool/pypyjit.py +++ b/pypy/tool/pyp

[pypy-commit] pypy default: Merged in sthalik/pypy (pull request #145)

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62795:f5c34aa30a73 Date: 2013-03-25 21:23 -0700 http://bitbucket.org/pypy/pypy/changeset/f5c34aa30a73/ Log:Merged in sthalik/pypy (pull request #145) fix mingw diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py

[pypy-commit] pypy default: Use correct definition on mingw

2013-03-25 Thread sthalik
Author: Stanislaw Halik Branch: Changeset: r62793:4843dc2adccc Date: 2013-03-26 05:17 +0100 http://bitbucket.org/pypy/pypy/changeset/4843dc2adccc/ Log:Use correct definition on mingw Attempting to use msvc definition leads to compilation failure diff --git a/rpython/translator/c/sr

[pypy-commit] pypy default: Add missing return value (by amaury)

2013-03-25 Thread sthalik
Author: Stanislaw Halik Branch: Changeset: r62794:7992ae71c5c1 Date: 2013-03-26 05:18 +0100 http://bitbucket.org/pypy/pypy/changeset/7992ae71c5c1/ Log:Add missing return value (by amaury) diff --git a/rpython/translator/c/src/thread_nt.c b/rpython/translator/c/src/thread_nt.c --- a/rpython

[pypy-commit] pypy default: Don't redefine alloca on mingw, thus fixing build

2013-03-25 Thread sthalik
Author: Stanislaw Halik Branch: Changeset: r62792:cf040a58ff7e Date: 2013-03-26 05:17 +0100 http://bitbucket.org/pypy/pypy/changeset/cf040a58ff7e/ Log:Don't redefine alloca on mingw, thus fixing build diff --git a/rpython/translator/c/src/mem.h b/rpython/translator/c/src/mem.h --- a/rpython

[pypy-commit] pypy default: Fix mingw build

2013-03-25 Thread sthalik
Author: Stanislaw Halik Branch: Changeset: r62790:d37151f4f00a Date: 2013-03-26 05:15 +0100 http://bitbucket.org/pypy/pypy/changeset/d37151f4f00a/ Log:Fix mingw build Searched for 'liblibffi-5.a'; single backslash is evil diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.

[pypy-commit] pypy default: Need on mingw due to missing LPCSTR

2013-03-25 Thread sthalik
Author: Stanislaw Halik Branch: Changeset: r62791:a3e64cd09a84 Date: 2013-03-26 05:16 +0100 http://bitbucket.org/pypy/pypy/changeset/a3e64cd09a84/ Log:Need on mingw due to missing LPCSTR diff --git a/rpython/translator/c/src/commondefs.h b/rpython/translator/c/src/commondefs.h --- a/rpyth

[pypy-commit] pypy default: fix mingw build

2013-03-25 Thread sthalik
Author: Stanislaw Halik Branch: Changeset: r62789:959fd3e261fb Date: 2013-03-26 05:14 +0100 http://bitbucket.org/pypy/pypy/changeset/959fd3e261fb/ Log:fix mingw build tcp_keepalive exists on MinGW64, leading to redefinition. MinGW32 doesn't compile anyway due to broken head

[pypy-commit] pypy kill-gen-store-back-in: kill some oo nonsense

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62788:e1b8a55fc6d3 Date: 2013-03-25 21:05 -0700 http://bitbucket.org/pypy/pypy/changeset/e1b8a55fc6d3/ Log:kill some oo nonsense diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py --- a/pypy/tool/pypyjit.py +++ b/pyp

[pypy-commit] pypy.org extradoc: try to fxi icons

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r382:98e8ca696f20 Date: 2013-03-25 20:47 -0700 http://bitbucket.org/pypy/pypy.org/changeset/98e8ca696f20/ Log:try to fxi icons diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -32,9 +32,8 @@

[pypy-commit] pypy.org extradoc: merge

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r381:9a92cffaa8d4 Date: 2013-03-25 20:44 -0700 http://bitbucket.org/pypy/pypy.org/changeset/9a92cffaa8d4/ Log:merge diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -35,6 +35,8 @@ http://s

[pypy-commit] pypy.org extradoc: add a security link

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r380:3da0c3892bbf Date: 2013-03-25 20:44 -0700 http://bitbucket.org/pypy/pypy.org/changeset/3da0c3892bbf/ Log:add a security link diff --git a/contact.html b/contact.html --- a/contact.html +++ b/contact.html @@ -48,6 +48,7 @@ irc: #p

[pypy-commit] pypy remove-array-smm: remove a few more

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: remove-array-smm Changeset: r62787:caac10446fa4 Date: 2013-03-25 20:33 -0700 http://bitbucket.org/pypy/pypy/changeset/caac10446fa4/ Log:remove a few more diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/a

[pypy-commit] pypy default: it turns out my laptop has 3M of cache and the default of 4M is a bad idea

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62785:d552e0f54a66 Date: 2013-03-25 20:28 -0700 http://bitbucket.org/pypy/pypy/changeset/d552e0f54a66/ Log:it turns out my laptop has 3M of cache and the default of 4M is a bad idea diff --git a/rpython/memory/gc/env.py b/rpython/memory

[pypy-commit] pypy default: merge

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62786:3e126f37c6e9 Date: 2013-03-25 20:29 -0700 http://bitbucket.org/pypy/pypy/changeset/3e126f37c6e9/ Log:merge diff --git a/rpython/jit/backend/test/test_zll_stress_0.py b/rpython/jit/backend/test/test_zll_stress_0.py new file mode 100644 --

[pypy-commit] pypy kill-gen-store-back-in: try to shuffle things around

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62784:0ac13cef895b Date: 2013-03-25 19:20 -0700 http://bitbucket.org/pypy/pypy/changeset/0ac13cef895b/ Log:try to shuffle things around diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/inte

[pypy-commit] pypy kill-gen-store-back-in: I think a correct fix, Explicit tests still fail though, for reasons unknown

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62783:b5bf8bd7c088 Date: 2013-03-25 18:32 -0700 http://bitbucket.org/pypy/pypy/changeset/b5bf8bd7c088/ Log:I think a correct fix, Explicit tests still fail though, for reasons unknown diff --git a/rpython/jit/metai

[pypy-commit] pypy kill-gen-store-back-in: rpython fixes

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62782:e848a55243cb Date: 2013-03-25 18:12 -0700 http://bitbucket.org/pypy/pypy/changeset/e848a55243cb/ Log:rpython fixes diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpy

[pypy-commit] pypy py3k: fix breakage from default merge

2013-03-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62781:135678f7f339 Date: 2013-03-25 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/135678f7f339/ Log:fix breakage from default merge diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__/interp_memoryview.py

[pypy-commit] pypy py3k: kill the rest of our Wrappables

2013-03-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62780:af69d35c9743 Date: 2013-03-25 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/af69d35c9743/ Log:kill the rest of our Wrappables diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/arra

[pypy-commit] pypy kill-gen-store-back-in: die die die

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62778:b798c931b877 Date: 2013-03-25 17:50 -0700 http://bitbucket.org/pypy/pypy/changeset/b798c931b877/ Log:die die die diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/m

[pypy-commit] pypy kill-gen-store-back-in: the dumbest possible fix for the backend

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62777:f323e4b070c5 Date: 2013-03-25 17:49 -0700 http://bitbucket.org/pypy/pypy/changeset/f323e4b070c5/ Log:the dumbest possible fix for the backend diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backen

[pypy-commit] pypy default: Split test_zll_stress

2013-03-25 Thread Greg Price
Author: Greg Price Branch: Changeset: r62776:ef755ceb8a55 Date: 2013-03-25 17:46 -0700 http://bitbucket.org/pypy/pypy/changeset/ef755ceb8a55/ Log:Split test_zll_stress diff --git a/rpython/jit/backend/test/test_zll_stress_0.py b/rpython/jit/backend/test/test_zll_stress_0.py new file mode 1

[pypy-commit] pypy default: merge

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62775:5e70f599bd12 Date: 2013-03-25 17:31 -0700 http://bitbucket.org/pypy/pypy/changeset/5e70f599bd12/ Log:merge diff --git a/.tddium.requirements.txt b/.tddium.requirements.txt new file mode 100644 --- /dev/null +++ b/.tddium.requirements.txt

[pypy-commit] pypy kill-gen-store-back-in: make the test check what I want

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62772:5cbac99bcd55 Date: 2013-03-25 17:14 -0700 http://bitbucket.org/pypy/pypy/changeset/5cbac99bcd55/ Log:make the test check what I want diff --git a/rpython/jit/metainterp/test/test_recursive.py b/rpython/jit/metainter

[pypy-commit] pypy kill-gen-store-back-in: start working on removal of gen_store_back - for now we have a new operation

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62771:b21e10d01f46 Date: 2013-03-25 17:08 -0700 http://bitbucket.org/pypy/pypy/changeset/b21e10d01f46/ Log:start working on removal of gen_store_back - for now we have a new operation that checks if we have a fresh

[pypy-commit] pypy default: hopefully fix this test

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62774:3b34d83503ce Date: 2013-03-25 17:31 -0700 http://bitbucket.org/pypy/pypy/changeset/3b34d83503ce/ Log:hopefully fix this test diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py --- a/p

[pypy-commit] pypy kill-gen-store-back-in: write a test

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62773:de81399b8ba6 Date: 2013-03-25 17:28 -0700 http://bitbucket.org/pypy/pypy/changeset/de81399b8ba6/ Log:write a test diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/

[pypy-commit] pypy default: Configure Tddium

2013-03-25 Thread Greg Price
Author: Greg Price Branch: Changeset: r62770:fceab4c8f86f Date: 2013-03-25 16:44 -0700 http://bitbucket.org/pypy/pypy/changeset/fceab4c8f86f/ Log:Configure Tddium diff --git a/.tddium.requirements.txt b/.tddium.requirements.txt new file mode 100644 --- /dev/null +++ b/.tddium.requirements.t

[pypy-commit] pypy gc-del: intermediate checkin, probably going to be partially reverted

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62769:c5a0ce8bcab3 Date: 2013-03-26 00:24 +0100 http://bitbucket.org/pypy/pypy/changeset/c5a0ce8bcab3/ Log:intermediate checkin, probably going to be partially reverted diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py --

[pypy-commit] pypy reflex-support: overloading based on "argument priority" and associated tests

2013-03-25 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r62768:43726e21a664 Date: 2013-03-25 15:43 -0700 http://bitbucket.org/pypy/pypy/changeset/43726e21a664/ Log:overloading based on "argument priority" and associated tests diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cp

[pypy-commit] pypy reflex-support: add test for globally overloaded (in-)equality operators

2013-03-25 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r62766:66e9a50cc4a4 Date: 2013-03-25 13:12 -0700 http://bitbucket.org/pypy/pypy/changeset/66e9a50cc4a4/ Log:add test for globally overloaded (in-)equality operators diff --git a/pypy/module/cppyy/test/advancedcpp.xml b/pypy/module/cppy

[pypy-commit] pypy reflex-support: add test for operator int/long/float converter

2013-03-25 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r62765:9cbb25a33305 Date: 2013-03-25 11:56 -0700 http://bitbucket.org/pypy/pypy/changeset/9cbb25a33305/ Log:add test for operator int/long/float converter diff --git a/pypy/module/cppyy/test/test_advancedcpp.py b/pypy/module/cppyy/test

[pypy-commit] pypy default: restore previous unroll heuristic cutoffs

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62764:9fcfef88e333 Date: 2013-03-25 18:22 -0400 http://bitbucket.org/pypy/pypy/changeset/9fcfef88e333/ Log:restore previous unroll heuristic cutoffs diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/

[pypy-commit] pypy gc-del: Add a test that fails consistently, and fix.

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62763:e7ca33c2ef41 Date: 2013-03-25 23:25 +0100 http://bitbucket.org/pypy/pypy/changeset/e7ca33c2ef41/ Log:Add a test that fails consistently, and fix. diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py --- a/rpython/memor

[pypy-commit] pypy gc-del: Hack until test_newgc compiles.

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62762:559f98495630 Date: 2013-03-25 22:04 +0100 http://bitbucket.org/pypy/pypy/changeset/559f98495630/ Log:Hack until test_newgc compiles. diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py --- a/rpython/rlib/clibffi.py +++ b/rpython/

[pypy-commit] pypy gc-del: Support raw array manipulations too

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62761:7ce93195ebd3 Date: 2013-03-25 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/7ce93195ebd3/ Log:Support raw array manipulations too diff --git a/rpython/translator/backendopt/destructor.py b/rpython/translator/backendopt/destructor.py

[pypy-commit] pypy gc-del: An extra test.

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62760:b56873d13d98 Date: 2013-03-25 21:55 +0100 http://bitbucket.org/pypy/pypy/changeset/b56873d13d98/ Log:An extra test. diff --git a/rpython/translator/backendopt/destructor.py b/rpython/translator/backendopt/destructor.py --- a/rpython/transl

[pypy-commit] pypy gc-del: Fix test

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62759:1fef469bc625 Date: 2013-03-25 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/1fef469bc625/ Log:Fix test diff --git a/rpython/translator/backendopt/destructor.py b/rpython/translator/backendopt/destructor.py --- a/rpython/translator/b

[pypy-commit] pypy gc-del: test_gc and test_transformed_gc pass now (with MiniMark only!)

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62758:ff9d7eba9314 Date: 2013-03-25 21:37 +0100 http://bitbucket.org/pypy/pypy/changeset/ff9d7eba9314/ Log:test_gc and test_transformed_gc pass now (with MiniMark only!) diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpy

[pypy-commit] pypy default: fix translation (maybe)

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62757:b1537cfcaaed Date: 2013-03-25 14:38 -0700 http://bitbucket.org/pypy/pypy/changeset/b1537cfcaaed/ Log:fix translation (maybe) diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b

[pypy-commit] pypy default: fix those tests

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62756:a87df44115c5 Date: 2013-03-25 14:00 -0700 http://bitbucket.org/pypy/pypy/changeset/a87df44115c5/ Log:fix those tests diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py --- a/pypy/config/test/test_pypyo

[pypy-commit] pypy default: fix longs

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62755:a832d5973ed3 Date: 2013-03-25 13:56 -0700 http://bitbucket.org/pypy/pypy/changeset/a832d5973ed3/ Log:fix longs diff --git a/pypy/objspace/std/longobject.py b/pypy/objspace/std/longobject.py --- a/pypy/objspace/std/longobject.py +++ b/pypy

[pypy-commit] pypy default: (weirdo) fix mingw_x64

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62754:e63fd73a1951 Date: 2013-03-25 13:09 -0700 http://bitbucket.org/pypy/pypy/changeset/e63fd73a1951/ Log:(weirdo) fix mingw_x64 diff --git a/rpython/translator/c/src/thread_nt.c b/rpython/translator/c/src/thread_nt.c --- a/rpython/translator

[pypy-commit] pypy default: remove the skipping unicodedb_6_0_0 tests, add a basic test that doesn't

2013-03-25 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r62753:3b8a305fa3ff Date: 2013-03-25 12:42 -0700 http://bitbucket.org/pypy/pypy/changeset/3b8a305fa3ff/ Log:remove the skipping unicodedb_6_0_0 tests, add a basic test that doesn't diff --git a/rpython/rlib/unicodedata/test/test_unicodedata.p

[pypy-commit] pypy gc-del: In-progress: start on framework.py.

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62752:df1b2661e5c8 Date: 2013-03-25 19:55 +0100 http://bitbucket.org/pypy/pypy/changeset/df1b2661e5c8/ Log:In-progress: start on framework.py. diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/r

[pypy-commit] pypy gc-del: Next test.

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62751:5082b68711e3 Date: 2013-03-25 19:33 +0100 http://bitbucket.org/pypy/pypy/changeset/5082b68711e3/ Log:Next test. diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py --- a/rpython/memory/gc/minimark.py +++ b/rpython/mem

[pypy-commit] pypy reflex-support: (coding) fixes needed after having merged default

2013-03-25 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r62750:b253b799130e Date: 2013-03-25 11:30 -0700 http://bitbucket.org/pypy/pypy/changeset/b253b799130e/ Log:(coding) fixes needed after having merged default diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cpp

[pypy-commit] pypy gc-del: Various efforts to make this test pass --- but it was actually miswritten.

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62748:a1039dd12074 Date: 2013-03-25 19:21 +0100 http://bitbucket.org/pypy/pypy/changeset/a1039dd12074/ Log:Various efforts to make this test pass --- but it was actually miswritten. diff --git a/rpython/memory/gcwrapper.py b/rpython/memor

[pypy-commit] pypy gc-del: Relax the test, allowing now several finalizers to be called by the same

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62747:7ef9ac5bf2d6 Date: 2013-03-25 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/7ef9ac5bf2d6/ Log:Relax the test, allowing now several finalizers to be called by the same gc.collect() --- but still checking that the order is corre

[pypy-commit] pypy gc-del: Record surviving young objects with finalizers.

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62745:53d11c6f0880 Date: 2013-03-25 18:29 +0100 http://bitbucket.org/pypy/pypy/changeset/53d11c6f0880/ Log:Record surviving young objects with finalizers. diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py --- a/rpython/me

[pypy-commit] pypy gc-del: Copy the logic for young objects with finalizers, for the

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62746:a5a3becb36e8 Date: 2013-03-25 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a5a3becb36e8/ Log:Copy the logic for young objects with finalizers, for the handling of old objects with finalizers. diff --git a/rpython/memory/gc/m

[pypy-commit] pypy gc-del: Fixes

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62744:5bf139dc8885 Date: 2013-03-25 18:11 +0100 http://bitbucket.org/pypy/pypy/changeset/5bf139dc8885/ Log:Fixes diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpython/memory/gc/base.py +++ b/rpython/memory/gc/base.py @@

[pypy-commit] pypy gc-del: Phew, finally I have (maybe) found out the right algorithm...

2013-03-25 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62743:21829c4cca75 Date: 2013-03-25 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/21829c4cca75/ Log:Phew, finally I have (maybe) found out the right algorithm... diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpyt

[pypy-commit] pypy default: should try listview_unicode here too

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62742:7a260b2c4511 Date: 2013-03-25 09:10 -0400 http://bitbucket.org/pypy/pypy/changeset/7a260b2c4511/ Log:should try listview_unicode here too diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/lis

[pypy-commit] pypy default: use UnicodeSetStrategy when creating from an iterable, test

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62741:7799ba9b4dc3 Date: 2013-03-25 07:38 -0400 http://bitbucket.org/pypy/pypy/changeset/7799ba9b4dc3/ Log:use UnicodeSetStrategy when creating from an iterable, test diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/

[pypy-commit] pypy default: prevent useless comparisons between IntSet and UnicodeSet

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62740:b05ee63f0d20 Date: 2013-03-25 07:18 -0400 http://bitbucket.org/pypy/pypy/changeset/b05ee63f0d20/ Log:prevent useless comparisons between IntSet and UnicodeSet diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/py

[pypy-commit] pypy default: correct the unroll logic for min/max

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62739:6d2bc9b00a8d Date: 2013-03-25 07:07 -0400 http://bitbucket.org/pypy/pypy/changeset/6d2bc9b00a8d/ Log:correct the unroll logic for min/max diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/mod

[pypy-commit] pypy default: unroll this too

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62738:23fcef6e69f8 Date: 2013-03-25 07:00 -0400 http://bitbucket.org/pypy/pypy/changeset/23fcef6e69f8/ Log:unroll this too diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/pypy/objspace/std/setobject.py +++ b/pypy/ob

[pypy-commit] buildbot default: typo

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r762:f108d98d0bc8 Date: 2013-03-25 02:50 -0700 http://bitbucket.org/pypy/buildbot/changeset/f108d98d0bc8/ Log:typo diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/pypybuildbot/m

[pypy-commit] pypy default: unroll these list operations like tuple does

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62737:fd57a72ffc21 Date: 2013-03-25 04:51 -0400 http://bitbucket.org/pypy/pypy/changeset/fd57a72ffc21/ Log:unroll these list operations like tuple does diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace

[pypy-commit] pypy default: unroll these set operations like list does

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62736:394d0dfa0fc6 Date: 2013-03-25 03:43 -0400 http://bitbucket.org/pypy/pypy/changeset/394d0dfa0fc6/ Log:unroll these set operations like list does diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/pypy/objspace/std

[pypy-commit] pypy default: use jit.loop_unrolling_heuristic where possible

2013-03-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62735:1f7ca87c6780 Date: 2013-03-25 05:37 -0400 http://bitbucket.org/pypy/pypy/changeset/1f7ca87c6780/ Log:use jit.loop_unrolling_heuristic where possible diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py ---

[pypy-commit] pypy default: recover armv6 compatible gen_load_int for hg history

2013-03-25 Thread bivab
Author: David Schneider Branch: Changeset: r62734:38a8292de86c Date: 2013-03-25 10:21 +0100 http://bitbucket.org/pypy/pypy/changeset/38a8292de86c/ Log:recover armv6 compatible gen_load_int for hg history diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.

[pypy-commit] pypy default: fix detect_cpu for armv6 and armv7

2013-03-25 Thread bivab
Author: David Schneider Branch: Changeset: r62733:55a5e932519e Date: 2013-03-25 10:19 +0100 http://bitbucket.org/pypy/pypy/changeset/55a5e932519e/ Log:fix detect_cpu for armv6 and armv7 diff --git a/rpython/jit/backend/detect_cpu.py b/rpython/jit/backend/detect_cpu.py --- a/rpython/jit/bac

[pypy-commit] lang-smalltalk default: fix translation on windows

2013-03-25 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r232:16ee8976d762 Date: 2013-03-22 13:24 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/16ee8976d762/ Log:fix translation on windows diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py --- a/targetimageloadingsmal

[pypy-commit] pypy default: start working on raspberry pi support

2013-03-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62732:eb947a354a22 Date: 2013-03-25 01:00 -0700 http://bitbucket.org/pypy/pypy/changeset/eb947a354a22/ Log:start working on raspberry pi support diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpy