Author: Armin Rigo
Branch: gc-del
Changeset: r63674:1a9bed8849c5
Date: 2013-04-27 09:03 +0200
http://bitbucket.org/pypy/pypy/changeset/1a9bed8849c5/
Log:Fixes. Now an -O2 translates :-)
diff --git a/pypy/module/_multibytecodec/interp_incremental.py
b/pypy/module/_multibytecodec/interp_incre
Author: Armin Rigo
Branch: gc-del
Changeset: r63675:bc7623f7e088
Date: 2013-04-27 10:05 +0200
http://bitbucket.org/pypy/pypy/changeset/bc7623f7e088/
Log:Minimal support for register_finalizer() in the JIT
diff --git a/rpython/jit/backend/llsupport/gc.py
b/rpython/jit/backend/llsupport/gc.py
Author: Armin Rigo
Branch: gc-del
Changeset: r63676:5b73e19cd57a
Date: 2013-04-27 11:08 +0200
http://bitbucket.org/pypy/pypy/changeset/5b73e19cd57a/
Log:Fix.
diff --git a/rpython/jit/backend/model.py b/rpython/jit/backend/model.py
--- a/rpython/jit/backend/model.py
+++ b/rpython/jit/backend/
Author: Armin Rigo
Branch: gc-del
Changeset: r63677:3cf9d416b252
Date: 2013-04-27 11:10 +0200
http://bitbucket.org/pypy/pypy/changeset/3cf9d416b252/
Log:Document the limitations of __del__ methods.
diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pypy/doc/coding-guide
Author: Armin Rigo
Branch: gc-del
Changeset: r63678:22647ef08aef
Date: 2013-04-27 11:58 +0200
http://bitbucket.org/pypy/pypy/changeset/22647ef08aef/
Log:Fix the JIT.
diff --git a/rpython/jit/backend/llsupport/gc.py
b/rpython/jit/backend/llsupport/gc.py
--- a/rpython/jit/backend/llsupport/gc
Author: Armin Rigo
Branch:
Changeset: r63679:11228d2fa0bb
Date: 2013-04-27 12:29 +0200
http://bitbucket.org/pypy/pypy/changeset/11228d2fa0bb/
Log:Use %r in case it is a random character
diff --git a/rpython/translator/backendopt/merge_if_blocks.py
b/rpython/translator/backendopt/merge_if_b
Author: Armin Rigo
Branch: gc-del
Changeset: r63680:2e7d8798d967
Date: 2013-04-27 12:55 +0200
http://bitbucket.org/pypy/pypy/changeset/2e7d8798d967/
Log:Constant-fold some more checks of GCFLAG_HAS_CARDS for the case
where we're compiled without card support.
diff --git a/rpython/mem
Author: Armin Rigo
Branch: gc-del
Changeset: r63683:7c88b2c3b7ca
Date: 2013-04-27 13:15 +0200
http://bitbucket.org/pypy/pypy/changeset/7c88b2c3b7ca/
Log:More fixes
diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py
--- a/rpython/memory/gc/minimark.py
+++ b/rpython/mem
Author: Armin Rigo
Branch: gc-del
Changeset: r63684:1506fbf06b43
Date: 2013-04-27 13:24 +0200
http://bitbucket.org/pypy/pypy/changeset/1506fbf06b43/
Log:Fix
diff --git a/rpython/memory/gctransform/test/test_boehm.py
b/rpython/memory/gctransform/test/test_boehm.py
--- a/rpython/memory/gctran
Author: Armin Rigo
Branch: gc-del
Changeset: r63682:185c73ab726e
Date: 2013-04-27 13:05 +0200
http://bitbucket.org/pypy/pypy/changeset/185c73ab726e/
Log:Fix test_newgc.
diff --git a/rpython/memory/test/snippet.py b/rpython/memory/test/snippet.py
--- a/rpython/memory/test/snippet.py
+++ b/rpy
Author: Armin Rigo
Branch: gc-del
Changeset: r63685:b83f0a157dda
Date: 2013-04-27 13:24 +0200
http://bitbucket.org/pypy/pypy/changeset/b83f0a157dda/
Log:Only call this if cards are enabled.
diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py
--- a/rpython/memory/gc/min
Author: Armin Rigo
Branch: gc-del
Changeset: r63686:ea4247e83d9c
Date: 2013-04-27 13:29 +0200
http://bitbucket.org/pypy/pypy/changeset/ea4247e83d9c/
Log:Fix test
diff --git a/rpython/jit/backend/llsupport/test/test_gc.py
b/rpython/jit/backend/llsupport/test/test_gc.py
--- a/rpython/jit/back
Author: Armin Rigo
Branch: gc-del
Changeset: r63687:5b847a6c3864
Date: 2013-04-27 13:34 +0200
http://bitbucket.org/pypy/pypy/changeset/5b847a6c3864/
Log:Fix: directly output the error message here, because we're not in
finalizer_perform().
diff --git a/pypy/module/_file/interp_file.p
Author: Armin Rigo
Branch: gc-del
Changeset: r63688:94a009fde44c
Date: 2013-04-27 13:38 +0200
http://bitbucket.org/pypy/pypy/changeset/94a009fde44c/
Log:Use minimark here.
diff --git a/pypy/module/thread/test/test_gil.py
b/pypy/module/thread/test/test_gil.py
--- a/pypy/module/thread/test/te
Author: Armin Rigo
Branch: gc-del
Changeset: r63689:b8bac9d240e7
Date: 2013-04-27 13:38 +0200
http://bitbucket.org/pypy/pypy/changeset/b8bac9d240e7/
Log:Remove the "import x" from the same file x...
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/obj
Author: Armin Rigo
Branch: gc-del
Changeset: r63690:ec1b02874f96
Date: 2013-04-27 13:41 +0200
http://bitbucket.org/pypy/pypy/changeset/ec1b02874f96/
Log:can't use lookup() here, must use _lookup(): see test_methodcache
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobje
Author: Armin Rigo
Branch: gc-del
Changeset: r63691:39bf0e2e6e2c
Date: 2013-04-27 13:43 +0200
http://bitbucket.org/pypy/pypy/changeset/39bf0e2e6e2c/
Log:Add missing operation
diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpython/r
Author: Armin Rigo
Branch: gc-del
Changeset: r63692:9cfe83160f91
Date: 2013-04-27 13:44 +0200
http://bitbucket.org/pypy/pypy/changeset/9cfe83160f91/
Log:Convert to use minimark.
diff --git a/rpython/rtyper/lltypesystem/test/test_rffi.py
b/rpython/rtyper/lltypesystem/test/test_rffi.py
--- a/
Author: Armin Rigo
Branch: gc-del
Changeset: r63693:5a165d74f315
Date: 2013-04-27 15:30 +0200
http://bitbucket.org/pypy/pypy/changeset/5a165d74f315/
Log:Fixes
diff --git a/rpython/translator/c/gcc/test/test_asmgcroot.py
b/rpython/translator/c/gcc/test/test_asmgcroot.py
--- a/rpython/transla
Author: Armin Rigo
Branch: gc-del
Changeset: r63694:da5b88a6c4e4
Date: 2013-04-27 15:34 +0200
http://bitbucket.org/pypy/pypy/changeset/da5b88a6c4e4/
Log:More fixes
diff --git a/rpython/translator/c/test/test_standalone.py
b/rpython/translator/c/test/test_standalone.py
--- a/rpython/translat
Author: Armin Rigo
Branch: gc-del
Changeset: r63695:dc83e26b5a7e
Date: 2013-04-27 15:45 +0200
http://bitbucket.org/pypy/pypy/changeset/dc83e26b5a7e/
Log:Kill the config options for the removed GC, and fix test_sandbox.
diff --git a/rpython/config/translationoption.py
b/rpython/config/transl
Author: Armin Rigo
Branch: gc-del
Changeset: r63696:f8dc49da7391
Date: 2013-04-27 15:56 +0200
http://bitbucket.org/pypy/pypy/changeset/f8dc49da7391/
Log:Reorganize this document, making it clear that all GCs apart from
minimark have been removed.
diff --git a/pypy/doc/garbage_collect
Author: Armin Rigo
Branch: gc-del
Changeset: r63697:808aa174fe40
Date: 2013-04-27 16:13 +0200
http://bitbucket.org/pypy/pypy/changeset/808aa174fe40/
Log:Remove this GC from the test
diff --git a/pypy/config/test/test_pypyoption.py
b/pypy/config/test/test_pypyoption.py
--- a/pypy/config/test
Author: Armin Rigo
Branch: gc-del
Changeset: r63698:cafd31ba5a2a
Date: 2013-04-27 16:34 +0200
http://bitbucket.org/pypy/pypy/changeset/cafd31ba5a2a/
Log:Fixes
diff --git a/rpython/jit/backend/llsupport/gc.py
b/rpython/jit/backend/llsupport/gc.py
--- a/rpython/jit/backend/llsupport/gc.py
+++
Author: Armin Rigo
Branch: gc-del
Changeset: r63699:b48d17b0ec37
Date: 2013-04-27 16:51 +0200
http://bitbucket.org/pypy/pypy/changeset/b48d17b0ec37/
Log:when not translated, be careful about multiple spaces for the tests:
we must not keep calling rgc.finalize_later() for an old object
Author: Philip Jenvey
Branch: py3k
Changeset: r63701:da1f74c2347f
Date: 2013-04-27 12:42 -0700
http://bitbucket.org/pypy/pypy/changeset/da1f74c2347f/
Log:merge default
diff --git a/rpython/translator/backendopt/merge_if_blocks.py
b/rpython/translator/backendopt/merge_if_blocks.py
--- a/rpyt
Author: Philip Jenvey
Branch:
Changeset: r63700:d41d4710360e
Date: 2013-04-27 12:40 -0700
http://bitbucket.org/pypy/pypy/changeset/d41d4710360e/
Log:target .o files to the udir to hopefully avoid clashes between
concurrent buildbot runs
diff --git a/rpython/translator/platform/__ini
Author: Philip Jenvey
Branch:
Changeset: r63702:d50aea69d5ef
Date: 2013-04-27 13:03 -0700
http://bitbucket.org/pypy/pypy/changeset/d50aea69d5ef/
Log:I mean rpythonroot, not py.path.local(), minor cleanup
diff --git a/rpython/translator/platform/__init__.py
b/rpython/translator/platform/__i
Author: Philip Jenvey
Branch: py3k
Changeset: r63703:8cf10874388f
Date: 2013-04-27 13:03 -0700
http://bitbucket.org/pypy/pypy/changeset/8cf10874388f/
Log:merge default
diff --git a/rpython/translator/platform/__init__.py
b/rpython/translator/platform/__init__.py
--- a/rpython/translator/pla
Author: Alex Gaynor
Branch:
Changeset: r63705:1d8dd0055879
Date: 2013-04-27 13:12 -0700
http://bitbucket.org/pypy/pypy/changeset/1d8dd0055879/
Log:merged upstream
diff --git a/rpython/translator/platform/__init__.py
b/rpython/translator/platform/__init__.py
--- a/rpython/translator/platfor
Author: Alex Gaynor
Branch:
Changeset: r63704:2523e1972966
Date: 2013-04-27 13:11 -0700
http://bitbucket.org/pypy/pypy/changeset/2523e1972966/
Log:Added str.isalnum for strings (it already existed on chars)
diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py
--- a/rpyth
Author: Philip Jenvey
Branch: py3k
Changeset: r63706:0d7e97357d2b
Date: 2013-04-27 14:44 -0700
http://bitbucket.org/pypy/pypy/changeset/0d7e97357d2b/
Log:on CPython, fallback to importing usemodules incase they're
extension modules
diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool
Author: Philip Jenvey
Branch: py3k
Changeset: r63707:aaeb66e0ab84
Date: 2013-04-27 14:54 -0700
http://bitbucket.org/pypy/pypy/changeset/aaeb66e0ab84/
Log:CO_CONTAINSGLOBALS was killed
diff --git a/lib-python/3/test/test_code.py b/lib-python/3/test/test_code.py
--- a/lib-python/3/test/test_co
Author: Philip Jenvey
Branch: py3k
Changeset: r63708:3adfaa9d590f
Date: 2013-04-27 14:57 -0700
http://bitbucket.org/pypy/pypy/changeset/3adfaa9d590f/
Log:backout 631a86b75fe6: CO_CONTAINSGLOBALS was killed
diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py
--- a/lib-p
Author: Philip Jenvey
Branch:
Changeset: r63709:4a26bf1ffb4f
Date: 2013-04-27 15:01 -0700
http://bitbucket.org/pypy/pypy/changeset/4a26bf1ffb4f/
Log:apply 95eba1b0 from upstream: py3 compat
diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_verify.py
b/pypy/module/test_lib_pypy/cff
Author: Philip Jenvey
Branch:
Changeset: r63710:c4ecb23cac56
Date: 2013-04-27 15:02 -0700
http://bitbucket.org/pypy/pypy/changeset/c4ecb23cac56/
Log:apply e2b9db908b90 from upstream: fix handling w/ py3 hasattr, which
only swallows AttributeErrors
diff --git a/lib_pypy/cffi/api.py b
Author: Philip Jenvey
Branch: py3k
Changeset: r63711:1d8fa565aa74
Date: 2013-04-27 15:03 -0700
http://bitbucket.org/pypy/pypy/changeset/1d8fa565aa74/
Log:merge default
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cffi/api.py
@@ -370,7 +37
Author: Philip Jenvey
Branch: py3k
Changeset: r63712:5006546b372b
Date: 2013-04-27 18:40 -0700
http://bitbucket.org/pypy/pypy/changeset/5006546b372b/
Log:kill the deflated test, it's been duplicated in
test_zipimport_deflated
diff --git a/pypy/module/zipimport/test/test_zipimport.py
Author: Philip Jenvey
Branch: py3k
Changeset: r63713:089b85bb1c93
Date: 2013-04-27 19:09 -0700
http://bitbucket.org/pypy/pypy/changeset/089b85bb1c93/
Log:fix for dict_keys
diff --git a/pypy/objspace/std/test/test_proxy_object.py
b/pypy/objspace/std/test/test_proxy_object.py
--- a/pypy/objsp
Author: Philip Jenvey
Branch: py3k
Changeset: r63714:429037cfae60
Date: 2013-04-27 19:09 -0700
http://bitbucket.org/pypy/pypy/changeset/429037cfae60/
Log:file is dead, kill
diff --git a/pypy/objspace/std/test/test_proxy_internals.py
b/pypy/objspace/std/test/test_proxy_internals.py
--- a/pyp
40 matches
Mail list logo