[pypy-commit] pypy rdict-experiments-2: fix enforceargs on some rffi helpers

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59982:924293f74f7b Date: 2013-01-12 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/924293f74f7b/ Log:fix enforceargs on some rffi helpers diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.

[pypy-commit] pypy default: merge

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59984:092d0cd721de Date: 2013-01-12 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/092d0cd721de/ Log:merge diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py --- a/pypy/doc/test/test_whatsnew.py +++ b/pypy/doc/te

[pypy-commit] pypy default: fix enforceargs on some rffi helpers

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59983:89456005d20e Date: 2013-01-12 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/89456005d20e/ Log:fix enforceargs on some rffi helpers diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py --- a/pypy/rpyth

[pypy-commit] pypy rdict-experiments-2: two more things that are needed these days

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59985:867b49505d4b Date: 2013-01-12 11:58 +0200 http://bitbucket.org/pypy/pypy/changeset/867b49505d4b/ Log:two more things that are needed these days diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/py

[pypy-commit] pypy jitframe-on-heap: kill kill kill - enough progress to pass call_loop

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59986:3a2e21e6fe99 Date: 2013-01-12 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/3a2e21e6fe99/ Log:kill kill kill - enough progress to pass call_loop diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend

[pypy-commit] pypy jitframe-on-heap: seems to be fine, pass some more, now on bridges

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59987:c8e8d49b84f7 Date: 2013-01-12 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/c8e8d49b84f7/ Log:seems to be fine, pass some more, now on bridges diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/a

[pypy-commit] pypy jitframe-on-heap: sort out the indexing and compress the frame

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59988:1dc6fdd4000d Date: 2013-01-12 16:59 +0200 http://bitbucket.org/pypy/pypy/changeset/1dc6fdd4000d/ Log:sort out the indexing and compress the frame diff --git a/pypy/jit/backend/x86/arch.py b/pypy/jit/backend/x86/arch.py ---

[pypy-commit] pypy jitframe-on-heap: merge default

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59989:f3cfd5e2c1e3 Date: 2013-01-12 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/f3cfd5e2c1e3/ Log:merge default diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py --- a/pypy/doc/test/test_whats

[pypy-commit] pypy jitframe-on-heap: one fix

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59990:e81153e4154a Date: 2013-01-12 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/e81153e4154a/ Log:one fix diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/as

[pypy-commit] pypy split-rpython: Moved pypy.config parts to rpython

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59991:a879d5890037 Date: 2013-01-12 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/a879d5890037/ Log:Moved pypy.config parts to rpython diff --git a/pypy/bin/pyinteractive.py b/pypy/bin/pyinteractive.py --- a/pypy/bin/pyinteract

[pypy-commit] pypy split-rpython: Fixed missing import rename

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59992:61de7af26ed1 Date: 2013-01-12 19:27 +0100 http://bitbucket.org/pypy/pypy/changeset/61de7af26ed1/ Log:Fixed missing import rename diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py

[pypy-commit] pypy split-rpython: Fixed import

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59993:36b137f03142 Date: 2013-01-12 19:43 +0100 http://bitbucket.org/pypy/pypy/changeset/36b137f03142/ Log:Fixed import diff --git a/pypy/interpreter/test/test_argument.py b/pypy/interpreter/test/test_argument.py --- a/pypy/interpret

[pypy-commit] pypy split-rpython: Removed unused import

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59994:67dcbb675175 Date: 2013-01-12 19:59 +0100 http://bitbucket.org/pypy/pypy/changeset/67dcbb675175/ Log:Removed unused import diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimi

[pypy-commit] pypy split-rpython: get_pypy_config -> get_combined_translation_config

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59995:11426dcd2a68 Date: 2013-01-12 20:10 +0100 http://bitbucket.org/pypy/pypy/changeset/11426dcd2a68/ Log:get_pypy_config -> get_combined_translation_config diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py b/rpython

[pypy-commit] pypy missing-ndarray-attributes: fix asserts

2013-01-12 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r59996:dff76a3cb4f9 Date: 2013-01-12 20:06 +0200 http://bitbucket.org/pypy/pypy/changeset/dff76a3cb4f9/ Log:fix asserts diff --git a/pypy/module/micronumpy/interp_flatiter.py b/pypy/module/micronumpy/interp_flatiter.py --- a/pypy/

[pypy-commit] pypy default: windows does not like invalid signums

2013-01-12 Thread mattip
Author: mattip Branch: Changeset: r59997:b052932261c2 Date: 2013-01-12 21:36 +0200 http://bitbucket.org/pypy/pypy/changeset/b052932261c2/ Log:windows does not like invalid signums diff --git a/lib-python/2.7/heapq.py b/lib-python/2.7/heapq.py --- a/lib-python/2.7/heapq.py +++ b/lib-python/2

[pypy-commit] pypy default: backout half of previous uncareful commit

2013-01-12 Thread mattip
Author: mattip Branch: Changeset: r59998:794896284f78 Date: 2013-01-12 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/794896284f78/ Log:backout half of previous uncareful commit diff --git a/lib-python/2.7/heapq.py b/lib-python/2.7/heapq.py --- a/lib-python/2.7/heapq.py +++ b/lib-pyth

[pypy-commit] pypy default: remove debug cruft

