[pypy-commit] pypy py3k: more fixes for the latest merge from default

2013-03-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62803:b985e8cf2672 Date: 2013-03-26 00:32 -0700 http://bitbucket.org/pypy/pypy/changeset/b985e8cf2672/ Log:more fixes for the latest merge from default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/i

[pypy-commit] pypy gc-del: Found out a simpler solution.

2013-03-26 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62804:0c3d7f55af78 Date: 2013-03-26 13:52 +0100 http://bitbucket.org/pypy/pypy/changeset/0c3d7f55af78/ Log:Found out a simpler solution. diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py --- a/rpython/memory/gc/minimark.p

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

2013-03-26 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62805:33b07039f71d Date: 2013-03-26 13:57 +0100 http://bitbucket.org/pypy/pypy/changeset/33b07039f71d/ Log:Fix test. diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/test/test_newgc.py --- a/rpython/translator/c/test/t

[pypy-commit] pypy gc-del: Move around the special-mode flag. Now both test_gc and test_newgc pass

2013-03-26 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62806:1b0055ca5641 Date: 2013-03-26 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/1b0055ca5641/ Log:Move around the special-mode flag. Now both test_gc and test_newgc pass test_finalizer_order. diff --git a/rpython/memory/gc/minima

[pypy-commit] pypy gc-del: A (probable?) fix for the last remaining XXX about finalizers in the MiniMark GC

2013-03-26 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62807:40023a14239a Date: 2013-03-26 14:51 +0100 http://bitbucket.org/pypy/pypy/changeset/40023a14239a/ Log:A (probable?) fix for the last remaining XXX about finalizers in the MiniMark GC diff --git a/rpython/memory/gc/minimark.py b/rpyth

[pypy-commit] pypy default: few more that don't have subclasses

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62809:e066e740040a Date: 2013-03-25 23:47 -0700 http://bitbucket.org/pypy/pypy/changeset/e066e740040a/ Log:few more that don't have subclasses diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pyp

[pypy-commit] pypy default: disable this check for now

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62808:516a2fd4d4f2 Date: 2013-03-25 23:06 -0700 http://bitbucket.org/pypy/pypy/changeset/516a2fd4d4f2/ Log:disable this check for now diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/bookkee

[pypy-commit] pypy kill-gen-store-back-in: some fixes for tests, not done yet

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r62810:35b3b5b239b5 Date: 2013-03-26 10:24 -0700 http://bitbucket.org/pypy/pypy/changeset/35b3b5b239b5/ Log:some fixes for tests, not done yet diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgrap

[pypy-commit] pypy default: merge

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62811:e8d05ade4b51 Date: 2013-03-26 10:24 -0700 http://bitbucket.org/pypy/pypy/changeset/e8d05ade4b51/ Log:merge diff --git a/pypy/module/zipimport/test/test_zipimport.py b/pypy/module/zipimport/test/test_zipimport.py --- a/pypy/module/zipimpo

[pypy-commit] pypy default: this should go at best to a branch

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62812:bfa2a2ac38a4 Date: 2013-03-26 10:25 -0700 http://bitbucket.org/pypy/pypy/changeset/bfa2a2ac38a4/ Log:this should go at best to a branch diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator

[pypy-commit] pypy default: fix race conditions in zipfile tests

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62813:a3bf336e3e99 Date: 2013-03-26 10:43 -0700 http://bitbucket.org/pypy/pypy/changeset/a3bf336e3e99/ Log:fix race conditions in zipfile tests diff --git a/pypy/module/zipimport/test/test_zipimport.py b/pypy/module/zipimport/test/test_zipimpo

[pypy-commit] buildbot default: until we fix allegro, use cpython

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r763:66e683c04cb5 Date: 2013-03-26 10:36 -0700 http://bitbucket.org/pypy/buildbot/changeset/66e683c04cb5/ Log:until we fix allegro, use cpython diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master

