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

2013-01-29 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r60658:6a2167ae591e Date: 2013-01-29 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/6a2167ae591e/ Log:Comment diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a/rpython/jit/backe

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

2013-01-29 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r60659:8df690cd860f Date: 2013-01-29 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/8df690cd860f/ Log:merge heads diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py ---

[pypy-commit] pypy jitframe-on-heap: Future-proofing code.

2013-01-29 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r60660:0e72a368a1b0 Date: 2013-01-29 10:44 +0100 http://bitbucket.org/pypy/pypy/changeset/0e72a368a1b0/ Log:Future-proofing code. diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/b

[pypy-commit] pypy default: reduce unnecessary skips in lib-python tests

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60661:ab1b94dab0d1 Date: 2013-01-29 04:47 -0500 http://bitbucket.org/pypy/pypy/changeset/ab1b94dab0d1/ Log:reduce unnecessary skips in lib-python tests diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/li

[pypy-commit] pypy jitframe-on-heap: kill the hack to update frame_info and instead make it official to have size as an argument to realloc frame

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60662:1af1c9069875 Date: 2013-01-29 12:44 +0200 http://bitbucket.org/pypy/pypy/changeset/1af1c9069875/ Log:kill the hack to update frame_info and instead make it official to have size as an argument to realloc frame diff

[pypy-commit] pypy default: enable lib-python test_pty

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60663:5d685d27c0a9 Date: 2013-01-29 06:03 -0500 http://bitbucket.org/pypy/pypy/changeset/5d685d27c0a9/ Log:enable lib-python test_pty diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/conftest.

[pypy-commit] pypy default: don't raise errors on socket.close() to match cpython

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60664:466f3b01ca3d Date: 2013-01-29 06:11 -0500 http://bitbucket.org/pypy/pypy/changeset/466f3b01ca3d/ Log:don't raise errors on socket.close() to match cpython diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py

[pypy-commit] pypy default: oops this doesnt make sense for windows

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60665:9384b83b4442 Date: 2013-01-29 06:17 -0500 http://bitbucket.org/pypy/pypy/changeset/9384b83b4442/ Log:oops this doesnt make sense for windows diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy stdlib-2.7.4: branch to start merging/testing what will become stdlib-2.7.4

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r60667:2f22446ff07e Date: 2013-01-29 06:57 -0500 http://bitbucket.org/pypy/pypy/changeset/2f22446ff07e/ Log:branch to start merging/testing what will become stdlib-2.7.4 ___ pypy-commit mailing l

[pypy-commit] pypy stdlib-2.7.4: add new lib-python tests to conftest.py

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r60669:8eea657cf3f5 Date: 2013-01-29 07:10 -0500 http://bitbucket.org/pypy/pypy/changeset/8eea657cf3f5/ Log:add new lib-python tests to conftest.py diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +

[pypy-commit] pypy jitframe-on-heap: make sure we don't annotate unpack_arraydescr too early. RPython is weird like that

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60670:9d96565a36db Date: 2013-01-29 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/9d96565a36db/ Log:make sure we don't annotate unpack_arraydescr too early. RPython is weird like that diff --git a/rpython/jit/back

[pypy-commit] pypy quiet-rpython: hg merge default

2013-01-29 Thread Aquana
Author: Alexander Hesse Branch: quiet-rpython Changeset: r60671:f169915b9457 Date: 2013-01-29 13:15 +0100 http://bitbucket.org/pypy/pypy/changeset/f169915b9457/ Log:hg merge default diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/con

[pypy-commit] pypy jitframe-on-heap: enfore the args here

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60672:98d856650ece Date: 2013-01-29 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/98d856650ece/ Log:enfore the args here diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py

[pypy-commit] pypy missing-ndarray-attributes: use single logic statements, translation produces incorrect code otherwise

2013-01-29 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60673:7f7a5ee5c4f8 Date: 2013-01-29 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/7f7a5ee5c4f8/ Log:use single logic statements, translation produces incorrect code otherwise diff --git a/pypy/module/micronumpy/array

[pypy-commit] pypy default: typos already in upstream

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60674:4b3a8e3689cf Date: 2013-01-29 08:06 -0500 http://bitbucket.org/pypy/pypy/changeset/4b3a8e3689cf/ Log:typos already in upstream 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-python/2

[pypy-commit] pypy jitframe-on-heap: raw-allocate gcmap

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60677:46d62088d527 Date: 2013-01-29 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/46d62088d527/ Log:raw-allocate gcmap diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py --

