Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60751:009b40655c5f
Date: 2013-01-31 10:47 +0100
http://bitbucket.org/pypy/pypy/changeset/009b40655c5f/
Log:Trying out using signals and signal.pause()...
diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py
--- a/lib_pypy/transact
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r60752:5e9244c2920d
Date: 2013-01-31 11:55 +0200
http://bitbucket.org/pypy/pypy/changeset/5e9244c2920d/
Log:we only ever allocate the jitframe before assembler, move
gc_assume_young_pointers to malloc itself.
diff --git a
Author: Brian Kearns
Branch:
Changeset: r60753:635fed2dc9c4
Date: 2013-01-31 03:23 -0500
http://bitbucket.org/pypy/pypy/changeset/635fed2dc9c4/
Log:get test_multiprocessing.py working
diff --git a/lib-python/2.7/test/test_multiprocessing.py
b/lib-python/2.7/test/test_multiprocessing.py
---
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r60755:6b3d7106d645
Date: 2013-01-31 03:41 -0500
http://bitbucket.org/pypy/pypy/changeset/6b3d7106d645/
Log:fix for a new test in test_multiprocessing.py
diff --git a/lib-python/2.7/test/test_multiprocessing.py
b/lib-python/2.7/test/test_
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r60756:6b5838c00f9b
Date: 2013-01-31 03:49 -0500
http://bitbucket.org/pypy/pypy/changeset/6b5838c00f9b/
Log:fixes for test_weakset.py
diff --git a/lib-python/2.7/test/test_weakset.py
b/lib-python/2.7/test/test_weakset.py
--- a/lib-python/
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r60757:6bbcd70786dd
Date: 2013-01-31 05:03 -0500
http://bitbucket.org/pypy/pypy/changeset/6bbcd70786dd/
Log:fixes for test_weakref.py
diff --git a/lib-python/2.7/test/test_weakref.py
b/lib-python/2.7/test/test_weakref.py
--- a/lib-python/
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r60754:37072a4c2abf
Date: 2013-01-31 03:40 -0500
http://bitbucket.org/pypy/pypy/changeset/37072a4c2abf/
Log:merge default
diff --git a/lib-python/2.7/test/test_multiprocessing.py
b/lib-python/2.7/test/test_multiprocessing.py
--- a/lib-pyt
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r60758:0543b2c5413c
Date: 2013-01-31 12:13 +0200
http://bitbucket.org/pypy/pypy/changeset/0543b2c5413c/
Log:rename the variable to confuse armin less
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/as
Author: Alexander Hesse
Branch: quiet-rpython
Changeset: r60759:a493f5ab195e
Date: 2013-01-31 11:18 +0100
http://bitbucket.org/pypy/pypy/changeset/a493f5ab195e/
Log:hg merge default
diff --git a/lib-python/2.7/inspect.py b/lib-python/2.7/inspect.py
--- a/lib-python/2.7/inspect.py
+++ b/lib-p
Author: Armin Rigo
Branch: jitframe-on-heap
Changeset: r60760:76165f7a6113
Date: 2013-01-31 11:20 +0100
http://bitbucket.org/pypy/pypy/changeset/76165f7a6113/
Log:Unconfuse myself properly. The previous checkin failed at doing so.
:-)
diff --git a/rpython/jit/backend/x86/assembler.py
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r60761:95cbf1e7e19e
Date: 2013-01-31 12:36 +0200
http://bitbucket.org/pypy/pypy/changeset/95cbf1e7e19e/
Log:(arigo, fijal) Fight a bit with realloc_frame. We should put stuff
back on top of shadowstack if we choose to real
Author: Armin Rigo
Branch: jitframe-on-heap
Changeset: r60762:7e35d73fb7ab
Date: 2013-01-31 11:38 +0100
http://bitbucket.org/pypy/pypy/changeset/7e35d73fb7ab/
Log:Fix comments
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60763:131909e488a9
Date: 2013-01-31 12:20 +0100
http://bitbucket.org/pypy/pypy/changeset/131909e488a9/
Log:Preparing for the merge of default
diff --git a/pypy/module/signal/__init__.py b/pypy/module/signal/__init__.py
--- a/pypy/module/sig
Author: Armin Rigo
Branch:
Changeset: r60764:2ac58df6d115
Date: 2013-01-31 12:36 +0100
http://bitbucket.org/pypy/pypy/changeset/2ac58df6d115/
Log:Factor out this class in a file used only during tests.
diff --git a/rpython/rtyper/memory/gc/minimark.py
b/rpython/rtyper/memory/gc/minimark.py
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60766:519029980f3c
Date: 2013-01-31 12:47 +0100
http://bitbucket.org/pypy/pypy/changeset/519029980f3c/
Log:hg merge default (again)
diff --git a/rpython/rtyper/memory/gc/minimark.py
b/rpython/rtyper/memory/gc/minimark.py
--- a/rpython/rtyp
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60767:1349c5778fb0
Date: 2013-01-31 14:30 +0100
http://bitbucket.org/pypy/pypy/changeset/1349c5778fb0/
Log:Move this file into its proper location.
diff --git a/pypy/rlib/rsignal.py b/rpython/rlib/rsignal.py
rename from pypy/rlib/rsignal.py
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60768:f19480ac0255
Date: 2013-01-31 14:31 +0100
http://bitbucket.org/pypy/pypy/changeset/f19480ac0255/
Log:Move this file as well.
diff --git a/pypy/rpython/memory/gctransform/nogcstm.py
b/rpython/rtyper/memory/gctransform/nogcstm.py
renam
Author: Armin Rigo
Branch:
Changeset: r60769:a9622905c38c
Date: 2013-01-31 14:47 +0100
http://bitbucket.org/pypy/pypy/changeset/a9622905c38c/
Log:Clean up, and make signals-but-no-thread working again.
diff --git a/pypy/interpreter/miscutils.py b/pypy/interpreter/miscutils.py
--- a/pypy/int
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60770:393048c68eb3
Date: 2013-01-31 14:49 +0100
http://bitbucket.org/pypy/pypy/changeset/393048c68eb3/
Log:hg merge default
diff --git a/pypy/interpreter/miscutils.py b/pypy/interpreter/miscutils.py
--- a/pypy/interpreter/miscutils.py
+++ b
Author: Armin Rigo
Branch:
Changeset: r60771:c954b5469840
Date: 2013-01-31 15:04 +0100
http://bitbucket.org/pypy/pypy/changeset/c954b5469840/
Log:Fix some imports from the doc
diff --git a/pypy/doc/discussion/improve-rpython.rst
b/pypy/doc/discussion/improve-rpython.rst
--- a/pypy/doc/disc
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60772:08fd9ba5355b
Date: 2013-01-31 15:04 +0100
http://bitbucket.org/pypy/pypy/changeset/08fd9ba5355b/
Log:hg merge default
diff --git a/pypy/doc/discussion/improve-rpython.rst
b/pypy/doc/discussion/improve-rpython.rst
--- a/pypy/doc/discu
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60773:b289e16ed1f5
Date: 2013-01-31 15:09 +0100
http://bitbucket.org/pypy/pypy/changeset/b289e16ed1f5/
Log:Move these in place too.
diff --git a/pypy/translator/stm/src_stm/et.c
b/rpython/translator/stm/src_stm/et.c
rename from pypy/transl
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60774:2607c5096b83
Date: 2013-01-31 15:11 +0100
http://bitbucket.org/pypy/pypy/changeset/2607c5096b83/
Log:Run a mechanical translation of imports.
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpre
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60775:7036ba94afef
Date: 2013-01-31 15:18 +0100
http://bitbucket.org/pypy/pypy/changeset/7036ba94afef/
Log:More import fixes
diff --git a/rpython/translator/stm/jitdriver.py
b/rpython/translator/stm/jitdriver.py
--- a/rpython/translator/st
Author: Armin Rigo
Branch:
Changeset: r60776:e80549fefb75
Date: 2013-01-31 17:38 +0100
http://bitbucket.org/pypy/pypy/changeset/e80549fefb75/
Log:Test for acquire_timed() returning RPY_LOCK_INTR.
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py
--- a/rpython/rlib/rthread.py
++
Author: Armin Rigo
Branch: py3k
Changeset: r60777:05832d0ee006
Date: 2013-01-31 17:39 +0100
http://bitbucket.org/pypy/pypy/changeset/05832d0ee006/
Log:Add an XXX about acquire_timed(), which was fixed (in 'default') to
return three possible results instead of two.
diff --git a/pypy/m
Author: Brian Kearns
Branch:
Changeset: r60778:5c18387c65e8
Date: 2013-01-31 11:49 -0500
http://bitbucket.org/pypy/pypy/changeset/5c18387c65e8/
Log:try to fix _testcapi/_ctypes_test for win32
diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py
--- a/lib_pypy/_ctypes_test.py
+++
Author: Brian Kearns
Branch:
Changeset: r60779:80bb4b831b9f
Date: 2013-01-31 12:04 -0500
http://bitbucket.org/pypy/pypy/changeset/80bb4b831b9f/
Log:fix test_fileio.test_open_directory for win32
diff --git a/pypy/module/_io/test/test_fileio.py
b/pypy/module/_io/test/test_fileio.py
--- a/pyp
Author: Brian Kearns
Branch:
Changeset: r60780:dfdc0e0251d6
Date: 2013-01-31 12:10 -0500
http://bitbucket.org/pypy/pypy/changeset/dfdc0e0251d6/
Log:fix test_rabspath_relative for darwin
diff --git a/rpython/rlib/test/test_rpath.py b/rpython/rlib/test/test_rpath.py
--- a/rpython/rlib/test/te
Author: Brian Kearns
Branch:
Changeset: r60781:8ae312cf9330
Date: 2013-01-31 12:14 -0500
http://bitbucket.org/pypy/pypy/changeset/8ae312cf9330/
Log:fix again
diff --git a/rpython/rlib/test/test_rpath.py b/rpython/rlib/test/test_rpath.py
--- a/rpython/rlib/test/test_rpath.py
+++ b/rpython/rl
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60782:49a1afc2949f
Date: 2013-01-31 17:40 +0100
http://bitbucket.org/pypy/pypy/changeset/49a1afc2949f/
Log:hg merge default
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py
--- a/rpython/rlib/rthread.py
+++ b/rpython/rlib/rthr
Author: Armin Rigo
Branch:
Changeset: r60783:95de7278a36c
Date: 2013-01-31 17:58 +0100
http://bitbucket.org/pypy/pypy/changeset/95de7278a36c/
Log:Fix the docstring (bogus on CPython too, reported). Test the real
behavior.
diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thre
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60785:1a3d8664bdde
Date: 2013-01-31 18:16 +0100
http://bitbucket.org/pypy/pypy/changeset/1a3d8664bdde/
Log:hg backout 009b40655c5f: remove the hack based on signals.
diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py
--- a/lib_p
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60784:b2f107c5c3c5
Date: 2013-01-31 18:14 +0100
http://bitbucket.org/pypy/pypy/changeset/b2f107c5c3c5/
Log:A PyPy extension: add to thread locks a method
acquire_interruptible(). This is like acquire() but handles signals,
si
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60786:0c978d2c5fce
Date: 2013-01-31 18:18 +0100
http://bitbucket.org/pypy/pypy/changeset/0c978d2c5fce/
Log:A clean replacement for 009b40655c5f.
diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py
--- a/lib_pypy/transaction.py
++
Author: Armin Rigo
Branch:
Changeset: r60787:d65584f8c928
Date: 2013-01-31 18:19 +0100
http://bitbucket.org/pypy/pypy/changeset/d65584f8c928/
Log:merge heads
diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py
--- a/lib_pypy/_ctypes_test.py
+++ b/lib_pypy/_ctypes_test.py
@@ -1,
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60788:308102001cb3
Date: 2013-01-31 18:20 +0100
http://bitbucket.org/pypy/pypy/changeset/308102001cb3/
Log:hg merge default
diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py
--- a/lib_pypy/_ctypes_test.py
+++ b/lib_pypy/_ctyp
Author: Brian Kearns
Branch: cleanup-tests
Changeset: r60789:4dc59684ba7b
Date: 2013-01-31 15:29 -0500
http://bitbucket.org/pypy/pypy/changeset/4dc59684ba7b/
Log:move lib_pypy/pypy_test tests to test_lib_pypy
diff --git a/lib_pypy/pypy_test/__init__.py b/lib_pypy/pypy_test/__init__.py
delete
Author: Brian Kearns
Branch: cleanup-tests
Changeset: r60790:5e9979fc7e67
Date: 2013-01-31 15:33 -0500
http://bitbucket.org/pypy/pypy/changeset/5e9979fc7e67/
Log:trash this file
diff --git a/pypy/module/test_lib_pypy/hack___pypy__.py
b/pypy/module/test_lib_pypy/hack___pypy__.py
deleted file
Author: Brian Kearns
Branch: cleanup-tests
Changeset: r60791:ab61429dffb6
Date: 2013-01-31 15:42 -0500
http://bitbucket.org/pypy/pypy/changeset/ab61429dffb6/
Log:fix this bogus test in test_datetime
diff --git a/pypy/module/test_lib_pypy/test_datetime.py
b/pypy/module/test_lib_pypy/test_dat
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r60792:a50a5905f738
Date: 2013-01-31 22:07 +0100
http://bitbucket.org/pypy/pypy/changeset/a50a5905f738/
Log:Issue912 resolved: backport py3k changes to zipfile.py, and don't
rely on the garbage collector to close file descriptors.
diff
Author: Armin Rigo
Branch:
Changeset: r60793:b366d0104c42
Date: 2013-01-31 22:25 +0100
http://bitbucket.org/pypy/pypy/changeset/b366d0104c42/
Log:Don't include profiling.c by default. It should be included by
interp_lsprof already. It would end with the file listed twice in
t
Author: Armin Rigo
Branch:
Changeset: r60794:0a9fb5374698
Date: 2013-01-31 22:26 +0100
http://bitbucket.org/pypy/pypy/changeset/0a9fb5374698/
Log:Turn some variables static.
diff --git a/rpython/translator/c/src/profiling.c
b/rpython/translator/c/src/profiling.c
--- a/rpython/translator/c/
Author: Armin Rigo
Branch:
Changeset: r60795:620c44fd4b9f
Date: 2013-01-31 22:28 +0100
http://bitbucket.org/pypy/pypy/changeset/620c44fd4b9f/
Log:merge heads
diff --git a/lib-python/2.7/test/test_zipfile.py
b/lib-python/2.7/test/test_zipfile.py
--- a/lib-python/2.7/test/test_zipfile.py
+++
Author: Armin Rigo
Branch: ppc-jit-backend
Changeset: r60796:0ad5a737469c
Date: 2013-01-31 22:44 +0100
http://bitbucket.org/pypy/pypy/changeset/0ad5a737469c/
Log:Add a comment: looks wrong here
diff --git a/pypy/translator/c/src/asm_ppc.h b/pypy/translator/c/src/asm_ppc.h
--- a/pypy/translat
Author: Brian Kearns
Branch: cleanup-tests
Changeset: r60797:6237eb0262c2
Date: 2013-01-31 15:55 -0500
http://bitbucket.org/pypy/pypy/changeset/6237eb0262c2/
Log:remove outdated test
diff --git a/pypy/module/test_lib_pypy/inprogress_test_binascii_extra.py
b/pypy/module/test_lib_pypy/inprogr
Author: Brian Kearns
Branch: cleanup-tests
Changeset: r60798:5acfa3319a45
Date: 2013-01-31 16:53 -0500
http://bitbucket.org/pypy/pypy/changeset/5acfa3319a45/
Log:fix collection of test_lib_pypy tests when runappdirect is set
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftes
Author: Brian Kearns
Branch:
Changeset: r60799:b7ad84866494
Date: 2013-01-31 19:46 -0500
http://bitbucket.org/pypy/pypy/changeset/b7ad84866494/
Log:backout b366d0104c42, breaks many things, apparently not tested
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/
Author: Alex Gaynor
Branch:
Changeset: r60800:9aeefdb4841d
Date: 2013-01-31 17:54 -0800
http://bitbucket.org/pypy/pypy/changeset/9aeefdb4841d/
Log:hidden frames are fairly rare, it's ok to unroll this
diff --git a/pypy/interpreter/executioncontext.py
b/pypy/interpreter/executioncontext.py
Author: Philip Jenvey
Branch: py3k
Changeset: r60802:998e471748b9
Date: 2013-01-31 17:53 -0800
http://bitbucket.org/pypy/pypy/changeset/998e471748b9/
Log:silly import test fixes
diff --git a/pypy/module/imp/test/test_import.py
b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test
Author: Matti Picus
Branch: missing-ndarray-attributes
Changeset: r60803:39993e6bef4a
Date: 2013-02-01 09:23 +0200
http://bitbucket.org/pypy/pypy/changeset/39993e6bef4a/
Log:revert to fijal's version, add failing zjit test
diff --git a/pypy/module/micronumpy/arrayimpl/sort.py
b/pypy/module/
51 matches
Mail list logo