[pypy-commit] pypy split-rpython: Fixed a few more typos regarding sockets

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59946:af4c9ae740c1 Date: 2013-01-11 08:48 +0100 http://bitbucket.org/pypy/pypy/changeset/af4c9ae740c1/ Log:Fixed a few more typos regarding sockets diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket

[pypy-commit] pypy default: Add comments (from stm-thread-2).

2013-01-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r59947:067f06080d2e Date: 2013-01-11 08:48 +0100 http://bitbucket.org/pypy/pypy/changeset/067f06080d2e/ Log:Add comments (from stm-thread-2). diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++

[pypy-commit] pypy split-rpython: Fixed a few more socket things

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59945:6e461b5f80d0 Date: 2013-01-11 08:32 +0100 http://bitbucket.org/pypy/pypy/changeset/6e461b5f80d0/ Log:Fixed a few more socket things diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/

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

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59944:3354e7cfa070 Date: 2013-01-11 08:16 +0100 http://bitbucket.org/pypy/pypy/changeset/3354e7cfa070/ Log:Fixed typo in import diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/modul

[pypy-commit] pypy split-rpython: Refactored rsocket and interp_socket for the split. Hacky!

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59943:898e7335e13b Date: 2013-01-11 08:00 +0100 http://bitbucket.org/pypy/pypy/changeset/898e7335e13b/ Log:Refactored rsocket and interp_socket for the split. Hacky! diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_sock

[pypy-commit] pypy default: document merged branch

2013-01-10 Thread mattip
Author: mattip Branch: Changeset: r59942:12f996bee262 Date: 2013-01-11 08:31 +0200 http://bitbucket.org/pypy/pypy/changeset/12f996bee262/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-

[pypy-commit] pypy default: switch ' and " for windows

2013-01-10 Thread mattip
Author: mattip Branch: Changeset: r59941:4765dafa998c Date: 2013-01-11 08:30 +0200 http://bitbucket.org/pypy/pypy/changeset/4765dafa998c/ Log:switch ' and " for windows diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py --- a/pypy/doc/test/test_whatsnew.py +++ b/py

[pypy-commit] pypy reflex-support: ability to read-back TTree branches that are of bool type

2013-01-10 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r59940:99c1280ae1cd Date: 2013-01-10 17:21 -0800 http://bitbucket.org/pypy/pypy/changeset/99c1280ae1cd/ Log:ability to read-back TTree branches that are of bool type diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/

[pypy-commit] pypy split-rpython: Fixed missing HASH_MALLOC_SIZE -> ropenssl.HASH_MALLOC_SIZE

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59939:e3fc26859697 Date: 2013-01-10 23:57 +0100 http://bitbucket.org/pypy/pypy/changeset/e3fc26859697/ Log:Fixed missing HASH_MALLOC_SIZE -> ropenssl.HASH_MALLOC_SIZE diff --git a/pypy/module/_hashlib/interp_hashlib.py b/pypy/module/

[pypy-commit] pypy split-rpython: Moved HASH_MALLOC_SIZE to ropenssl

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59937:90e32a0b1c06 Date: 2013-01-10 23:18 +0100 http://bitbucket.org/pypy/pypy/changeset/90e32a0b1c06/ Log:Moved HASH_MALLOC_SIZE to ropenssl diff --git a/pypy/module/_hashlib/interp_hashlib.py b/pypy/module/_hashlib/interp_hashlib.p

[pypy-commit] pypy split-rpython: Killed pypy.tool.debug_print in favor of rpython.rlib.debug

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59938:258992ac0308 Date: 2013-01-10 23:43 +0100 http://bitbucket.org/pypy/pypy/changeset/258992ac0308/ Log:Killed pypy.tool.debug_print in favor of rpython.rlib.debug diff --git a/pypy/tool/debug_print.py b/pypy/tool/debug_print.py de