[pypy-commit] pypy jitframe-on-heap: make gcmap and frame_info raw-allocated structures

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60675:ae1decf6800b Date: 2013-01-29 14:22 +0200 http://bitbucket.org/pypy/pypy/changeset/ae1decf6800b/ Log:make gcmap and frame_info raw-allocated structures diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/

[pypy-commit] pypy jitframe-on-heap: update rewrite

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60676:feba5b4744d2 Date: 2013-01-29 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/feba5b4744d2/ Log:update rewrite diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/rp

[pypy-commit] pypy jitframe-on-heap: * check the frame depth before jump

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60678:eab8486a061c Date: 2013-01-29 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/eab8486a061c/ Log:* check the frame depth before jump * initialize the gcmap correctly diff --git a/rpython/jit/backend/model.py b/

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

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60679:8b7fabbcacbd Date: 2013-01-29 15:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8b7fabbcacbd/ Log:fix this test diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit

[pypy-commit] pypy jitframe-on-heap: remove deprecated code

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60681:a0f202829fbb Date: 2013-01-29 14:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a0f202829fbb/ Log:remove deprecated code diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpyth

[pypy-commit] pypy jitframe-on-heap: support for new guards handling

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60682:f40c4e68b860 Date: 2013-01-29 14:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f40c4e68b860/ Log:support for new guards handling diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --

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

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60683:59d2f0246fa5 Date: 2013-01-29 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/59d2f0246fa5/ Log:merge heads diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/back

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

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60680:3f47e2c24688 Date: 2013-01-29 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/3f47e2c24688/ Log:fix import diff --git a/rpython/jit/backend/arm/codebuilder.py b/rpython/jit/backend/arm/codebuilder.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: happily ignore the immortal parameter

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60684:c88fd8172c57 Date: 2013-01-29 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/c88fd8172c57/ Log:happily ignore the immortal parameter diff --git a/rpython/annotator/builtin.py b/rpython/annotator/builtin.py --- a/rpyt

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

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60685:fad2cb706322 Date: 2013-01-29 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/fad2cb706322/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: more lack of support

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60686:792b152292a5 Date: 2013-01-29 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/792b152292a5/ Log:more lack of support diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/rbuiltin.p

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

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60687:89b4e02965bc Date: 2013-01-29 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/89b4e02965bc/ Log:meh diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x

[pypy-commit] pypy missing-ndarray-attributes: simplify, the problem is probably not here anyway

2013-01-29 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60689:0e05cbe257dc Date: 2013-01-29 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0e05cbe257dc/ Log:simplify, the problem is probably not here anyway diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micro

[pypy-commit] pypy missing-ndarray-attributes: implement pass-through convert_to for String, Unicode boxes

2013-01-29 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60688:76b82f8c1076 Date: 2013-01-29 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/76b82f8c1076/ Log:implement pass-through convert_to for String, Unicode boxes diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/modu

[pypy-commit] pypy default: a sanity check: a guard_value of a virtual object will always fail, thus the

2013-01-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r60690:2ef0f6edb727 Date: 2013-01-29 16:53 +0100 http://bitbucket.org/pypy/pypy/changeset/2ef0f6edb727/ Log:a sanity check: a guard_value of a virtual object will always fail, thus the loop is invalid. diff --git a/rpython/jit/metainter

[pypy-commit] pypy jitframe-on-heap: port most of the latest changes to arm, regarding among other things gcmap initialization

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60692:c4e0750d01c6 Date: 2013-01-29 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/c4e0750d01c6/ Log:port most of the latest changes to arm, regarding among other things gcmap initialization diff --git a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: change addressing of values now stored in the jitframe

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60691:95b4d5a70499 Date: 2013-01-29 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/95b4d5a70499/ Log:change addressing of values now stored in the jitframe diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/back

[pypy-commit] pypy incremental-nursery-cleanup: clean nursery in stages

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: incremental-nursery-cleanup Changeset: r60693:7291c14e7c4a Date: 2013-01-29 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/7291c14e7c4a/ Log:clean nursery in stages diff --git a/rpython/rtyper/memory/gc/minimark.py b/rpython/rtyper/memory/gc/minimark

[pypy-commit] pypy jitframe-on-heap: update tests

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60694:bc556656791e Date: 2013-01-29 17:12 +0100 http://bitbucket.org/pypy/pypy/changeset/bc556656791e/ Log:update tests diff --git a/rpython/jit/backend/arm/test/test_arch.py b/rpython/jit/backend/arm/test/test_arch.py --- a/rpyth

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

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60695:afb17ae77659 Date: 2013-01-29 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/afb17ae77659/ Log:pfff diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend

[pypy-commit] pypy missing-ndarray-attributes: fix copy for StringType