[pypy-commit] pypy default: fix the tests

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62814:0b5f91142e97 Date: 2013-03-26 11:20 -0700 http://bitbucket.org/pypy/pypy/changeset/0b5f91142e97/ Log:fix the tests diff --git a/pypy/module/zipimport/test/test_zipimport_deflated.py b/pypy/module/zipimport/test/test_zipimport_deflated.py

[pypy-commit] pypy default: also update these arm backend_names after 55a5e932519e

2013-03-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62816:8c31b8772cde Date: 2013-03-26 17:21 -0400 http://bitbucket.org/pypy/pypy/changeset/8c31b8772cde/ Log:also update these arm backend_names after 55a5e932519e diff --git a/rpython/jit/backend/arm/runner.py b/rpython/jit/backend/arm/runner.py ---

[pypy-commit] pypy default: unskip the arm tests on arm after 55a5e932519e

2013-03-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62815:a852c56ae5a4 Date: 2013-03-26 17:17 -0400 http://bitbucket.org/pypy/pypy/changeset/a852c56ae5a4/ Log:unskip the arm tests on arm after 55a5e932519e diff --git a/rpython/jit/backend/arm/test/conftest.py b/rpython/jit/backend/arm/test/conftest.p

[pypy-commit] pypy default: this backend_name too

2013-03-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62817:2a4ce34c27a8 Date: 2013-03-26 17:22 -0400 http://bitbucket.org/pypy/pypy/changeset/2a4ce34c27a8/ Log:this backend_name too diff --git a/rpython/jit/backend/arm/runner.py b/rpython/jit/backend/arm/runner.py --- a/rpython/jit/backend/arm/runner.

[pypy-commit] pypy.org extradoc: some updates

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r383:5ed2902c5b7c Date: 2013-03-26 15:50 -0700 http://bitbucket.org/pypy/pypy.org/changeset/5ed2902c5b7c/ Log:some updates diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -57,7 +57,9 @@ PyPy blog for update

[pypy-commit] pypy default: another arm change after 55a5e932519e

2013-03-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62819:68e916a5fbd3 Date: 2013-03-26 19:31 -0400 http://bitbucket.org/pypy/pypy/changeset/68e916a5fbd3/ Log:another arm change after 55a5e932519e diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a/rpython/con

[pypy-commit] buildbot default: another arm change after pypy commit 55a5e932519e

2013-03-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r764:611222104e92 Date: 2013-03-26 19:32 -0400 http://bitbucket.org/pypy/buildbot/changeset/611222104e92/ Log:another arm change after pypy commit 55a5e932519e diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuild

[pypy-commit] pypy reflex-support: allow const char* returns to be NULL (-> empty string)

2013-03-26 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r62820:c74ba167a532 Date: 2013-03-26 13:30 -0700 http://bitbucket.org/pypy/pypy/changeset/c74ba167a532/ Log:allow const char* returns to be NULL (-> empty string) diff --git a/pypy/module/cppyy/executor.py b/pypy/module/cppyy/executor.p

[pypy-commit] pypy reflex-support: test that overload order remains unchanged on 'const'

2013-03-26 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r62821:c23edb1d3fd2 Date: 2013-03-26 13:48 -0700 http://bitbucket.org/pypy/pypy/changeset/c23edb1d3fd2/ Log:test that overload order remains unchanged on 'const' diff --git a/pypy/module/cppyy/test/advancedcpp.cxx b/pypy/module/cppyy/t

[pypy-commit] pypy py3k: restore is_w, broken in the last default merge

2013-03-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62822:efd59c9bf139 Date: 2013-03-26 17:55 -0700 http://bitbucket.org/pypy/pypy/changeset/efd59c9bf139/ Log:restore is_w, broken in the last default merge diff --git a/pypy/objspace/std/inttype.py b/pypy/objspace/std/inttype.py --- a/pypy/objspac

[pypy-commit] pypy py3k: typetype was folded into typeobject

2013-03-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62823:36f286388b05 Date: 2013-03-26 19:30 -0700 http://bitbucket.org/pypy/pypy/changeset/36f286388b05/ Log:typetype was folded into typeobject diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/compiling.py --- a/pypy/m