[pypy-commit] pypy split-rpython: Removed get_repo_info from targetrpystonedalone

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59936:ff7fd376623a Date: 2013-01-10 23:06 +0100 http://bitbucket.org/pypy/pypy/changeset/ff7fd376623a/ Log:Removed get_repo_info from targetrpystonedalone diff --git a/rpython/translator/goal/targetrpystonedalone.py b/rpython/transla

[pypy-commit] pypy missing-ndarray-attributes: progress towards translation

2013-01-10 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r59935:81224797e9f1 Date: 2013-01-11 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/81224797e9f1/ Log:progress towards translation diff --git a/pypy/module/micronumpy/arrayimpl/base.py b/pypy/module/micronumpy/arrayimpl/base

[pypy-commit] pypy split-rpython: Moved need_sparse_files to test_extfunc

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59934:a71aef0e6309 Date: 2013-01-10 22:26 +0100 http://bitbucket.org/pypy/pypy/changeset/a71aef0e6309/ Log:Moved need_sparse_files to test_extfunc diff --git a/pypy/module/_file/test/test_large_file.py b/pypy/module/_file/test/test_l

[pypy-commit] pypy split-rpython: Fixed missing import in rsignla.py

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59933:202f1cf5fcc0 Date: 2013-01-10 21:33 +0100 http://bitbucket.org/pypy/pypy/changeset/202f1cf5fcc0/ Log:Fixed missing import in rsignla.py diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py ---

[pypy-commit] pypy missing-ndarray-attributes: fix merge problems

2013-01-10 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r59931:69e846f17fae Date: 2013-01-10 21:48 +0200 http://bitbucket.org/pypy/pypy/changeset/69e846f17fae/ Log:fix merge problems diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.p

[pypy-commit] pypy missing-ndarray-attributes: translation fixes

2013-01-10 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r59932:99c58c500571 Date: 2013-01-10 22:20 +0200 http://bitbucket.org/pypy/pypy/changeset/99c58c500571/ Log:translation fixes diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronum

[pypy-commit] pypy split-rpython: Oops. Removed debug code

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59928:155a4893645f Date: 2013-01-10 05:11 +0100 http://bitbucket.org/pypy/pypy/changeset/155a4893645f/ Log:Oops. Removed debug code diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py ---

[pypy-commit] pypy split-rpython: split up interp_signal, added rlib.rsignal

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59929:355ee8f6486f Date: 2013-01-10 21:15 +0100 http://bitbucket.org/pypy/pypy/changeset/355ee8f6486f/ Log:split up interp_signal, added rlib.rsignal diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal

[pypy-commit] pypy default: Fix the remaining tests that use FINISH with more than one argument.

2013-01-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r59927:7a74a080cd9c Date: 2013-01-10 19:41 +0100 http://bitbucket.org/pypy/pypy/changeset/7a74a080cd9c/ Log:Fix the remaining tests that use FINISH with more than one argument. diff --git a/pypy/jit/backend/test/calling_convention_test.py b/pypy/jit/ba

[pypy-commit] pypy rdict-experiments-2: a more promiscuous resizing strategy

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59926:ea720c684dd7 Date: 2013-01-10 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/ea720c684dd7/ Log:a more promiscuous resizing strategy diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdic

[pypy-commit] pypy jitframe-on-heap: hack enough to make those two tests pass again, this time with understanding

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59925:8c847106dab3 Date: 2013-01-10 20:18 +0200 http://bitbucket.org/pypy/pypy/changeset/8c847106dab3/ Log:hack enough to make those two tests pass again, this time with understanding diff --git a/pypy/jit/backend/llgrap

[pypy-commit] pypy rdict-experiments-2: play with inlining

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59924:498b4a2742d7 Date: 2013-01-10 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/498b4a2742d7/ Log:play with inlining diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rp