2013-01-29 Thread mattip
Author: Matti Picus Branch: missing-ndarray-attributes Changeset: r60696:b0a0486d2dbd Date: 2013-01-29 19:36 +0200 http://bitbucket.org/pypy/pypy/changeset/b0a0486d2dbd/ Log:fix copy for StringType diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy default: trying to fix fron thread/thread_nt split

2013-01-29 Thread mattip
Author: mattip Branch: Changeset: r60697:d6b59575b135 Date: 2013-01-29 23:37 +0100 http://bitbucket.org/pypy/pypy/changeset/d6b59575b135/ Log:trying to fix fron thread/thread_nt split diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pyp

[pypy-commit] pypy default: after review (amaury)

2013-01-29 Thread mattip
Author: Matti Picus Branch: Changeset: r60698:b783959e50bf Date: 2013-01-30 00:24 +0200 http://bitbucket.org/pypy/pypy/changeset/b783959e50bf/ Log:after review (amaury) diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyex

[pypy-commit] pypy py3k: merge default

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r60699:4f314755eb52 Date: 2013-01-29 18:01 -0500 http://bitbucket.org/pypy/pypy/changeset/4f314755eb52/ Log: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-python/2.7/inspe

[pypy-commit] pypy default: unskip test_capi.py while adding individual skips for non-functioning tests

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60700:39876dee7626 Date: 2013-01-29 19:54 -0500 http://bitbucket.org/pypy/pypy/changeset/39876dee7626/ Log:unskip test_capi.py while adding individual skips for non- functioning tests diff --git a/lib-python/2.7/test/test_capi.py b/lib-python

[pypy-commit] pypy default: silence warnings from timeout_killer

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60701:80aa79e32429 Date: 2013-01-29 21:35 -0500 http://bitbucket.org/pypy/pypy/changeset/80aa79e32429/ Log:silence warnings from timeout_killer diff --git a/pypy/module/thread/test/support.py b/pypy/module/thread/test/support.py --- a/pypy/module/th

[pypy-commit] pypy default: clean up intermittently failing test_fork

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60702:3f31a9cbf0bf Date: 2013-01-29 23:13 -0500 http://bitbucket.org/pypy/pypy/changeset/3f31a9cbf0bf/ Log:clean up intermittently failing test_fork diff --git a/pypy/module/thread/test/test_fork.py b/pypy/module/thread/test/test_fork.py --- a/pypy/

[pypy-commit] pypy default: some cleanups and style changes

2013-01-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60703:248f9bb5ec68 Date: 2013-01-29 20:22 -0800 http://bitbucket.org/pypy/pypy/changeset/248f9bb5ec68/ Log:some cleanups and style changes diff --git a/rpython/jit/metainterp/virtualizable.py b/rpython/jit/metainterp/virtualizable.py --- a/rpython/ji

[pypy-commit] pypy default: merged upstream

2013-01-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60704:fe4735de4d71 Date: 2013-01-29 20:25 -0800 http://bitbucket.org/pypy/pypy/changeset/fe4735de4d71/ Log:merged upstream diff --git a/pypy/module/thread/test/support.py b/pypy/module/thread/test/support.py --- a/pypy/module/thread/test/support.py +

[pypy-commit] pypy default: remove an import *

2013-01-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60705:ed9f229da85e Date: 2013-01-29 21:26 -0800 http://bitbucket.org/pypy/pypy/changeset/ed9f229da85e/ Log:remove an import * diff --git a/rpython/flowspace/framestate.py b/rpython/flowspace/framestate.py --- a/rpython/flowspace/framestate.py +++ b/rp

[pypy-commit] pypy default: Remove trailing whitespace and an import *

2013-01-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60706:814ba5730127 Date: 2013-01-29 21:29 -0800 http://bitbucket.org/pypy/pypy/changeset/814ba5730127/ Log:Remove trailing whitespace and an import * diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unrol

[pypy-commit] pypy default: avoid overflow in _bisect (cpython issue13496)

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60708:1ac9a04e31c4 Date: 2013-01-30 02:02 -0500 http://bitbucket.org/pypy/pypy/changeset/1ac9a04e31c4/ Log:avoid overflow in _bisect (cpython issue13496) diff --git a/pypy/module/_bisect/interp_bisect.py b/pypy/module/_bisect/interp_bisect.py --- a/

[pypy-commit] pypy stdlib-2.7.4: merge default

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r60707:ac5e46dfb1d8 Date: 2013-01-29 23:29 -0500 http://bitbucket.org/pypy/pypy/changeset/ac5e46dfb1d8/ Log: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-python/2