Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61440:ef27c4b585bb
Date: 2013-02-19 10:20 +0200
http://bitbucket.org/pypy/pypy/changeset/ef27c4b585bb/
Log:Fixes for saving registers while reloading frame. Test coming
diff --git a/rpython/jit/backend/llsupport/test/test_gc_int
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r61441:1040bdcae4a0
Date: 2013-02-19 08:48 +0100
http://bitbucket.org/pypy/pypy/changeset/1040bdcae4a0/
Log:Fix most -A tests in module/zipimport
diff --git a/pypy/module/zipimport/test/test_zipimport.py
b/pypy/module/zipimport/test/test_
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r61443:aa318e7df3bb
Date: 2013-02-19 09:16 +0100
http://bitbucket.org/pypy/pypy/changeset/aa318e7df3bb/
Log:Fix -A tests in module/_ffi/test/test_struct.py
diff --git a/pypy/module/_ffi/test/test_struct.py
b/pypy/module/_ffi/test/test_str
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r61442:24ac49ab776d
Date: 2013-02-19 09:10 +0100
http://bitbucket.org/pypy/pypy/changeset/24ac49ab776d/
Log:Fix -A tests in module/select
diff --git a/pypy/module/select/test/test_select.py
b/pypy/module/select/test/test_select.py
--- a/p
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r61444:5c2de72cbd70
Date: 2013-02-19 09:24 +0100
http://bitbucket.org/pypy/pypy/changeset/5c2de72cbd70/
Log:Fix many -A tests in module/gc
diff --git a/pypy/module/gc/test/test_referents.py
b/pypy/module/gc/test/test_referents.py
--- a/py
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61445:2cd61d2ae502
Date: 2013-02-19 10:38 +0200
http://bitbucket.org/pypy/pypy/changeset/2cd61d2ae502/
Log:finish the test
diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py
b/rpython/jit/backend/llsupport/t
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61446:b775d183cd6b
Date: 2013-02-19 10:42 +0200
http://bitbucket.org/pypy/pypy/changeset/b775d183cd6b/
Log:fix those tests
diff --git a/rpython/jit/backend/arm/test/test_runner.py
b/rpython/jit/backend/arm/test/test_runner.py
-
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61447:d23fa8f66359
Date: 2013-02-19 10:44 +0200
http://bitbucket.org/pypy/pypy/changeset/d23fa8f66359/
Log:seems to not be needed
diff --git a/rpython/jit/backend/arm/test/test_runner.py
b/rpython/jit/backend/arm/test/test_runn
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61448:cc18440fa530
Date: 2013-02-19 10:46 +0200
http://bitbucket.org/pypy/pypy/changeset/cc18440fa530/
Log:skip this test for now
diff --git a/rpython/jit/backend/arm/test/test_runner.py
b/rpython/jit/backend/arm/test/test_runn
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61449:4d773b5d16f7
Date: 2013-02-19 11:40 +0200
http://bitbucket.org/pypy/pypy/changeset/4d773b5d16f7/
Log:better safe than sorry
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rp
Author: David Schneider
Branch: jitframe-on-heap
Changeset: r61450:37b92dfb2934
Date: 2013-02-19 11:05 +0100
http://bitbucket.org/pypy/pypy/changeset/37b92dfb2934/
Log:fix emit_guard_call_release_gil, correctly slice arglocs.
(test_call_to_c_function now works)
diff --git a/rpython/j
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61451:17cb3cfea9d6
Date: 2013-02-19 10:45 +0100
http://bitbucket.org/pypy/pypy/changeset/17cb3cfea9d6/
Log:Improve caching, and reduce the cache's total size.
diff --git a/rpython/translator/stm/src_stm/lists.c
b/rpython/translator/stm/src
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61453:33549d9b2cbd
Date: 2013-02-19 10:53 +0100
http://bitbucket.org/pypy/pypy/changeset/33549d9b2cbd/
Log:Found it: by making the cache more efficient, len(gcptrlist) doesn't
increase much any more, but it was used as an indicator f
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61452:a226996373a5
Date: 2013-02-19 10:46 +0100
http://bitbucket.org/pypy/pypy/changeset/a226996373a5/
Log:dummy merge to get rid of the backout
___
pypy-commit mailing list
[email protected]
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61454:edea071e1cf5
Date: 2013-02-19 11:21 +0100
http://bitbucket.org/pypy/pypy/changeset/edea071e1cf5/
Log:Now we need to increase a bit the checkinterval().
diff --git a/pypy/module/thread/stm.py b/pypy/module/thread/stm.py
--- a/pypy/modu
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61455:fe9e743bc504
Date: 2013-02-19 11:52 +0100
http://bitbucket.org/pypy/pypy/changeset/fe9e743bc504/
Log:Turn off these costly checks.
diff --git a/rpython/translator/stm/src_stm/rpyintf.c
b/rpython/translator/stm/src_stm/rpyintf.c
--- a
Author: David Schneider
Branch: jitframe-on-heap
Changeset: r61456:cdcbff0cbfc0
Date: 2013-02-19 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/cdcbff0cbfc0/
Log:fix for viewcode's machine detection
diff --git a/rpython/jit/backend/tool/viewcode.py
b/rpython/jit/backend/tool/viewcode.
Author: David Schneider
Branch: jitframe-on-heap
Changeset: r61457:4f99e4952fca
Date: 2013-02-19 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/4f99e4952fca/
Log:fix for test_jump on ARM
diff --git a/rpython/jit/backend/arm/test/test_jump.py
b/rpython/jit/backend/arm/test/test_jump.py
Author: David Schneider
Branch: jitframe-on-heap
Changeset: r61458:11ac43885b18
Date: 2013-02-19 11:52 +0100
http://bitbucket.org/pypy/pypy/changeset/11ac43885b18/
Log:start fixing test_compile_asmlen
diff --git a/rpython/jit/backend/arm/test/test_runner.py
b/rpython/jit/backend/arm/test/te
Author: Lars Wassermann
Branch:
Changeset: r57:c0ed35e84d1b
Date: 2013-02-19 13:24 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/c0ed35e84d1b/
Log:(lwassermann, cfbolz): implemented bytecode 143: pushBlockClosure
implemented BlockClosureWrapper
diff --git a/spyvm/constant
Author: Lars Wassermann
Branch:
Changeset: r58:198990598f2b
Date: 2013-02-19 13:28 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/198990598f2b/
Log:(lwassermann, cfbolz): added VarsizedWrapper with at0, atput0
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/in
Author: Lars Wassermann
Branch:
Changeset: r59:d9338ab06c51
Date: 2013-02-19 13:33 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/d9338ab06c51/
Log:(cfbolz, lwassermann, krono): be consistent with shadows and rename
to _w_self
diff --git a/spyvm/test/test_wrapper.py b/spyv
Author: Lars Wassermann
Branch:
Changeset: r60:385df11cafb3
Date: 2013-02-19 14:02 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/385df11cafb3/
Log:(cfbolz, krono, lwassermann): added methodname guessing to
compiledMethod for debugging
diff --git a/spyvm/interpreter.py b/s
Author: Lars Wassermann
Branch:
Changeset: r61:2489fd0ee551
Date: 2013-02-19 14:03 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/2489fd0ee551/
Log:(cfbolz, krono, lwassermann): refactored new bytecodes
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpret
Author: Tobias Pape
Branch:
Changeset: r62:2fd7f3f6574e
Date: 2013-02-19 15:37 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/2fd7f3f6574e/
Log:re-layout sources. images to own directory
diff --git a/images/bootstrapped.changes.xz b/images/bootstrapped.changes.xz
new file mode 100
Author: Romain Guillebert
Branch:
Changeset: r61459:2dab420716b2
Date: 2013-02-19 15:51 +0100
http://bitbucket.org/pypy/pypy/changeset/2dab420716b2/
Log:ndarray.__eq__ should return False when the shapes don't agree
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micro
Author: Tobias Pape
Branch:
Changeset: r63:f8278cad1ec7
Date: 2013-02-19 16:13 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/f8278cad1ec7/
Log:enable to read (not support) cog-byte-reversal saved images (6505)
diff --git a/spyvm/squeakimage.py b/spyvm/squeakimage.py
--- a/spyvm/s
Author: Stephan
Branch:
Changeset: r357:36100f4aa72b
Date: 2013-02-19 13:00 +0100
http://bitbucket.org/pypy/lang-js/changeset/36100f4aa72b/
Log:use unicodedb from rpython
diff --git a/js/builtins/js_global.py b/js/builtins/js_global.py
--- a/js/builtins/js_global.py
+++ b/js/builtins/js_glo
Author: Stephan
Branch:
Changeset: r358:0eca2e45608b
Date: 2013-02-19 13:02 +0100
http://bitbucket.org/pypy/lang-js/changeset/0eca2e45608b/
Log:added translatable date and time functions
diff --git a/js/builtins/date.py b/js/builtins/date.py
--- a/js/builtins/date.py
+++ b/js/builtins/date.
Author: Stephan
Branch:
Changeset: r356:22529703a4ae
Date: 2013-02-19 12:59 +0100
http://bitbucket.org/pypy/lang-js/changeset/22529703a4ae/
Log:re-enabeld jit-viewer
diff --git a/test/jit_view.py b/test/jit_view.py
--- a/test/jit_view.py
+++ b/test/jit_view.py
@@ -1,4 +1,4 @@
-from pypy imp
Author: Philip Jenvey
Branch: py3k
Changeset: r61460:63a6abfa0512
Date: 2013-02-19 10:55 -0800
http://bitbucket.org/pypy/pypy/changeset/63a6abfa0512/
Log:revert the 'reset to g' from 52765baaf1aa, as we're backed by
rpython's rfloat.double_to_string we need 'r'
diff --git a/pypy/objs
Author: Philip Jenvey
Branch: py3k
Changeset: r61461:9813b8a36001
Date: 2013-02-19 10:57 -0800
http://bitbucket.org/pypy/pypy/changeset/9813b8a36001/
Log:cache UnsupportedOperation to avoid issues w/ io being frozen, fix
__module__ again
diff --git a/pypy/module/_io/__init__.py b/pyp
Author: Philip Jenvey
Branch: py3k
Changeset: r61462:91f21023331b
Date: 2013-02-19 11:11 -0800
http://bitbucket.org/pypy/pypy/changeset/91f21023331b/
Log:attempt to fix test_fork.test_nested_import_lock_fork (the test
seems to require translation)
diff --git a/pypy/module/imp/importi
Author: Philip Jenvey
Branch: py3k
Changeset: r61463:5bdfc3da631a
Date: 2013-02-19 11:12 -0800
http://bitbucket.org/pypy/pypy/changeset/5bdfc3da631a/
Log:fix some IOError -> UnsupportedOperation
diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py
--- a/pypy/modul
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61464:ee50f2d7022a
Date: 2013-02-19 15:43 +0200
http://bitbucket.org/pypy/pypy/changeset/ee50f2d7022a/
Log:a failing test
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/backend/llsupport/llmodel.py
--- a/rp
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61465:de3007aed4f3
Date: 2013-02-19 21:22 +0200
http://bitbucket.org/pypy/pypy/changeset/de3007aed4f3/
Log:store and restore exceptions around things that can call with
exception set
diff --git a/rpython/jit/backend/x86/
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61466:d19b75514eb9
Date: 2013-02-19 21:23 +0200
http://bitbucket.org/pypy/pypy/changeset/d19b75514eb9/
Log:merge
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpython/jit/bac
Author: Philip Jenvey
Branch: py3k
Changeset: r61468:5c54a69052f7
Date: 2013-02-19 13:16 -0800
http://bitbucket.org/pypy/pypy/changeset/5c54a69052f7/
Log:2to3
diff --git a/pypy/module/__pypy__/test/test_signal.py
b/pypy/module/__pypy__/test/test_signal.py
--- a/pypy/module/__pypy__/test/tes
Author: Philip Jenvey
Branch:
Changeset: r61469:081d9478f7b9
Date: 2013-02-19 13:17 -0800
http://bitbucket.org/pypy/pypy/changeset/081d9478f7b9/
Log:have space.warn take wrapped messages (eases py3k branch's usage)
and accept a stacklevel, cleanup
diff --git a/pypy/interpreter/baseo
Author: Philip Jenvey
Branch:
Changeset: r61470:65f3a63f53d0
Date: 2013-02-19 13:17 -0800
http://bitbucket.org/pypy/pypy/changeset/65f3a63f53d0/
Log:stub out a method for emitting warnings on implicit closing by
__del__
diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61471:fae3e9491cd4
Date: 2013-02-20 00:12 +0200
http://bitbucket.org/pypy/pypy/changeset/fae3e9491cd4/
Log:fix?
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61472:39d8dcea0457
Date: 2013-02-20 00:14 +0200
http://bitbucket.org/pypy/pypy/changeset/39d8dcea0457/
Log:RPython
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backe
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61474:dfd6ba64bc51
Date: 2013-02-19 17:34 +0100
http://bitbucket.org/pypy/pypy/changeset/dfd6ba64bc51/
Log:Change the ThreadLocalRef to not be a cache any more. Now the GC
should correctly follow and update the references we store th
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61478:d33ea9274810
Date: 2013-02-19 22:54 +0100
http://bitbucket.org/pypy/pypy/changeset/d33ea9274810/
Log:Support undoing changes done to the thread-local structure in case
of aborts.
diff --git a/rpython/rtyper/lltypesystem/lloper
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61479:16fca4fe4397
Date: 2013-02-19 23:48 +0100
http://bitbucket.org/pypy/pypy/changeset/16fca4fe4397/
Log:Fixes
diff --git a/pypy/module/sys/currentframes.py b/pypy/module/sys/currentframes.py
--- a/pypy/module/sys/currentframes.py
+++ b/p
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61473:a47a7cd9a488
Date: 2013-02-19 15:27 +0100
http://bitbucket.org/pypy/pypy/changeset/a47a7cd9a488/
Log:Add comments
diff --git a/rpython/translator/stm/writebarrier.py
b/rpython/translator/stm/writebarrier.py
--- a/rpython/translator/s
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61475:beecf13099d5
Date: 2013-02-19 17:43 +0100
http://bitbucket.org/pypy/pypy/changeset/beecf13099d5/
Log:Don't use a dict at all to store the executioncontext.
diff --git a/pypy/module/sys/currentframes.py b/pypy/module/sys/currentframes.
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61476:1ed1bcec48fd
Date: 2013-02-19 17:45 +0100
http://bitbucket.org/pypy/pypy/changeset/1ed1bcec48fd/
Log:merge heads
diff --git a/rpython/translator/stm/src_stm/rpyintf.c
b/rpython/translator/stm/src_stm/rpyintf.c
--- a/rpython/translato
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61477:b441cc9474a3
Date: 2013-02-19 19:00 +0100
http://bitbucket.org/pypy/pypy/changeset/b441cc9474a3/
Log:Fixes
diff --git a/pypy/module/signal/interp_signal.py
b/pypy/module/signal/interp_signal.py
--- a/pypy/module/signal/interp_signal.
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61480:f1af42073d1b
Date: 2013-02-20 00:48 +0200
http://bitbucket.org/pypy/pypy/changeset/f1af42073d1b/
Log:fixes for moving GC
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpyth
Author: Philip Jenvey
Branch: py3k
Changeset: r61481:38799d78b6dc
Date: 2013-02-19 14:10 -0800
http://bitbucket.org/pypy/pypy/changeset/38799d78b6dc/
Log:merge default
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++
Author: Philip Jenvey
Branch: py3k
Changeset: r61482:e23b1d81372f
Date: 2013-02-19 14:30 -0800
http://bitbucket.org/pypy/pypy/changeset/e23b1d81372f/
Log:update to the new warn API
diff --git a/pypy/module/_io/interp_bufferedio.py
b/pypy/module/_io/interp_bufferedio.py
--- a/pypy/module/_io
Author: Philip Jenvey
Branch: py3k
Changeset: r61483:bcbd82aac4ba
Date: 2013-02-19 14:49 -0800
http://bitbucket.org/pypy/pypy/changeset/bcbd82aac4ba/
Log:add a dealloc warning to sockets
diff --git a/pypy/module/_socket/interp_socket.py
b/pypy/module/_socket/interp_socket.py
--- a/pypy/modu
Author: Philip Jenvey
Branch: py3k
Changeset: r61484:afdc1895393f
Date: 2013-02-19 20:39 -0800
http://bitbucket.org/pypy/pypy/changeset/afdc1895393f/
Log:tighten getnameinfo to only accept IP addresses
diff --git a/pypy/module/_socket/interp_func.py
b/pypy/module/_socket/interp_func.py
---
Author: Philip Jenvey
Branch: py3k
Changeset: r61485:1c71ee0c15d8
Date: 2013-02-19 22:57 -0800
http://bitbucket.org/pypy/pypy/changeset/1c71ee0c15d8/
Log:kill tuple raising leftovers, cleanup docs
diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
--- a/pypy/interpreter/error
55 matches
Mail list logo