2013-01-12 Thread mattip
Author: mattip Branch: Changeset: r5:de79f80b06ff Date: 2013-01-12 21:41 +0200 http://bitbucket.org/pypy/pypy/changeset/de79f80b06ff/ Log:remove debug cruft diff --git a/lib-python/2.7/test/test_signal.py b/lib-python/2.7/test/test_signal.py --- a/lib-python/2.7/test/test_signal.py +++

[pypy-commit] pypy jitframe-on-heap: oops

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r6:5b4f2cb04aad Date: 2013-01-12 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/5b4f2cb04aad/ Log:oops diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/pypy/jit/backend/l

[pypy-commit] pypy jitframe-on-heap: fix fix fix

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60001:5af5c9bc65e6 Date: 2013-01-12 21:42 +0200 http://bitbucket.org/pypy/pypy/changeset/5af5c9bc65e6/ Log:fix fix fix diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/back

[pypy-commit] pypy jitframe-on-heap: base exception handling

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60002:6944a86418c9 Date: 2013-01-12 21:51 +0200 http://bitbucket.org/pypy/pypy/changeset/6944a86418c9/ Log:base exception handling diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a

[pypy-commit] pypy split-rpython: Split up conftest

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60003:9e9c157d7f62 Date: 2013-01-12 21:39 +0100 http://bitbucket.org/pypy/pypy/changeset/9e9c157d7f62/ Log:Split up conftest diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -35,37 +35,

[pypy-commit] pypy split-rpython: Fixed a few missing renames

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60004:47c0f36f9b99 Date: 2013-01-12 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/47c0f36f9b99/ Log:Fixed a few missing renames diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py b/rpython/rtyper/lltypesystem/ll2ctypes.py -

[pypy-commit] pypy default: Translation fix

2013-01-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r60005:0f1e91da6cb2 Date: 2013-01-12 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/0f1e91da6cb2/ Log:Translation fix diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy/module/signal/interp_signal.py

[pypy-commit] pypy split-rpython: No more pypy imports. Also I hate mercurial now.

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60006:1fb77e052760 Date: 2013-01-13 01:37 +0100 http://bitbucket.org/pypy/pypy/changeset/1fb77e052760/ Log:No more pypy imports. Also I hate mercurial now. diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py b/rpython/rtyper/lltype

[pypy-commit] pypy split-rpython: Removed unused import

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60007:458ff95d794d Date: 2013-01-13 01:43 +0100 http://bitbucket.org/pypy/pypy/changeset/458ff95d794d/ Log:Removed unused import diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpyth

[pypy-commit] pypy split-rpython: Fixed stuff again

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60008:dc531ba31f7f Date: 2013-01-13 02:00 +0100 http://bitbucket.org/pypy/pypy/changeset/dc531ba31f7f/ Log:Fixed stuff again diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py b/rpython/rtyper/lltypesystem/ll2ctypes.py --- a/rpyth

[pypy-commit] pypy split-rpython: Fixed targetpypystandalone

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60009:ecb6277f781f Date: 2013-01-13 03:23 +0100 http://bitbucket.org/pypy/pypy/changeset/ecb6277f781f/ Log:Fixed targetpypystandalone diff --git a/goal/targetpypystandalone.py b/goal/targetpypystandalone.py --- a/goal/targetpypystanda

[pypy-commit] pypy split-rpython: try refactoring this to be rpython

2013-01-12 Thread alex_gaynor
Author: Alex Gaynor Branch: split-rpython Changeset: r60010:c4827b57dab7 Date: 2013-01-12 19:38 -0800 http://bitbucket.org/pypy/pypy/changeset/c4827b57dab7/ Log:try refactoring this to be rpython diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/

[pypy-commit] pypy split-rpython: merged upstream

2013-01-12 Thread alex_gaynor
Author: Alex Gaynor Branch: split-rpython Changeset: r60011:3e57ac34033b Date: 2013-01-12 19:38 -0800 http://bitbucket.org/pypy/pypy/changeset/3e57ac34033b/ Log:merged upstream diff --git a/goal/targetpypystandalone.py b/goal/targetpypystandalone.py --- a/goal/targetpypystandalone.py +++ b/g

[pypy-commit] pypy split-rpython: Fixed translation error in interp_socket

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60012:c39ffac85542 Date: 2013-01-13 06:32 +0100 http://bitbucket.org/pypy/pypy/changeset/c39ffac85542/ Log:Fixed translation error in interp_socket diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket

[pypy-commit] pypy split-rpython: Fixed resolve error

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60014:57854b63747a Date: 2013-01-13 08:02 +0100 http://bitbucket.org/pypy/pypy/changeset/57854b63747a/ Log:Fixed resolve error diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/j

[pypy-commit] pypy split-rpython: Adjusted imports on new files

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60015:49bfec1167e6 Date: 2013-01-13 08:15 +0100 http://bitbucket.org/pypy/pypy/changeset/49bfec1167e6/ Log:Adjusted imports on new files diff --git a/rpython/jit/backend/llgraph/support.py b/rpython/jit/backend/llgraph/support.py ---

[pypy-commit] pypy split-rpython: Fixed more imports

2013-01-12 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60016:8c70875be135 Date: 2013-01-13 08:34 +0100 http://bitbucket.org/pypy/pypy/changeset/8c70875be135/ Log:Fixed more imports diff --git a/goal/targetpypystandalone.py b/goal/targetpypystandalone.py --- a/goal/targetpypystandalone.py