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
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
---
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
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
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
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.
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
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
---
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
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
+
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
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
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
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
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
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
--
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/
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
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/
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
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
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
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
+
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
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
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/
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
49 matches
Mail list logo