[pypy-commit] pypy default: (mattip) merge numpypy-real-as-view, which makes .real and .imag attributes

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59923:32137bbbfdf8 Date: 2013-01-10 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/32137bbbfdf8/ Log:(mattip) merge numpypy-real-as-view, which makes .real and .imag attributes views instead of ufuncs, for compatibility diff --git

[pypy-commit] pypy numpypy-real-as-view: close branch to be merged

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-real-as-view Changeset: r59922:7f34d8362ea8 Date: 2013-01-10 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/7f34d8362ea8/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python

[pypy-commit] pypy rdict-experiments-2: test and a fix

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59921:063e02b6c76c Date: 2013-01-10 17:35 +0200 http://bitbucket.org/pypy/pypy/changeset/063e02b6c76c/ Log:test and a fix diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpytho

[pypy-commit] pypy type-specialized-instances: adapt to new way of doing stuff

2013-01-10 Thread cfbolz
Author: Carl Friedrich Bolz Branch: type-specialized-instances Changeset: r59920:3a26e7c6c310 Date: 2013-01-10 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/3a26e7c6c310/ Log:adapt to new way of doing stuff diff --git a/pypy/objspace/std/test/test_mapdict.py b/pypy/objspace/std/test/

[pypy-commit] pypy virtual-raw-mallocs: all_virtuals is no longer a list, but an instance of VirtualCache now

2013-01-10 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59918:8f40ffdee0dd Date: 2013-01-10 11:29 +0100 http://bitbucket.org/pypy/pypy/changeset/8f40ffdee0dd/ Log:all_virtuals is no longer a list, but an instance of VirtualCache now diff --git a/pypy/jit/metainterp/compile.py b/

[pypy-commit] pypy virtual-raw-mallocs: implement bh_new_raw_buffer

2013-01-10 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59916:6a7bad1acf4a Date: 2013-01-10 11:11 +0100 http://bitbucket.org/pypy/pypy/changeset/6a7bad1acf4a/ Log:implement bh_new_raw_buffer diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy

[pypy-commit] pypy virtual-raw-mallocs: now we can implement unpack_arraydescr_size for real

2013-01-10 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59915:fea15c6e7ec8 Date: 2013-01-10 11:09 +0100 http://bitbucket.org/pypy/pypy/changeset/fea15c6e7ec8/ Log:now we can implement unpack_arraydescr_size for real diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llg

[pypy-commit] pypy virtual-raw-mallocs: replace all the references to virtual_ref_cache&co. with virtual_ptr_cache&co., to avoid confusions with virtualrefs, which are (obviously :)) another thing

2013-01-10 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59917:6fb648947ab5 Date: 2013-01-10 11:15 +0100 http://bitbucket.org/pypy/pypy/changeset/6fb648947ab5/ Log:replace all the references to virtual_ref_cache&co. with virtual_ptr_cache&co., to avoid confusions with virtualrefs,

[pypy-commit] pypy virtual-raw-mallocs: fix

2013-01-10 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59914:f7bd1d7587e5 Date: 2013-01-10 11:00 +0100 http://bitbucket.org/pypy/pypy/changeset/f7bd1d7587e5/ Log:fix diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.py --- a/pypy/jit/metainterp/warmspot.py +++

[pypy-commit] pypy rdict-experiments-2: fix, I need to write a test for that

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59912:4fe4f7845b00 Date: 2013-01-10 12:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4fe4f7845b00/ Log:fix, I need to write a test for that diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdic

[pypy-commit] pypy rdict-experiments-2: I think I got it

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59911:568aae06d7c0 Date: 2013-01-10 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/568aae06d7c0/ Log:I think I got it diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpyt

[pypy-commit] pypy rdict-experiments-2: eh, what the fuck

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59910:52e561f89bbf Date: 2013-01-10 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/52e561f89bbf/ Log:eh, what the fuck diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpy

[pypy-commit] pypy rdict-experiments-2: try some luck?

2013-01-10 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59909:2a8d98927e5e Date: 2013-01-10 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/2a8d98927e5e/ Log:try some luck? diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpytho