[pypy-commit] pypy default: only look in sys.modules if force_init=False

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70043:310dcc241b1f Date: 2014-03-18 03:01 -0400 http://bitbucket.org/pypy/pypy/changeset/310dcc241b1f/ Log:only look in sys.modules if force_init=False diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interp

[pypy-commit] pypy default: fix reimport/reload of builtin modules (issue1514)

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70044:0ecfb7242213 Date: 2014-03-18 03:33 -0400 http://bitbucket.org/pypy/pypy/changeset/0ecfb7242213/ Log:fix reimport/reload of builtin modules (issue1514) diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/

[pypy-commit] stmgc gc-small-uniform: A branch to redo small uniform allocations

2014-03-18 Thread arigo
Author: Armin Rigo Branch: gc-small-uniform Changeset: r1059:f4dcc59b09e6 Date: 2014-03-17 11:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/f4dcc59b09e6/ Log:A branch to redo small uniform allocations ___ pypy-commit mailing list pypy-commit@p

[pypy-commit] stmgc gc-small-uniform: Get started

2014-03-18 Thread arigo
Author: Armin Rigo Branch: gc-small-uniform Changeset: r1060:f1e60e1cb9cf Date: 2014-03-17 11:19 +0100 http://bitbucket.org/pypy/stmgc/changeset/f1e60e1cb9cf/ Log:Get started diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -83,7 +83,7 @@ (out

[pypy-commit] stmgc gc-small-uniform: in-progress

2014-03-18 Thread arigo
Author: Armin Rigo Branch: gc-small-uniform Changeset: r1061:34fbe565894a Date: 2014-03-18 08:38 +0100 http://bitbucket.org/pypy/stmgc/changeset/34fbe565894a/ Log:in-progress diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -84,6 +84,7 @@ the

[pypy-commit] pypy default: Backed out changeset 0ecfb7242213

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70045:7c6999457664 Date: 2014-03-18 03:48 -0400 http://bitbucket.org/pypy/pypy/changeset/7c6999457664/ Log:Backed out changeset 0ecfb7242213 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseo

[pypy-commit] pypy elidable-canfold-exception: Start a branch to constant-fold some errors in @elidable. Begin with

2014-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: elidable-canfold-exception Changeset: r70046:83468ba5580d Date: 2014-03-18 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/83468ba5580d/ Log:Start a branch to constant-fold some errors in @elidable. Begin with changing all @elidable to @elidable

[pypy-commit] pypy elidable-canfold-exception: make the old @elidable still usable, with a warning

2014-03-18 Thread cfbolz
Author: Carl Friedrich Bolz Branch: elidable-canfold-exception Changeset: r70047:4ce5abc5856b Date: 2014-03-18 09:32 +0100 http://bitbucket.org/pypy/pypy/changeset/4ce5abc5856b/ Log:make the old @elidable still usable, with a warning diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py ---

[pypy-commit] stmgc default: Add a README for the llvmfix directory

2014-03-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r1062:57aa8f49c843 Date: 2014-03-18 09:32 +0100 http://bitbucket.org/pypy/stmgc/changeset/57aa8f49c843/ Log:Add a README for the llvmfix directory diff --git a/c7/llvmfix/README.txt b/c7/llvmfix/README.txt new file mode 100644 --- /dev/null +++ b/c7/llv

[pypy-commit] stmgc default: Change the example to not rely on globals in strange address spaces

2014-03-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r1063:4574e37f7ae6 Date: 2014-03-18 09:34 +0100 http://bitbucket.org/pypy/stmgc/changeset/4574e37f7ae6/ Log:Change the example to not rely on globals in strange address spaces diff --git a/c7/llvmfix/README.txt b/c7/llvmfix/README.txt --- a/c7/llvmfix/R

[pypy-commit] pypy elidable-canfold-exception: cleaner? no need to unpack args ourself

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: elidable-canfold-exception Changeset: r70048:ca1d94c202fc Date: 2014-03-18 04:39 -0400 http://bitbucket.org/pypy/pypy/changeset/ca1d94c202fc/ Log:cleaner? no need to unpack args ourself diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit

[pypy-commit] pypy elidable-canfold-exception: could also take this approach

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: elidable-canfold-exception Changeset: r70049:f73abcc35c33 Date: 2014-03-18 05:07 -0400 http://bitbucket.org/pypy/pypy/changeset/f73abcc35c33/ Log:could also take this approach diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/

[pypy-commit] stmgc c7-fork: in-progress, maybe, who knows

2014-03-18 Thread arigo
Author: Armin Rigo Branch: c7-fork Changeset: r1065:f467a519f7b6 Date: 2014-03-18 10:29 +0100 http://bitbucket.org/pypy/stmgc/changeset/f467a519f7b6/ Log:in-progress, maybe, who knows diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c new file mode 100644 --- /dev/null +++ b/c7/stm/for

[pypy-commit] stmgc c7-fork: A branch to add fork() support

2014-03-18 Thread arigo
Author: Armin Rigo Branch: c7-fork Changeset: r1064:1df308a509dd Date: 2014-03-18 10:29 +0100 http://bitbucket.org/pypy/stmgc/changeset/1df308a509dd/ Log:A branch to add fork() support ___ pypy-commit mailing list pypy-commit@python.org https://mai

[pypy-commit] stmgc c7-fork: Hopefully finish fork support

2014-03-18 Thread arigo
Author: Armin Rigo Branch: c7-fork Changeset: r1066:c07cd6a30719 Date: 2014-03-18 11:50 +0100 http://bitbucket.org/pypy/stmgc/changeset/c07cd6a30719/ Log:Hopefully finish fork support diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c --- a/c7/stm/forksupport.c +++ b/c7/stm/forksupport

[pypy-commit] lang-smalltalk default: make better names for the generated elidable funcs

2014-03-18 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r657:a9926a6cd014 Date: 2014-03-18 12:46 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a9926a6cd014/ Log:make better names for the generated elidable funcs diff --git a/spyvm/shadow.py b/spyvm/shadow.py --- a/spyvm/shadow.py +++ b/sp

[pypy-commit] lang-smalltalk default: gah, fix

2014-03-18 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r659:c3530864395f Date: 2014-03-18 13:19 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/c3530864395f/ Log:gah, fix diff --git a/spyvm/shadow.py b/spyvm/shadow.py --- a/spyvm/shadow.py +++ b/spyvm/shadow.py @@ -5,8 +5,6 @@ from rpytho

[pypy-commit] stmgc default: Don't put "\n" at the end of stm_fatalerror() messages (as it was

2014-03-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r1067:8aa49554dd50 Date: 2014-03-18 14:03 +0100 http://bitbucket.org/pypy/stmgc/changeset/8aa49554dd50/ Log:Don't put "\n" at the end of stm_fatalerror() messages (as it was already forgotten occasionally) diff --git a/c7/stm/core.c b/c7/stm/cor

[pypy-commit] stmgc c7-fork: hg merge default

2014-03-18 Thread arigo
Author: Armin Rigo Branch: c7-fork Changeset: r1068:91b34e65d842 Date: 2014-03-18 14:04 +0100 http://bitbucket.org/pypy/stmgc/changeset/91b34e65d842/ Log:hg merge default diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -157,7 +157,7 @@ MAP_

[pypy-commit] stmgc c7-fork: progress

2014-03-18 Thread arigo
Author: Armin Rigo Branch: c7-fork Changeset: r1069:a1db46a027b5 Date: 2014-03-18 14:06 +0100 http://bitbucket.org/pypy/stmgc/changeset/a1db46a027b5/ Log:progress diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c --- a/c7/stm/forksupport.c +++ b/c7/stm/forksupport.c @@ -8,10 +8,12 @@

[pypy-commit] lang-smalltalk strategies: merge tip

2014-03-18 Thread timfel
Author: Tim Felgentreff Branch: strategies Changeset: r662:28eef032af8c Date: 2014-03-18 15:28 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/28eef032af8c/ Log:merge tip diff --git a/spyvm/shadow.py b/spyvm/shadow.py --- a/spyvm/shadow.py +++ b/spyvm/shadow.py @@ -5,8 +5,6 @@ from

[pypy-commit] lang-smalltalk strategies: change jit.py so we can just run code

2014-03-18 Thread timfel
Author: Tim Felgentreff Branch: strategies Changeset: r660:ae6d13449b51 Date: 2014-03-18 13:10 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/ae6d13449b51/ Log:change jit.py so we can just run code diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm/test/jit.py +++ b/spy

[pypy-commit] lang-smalltalk strategies: merge upstream

2014-03-18 Thread timfel
Author: Tim Felgentreff Branch: strategies Changeset: r663:072f88561376 Date: 2014-03-18 15:29 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/072f88561376/ Log:merge upstream diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -485,11 +485,15 @

[pypy-commit] lang-smalltalk strategies: merge default

2014-03-18 Thread timfel
Author: Tim Felgentreff Branch: strategies Changeset: r661:20795bd19094 Date: 2014-03-18 13:11 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/20795bd19094/ Log:merge default diff --git a/spyvm/shadow.py b/spyvm/shadow.py --- a/spyvm/shadow.py +++ b/spyvm/shadow.py @@ -5,6 +5,8 @@

[pypy-commit] stmgc c7-fork: in-progress

2014-03-18 Thread arigo
Author: Armin Rigo Branch: c7-fork Changeset: r1070:bef9be522fb9 Date: 2014-03-18 15:43 +0100 http://bitbucket.org/pypy/stmgc/changeset/bef9be522fb9/ Log:in-progress diff --git a/c7/demo/demo_random.c b/c7/demo/demo_random.c --- a/c7/demo/demo_random.c +++ b/c7/demo/demo_random.c @@ -4,20 +4

[pypy-commit] stmgc c7-fork: Reset this state after fork too

2014-03-18 Thread arigo
Author: Armin Rigo Branch: c7-fork Changeset: r1071:2c4acbf96895 Date: 2014-03-18 15:46 +0100 http://bitbucket.org/pypy/stmgc/changeset/2c4acbf96895/ Log:Reset this state after fork too diff --git a/c7/stm/sync.c b/c7/stm/sync.c --- a/c7/stm/sync.c +++ b/c7/stm/sync.c @@ -36,6 +36,10 @@

[pypy-commit] pypy refactor-buffer-api: Close to-be-merged branch.

2014-03-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r70052:0ae760fa2735 Date: 2014-03-18 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/0ae760fa2735/ Log:Close to-be-merged branch. ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pypy default: hg merge refactor-buffer-api

2014-03-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r70053:5cff90211004 Date: 2014-03-18 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/5cff90211004/ Log:hg merge refactor-buffer-api Separate the interp-level buffer API from the buffer type exposed to app-level. The `Buffer` class

[pypy-commit] pypy default: Document branch.

2014-03-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r70054:d80cbba4def2 Date: 2014-03-18 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/d80cbba4def2/ Log:Document 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-h

[pypy-commit] pypy default: Change misleading comments: calling these wrappers 'thin' is a bit overstated.

2014-03-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r70055:a90697f1fab2 Date: 2014-03-18 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/a90697f1fab2/ Log:Change misleading comments: calling these wrappers 'thin' is a bit overstated. diff --git a/pypy/module/__builtin__/interp_memoryview.py

[pypy-commit] pypy default: provide space.w_buffer

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70057:bf7b7094d768 Date: 2014-03-18 13:47 -0400 http://bitbucket.org/pypy/pypy/changeset/bf7b7094d768/ Log:provide space.w_buffer diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy default: cleanup buffer changes

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70056:56dd1868523c Date: 2014-03-18 13:45 -0400 http://bitbucket.org/pypy/pypy/changeset/56dd1868523c/ Log:cleanup buffer changes diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__/interp_memoryview.py --- a/pypy/mod

[pypy-commit] pypy default: Organize imports.

2014-03-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r70058:2d7d9db55899 Date: 2014-03-18 19:24 +0100 http://bitbucket.org/pypy/pypy/changeset/2d7d9db55899/ Log:Organize imports. diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py --- a/pypy/module/cpyext/typeobject.py +++ b/

[pypy-commit] pypy default: make test_load_error more resilient by improving the leak detection

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r70059:f777d0ca3f24 Date: 2014-03-18 11:36 -0700 http://bitbucket.org/pypy/pypy/changeset/f777d0ca3f24/ Log:make test_load_error more resilient by improving the leak detection diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/

[pypy-commit] pypy default: fix translation

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70060:131563225cdf Date: 2014-03-18 14:48 -0400 http://bitbucket.org/pypy/pypy/changeset/131563225cdf/ Log:fix translation diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__/interp_memoryview.py --- a/pypy/module/__b

[pypy-commit] pypy default: seems these do need to be unique, even in separate classes

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70061:9d175a0294eb Date: 2014-03-18 14:56 -0400 http://bitbucket.org/pypy/pypy/changeset/9d175a0294eb/ Log:seems these do need to be unique, even in separate classes diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__

[pypy-commit] pypy default: test/fix buffer init

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70062:3c1786c06a69 Date: 2014-03-18 15:24 -0400 http://bitbucket.org/pypy/pypy/changeset/3c1786c06a69/ Log:test/fix buffer init diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py ++

[pypy-commit] pypy default: more buffer cleanups

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70063:922c7ee9e9d2 Date: 2014-03-18 17:15 -0400 http://bitbucket.org/pypy/pypy/changeset/922c7ee9e9d2/ Log:more buffer cleanups diff --git a/lib-python/2.7/test/test_memoryview.py b/lib-python/2.7/test/test_memoryview.py --- a/lib-python/2.7/test/te

[pypy-commit] pypy default: fake objspace needs newbuffer also

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70064:95ca8c340008 Date: 2014-03-18 17:32 -0400 http://bitbucket.org/pypy/pypy/changeset/95ca8c340008/ Log:fake objspace needs newbuffer also diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspa

[pypy-commit] buildbot default: add SalsaSalsa_own

2014-03-18 Thread mattip
Author: Matti Picus Branch: Changeset: r913:8fd3d5a743e3 Date: 2014-03-18 23:51 +0200 http://bitbucket.org/pypy/buildbot/changeset/8fd3d5a743e3/ Log:add SalsaSalsa_own diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/pypybui

[pypy-commit] buildbot default: Backed out changeset: 8fd3d5a743e3

2014-03-18 Thread mattip
Author: Matti Picus Branch: Changeset: r914:aaf1be5bce44 Date: 2014-03-18 23:55 +0200 http://bitbucket.org/pypy/buildbot/changeset/aaf1be5bce44/ Log:Backed out changeset: 8fd3d5a743e3 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py ++

[pypy-commit] pypy default: kill unused StringLikeBuffer

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70065:b0ba9ef7bb1d Date: 2014-03-18 18:07 -0400 http://bitbucket.org/pypy/pypy/changeset/b0ba9ef7bb1d/ Log:kill unused StringLikeBuffer diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer.py +++ b/pypy/i

[pypy-commit] pypy default: fix compilation error that caused msvc to follow mingw32 compile path, with no difference in final error mapping

2014-03-18 Thread mattip
Author: Matti Picus Branch: Changeset: r70066:f2d5c5bf7675 Date: 2014-03-18 23:01 +0200 http://bitbucket.org/pypy/pypy/changeset/f2d5c5bf7675/ Log:fix compilation error that caused msvc to follow mingw32 compile path, with no difference in final error mapping diff --git a/rpython/rl

[pypy-commit] pypy default: sanity check on platform when swallowing this exception

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70067:90f48765ab97 Date: 2014-03-18 15:21 -0700 http://bitbucket.org/pypy/pypy/changeset/90f48765ab97/ Log:sanity check on platform when swallowing this exception diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py --- a/rpython/rlib/rwin32.

[pypy-commit] pypy py3k: merge default

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70069:fb381945ef16 Date: 2014-03-18 15:23 -0700 http://bitbucket.org/pypy/pypy/changeset/fb381945ef16/ Log:merge default diff --git a/lib-python/2.7/test/test_memoryview.py b/lib-python/2.7/test/test_memoryview.py --- a/lib-python/2.7/test/test

[pypy-commit] pypy default: fix buffer_w on objects defining pypy's app-level buffer interface

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70072:66fcaf1343c6 Date: 2014-03-18 20:41 -0400 http://bitbucket.org/pypy/pypy/changeset/66fcaf1343c6/ Log:fix buffer_w on objects defining pypy's app-level buffer interface diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspac

[pypy-commit] pypy default: test/fix marshal behavior wrt buffers

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70071:07f40b57d13c Date: 2014-03-18 20:35 -0400 http://bitbucket.org/pypy/pypy/changeset/07f40b57d13c/ Log:test/fix marshal behavior wrt buffers diff --git a/pypy/module/marshal/interp_marshal.py b/pypy/module/marshal/interp_marshal.py --- a/pypy/mo

[pypy-commit] pypy default: cleanups

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70070:d88001e37970 Date: 2014-03-18 19:45 -0400 http://bitbucket.org/pypy/pypy/changeset/d88001e37970/ Log:cleanups diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer.py +++ b/pypy/interpreter/buffer.py

[pypy-commit] pypy default: unused imports/variables

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70073:4de7fd2dd15f Date: 2014-03-18 21:34 -0400 http://bitbucket.org/pypy/pypy/changeset/4de7fd2dd15f/ Log:unused imports/variables diff --git a/pypy/objspace/std/callmethod.py b/pypy/objspace/std/callmethod.py --- a/pypy/objspace/std/callmethod.py +

[pypy-commit] pypy default: more unused

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70074:851618b4e09d Date: 2014-03-18 22:10 -0400 http://bitbucket.org/pypy/pypy/changeset/851618b4e09d/ Log:more unused diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer.py +++ b/pypy/interpreter/buffer

[pypy-commit] pypy py3k: fix/cleanup imports

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70075:9b55b0c3aacc Date: 2014-03-18 15:30 -0700 http://bitbucket.org/pypy/pypy/changeset/9b55b0c3aacc/ Log:fix/cleanup imports diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject.py --- a/pypy/module/cpyext/memoryo

[pypy-commit] pypy py3k: fix translation

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70076:4656f3c15efb Date: 2014-03-18 20:02 -0700 http://bitbucket.org/pypy/pypy/changeset/4656f3c15efb/ Log:fix translation diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/module/_io/interp_bytesio.p

[pypy-commit] pypy default: fix test_marshal

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70077:e9a9d862dd67 Date: 2014-03-19 00:24 -0400 http://bitbucket.org/pypy/pypy/changeset/e9a9d862dd67/ Log:fix test_marshal diff --git a/pypy/module/marshal/interp_marshal.py b/pypy/module/marshal/interp_marshal.py --- a/pypy/module/marshal/interp_m

[pypy-commit] pypy py3k: kill __builtin__.buffer, adjust test

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70078:0f937ae8b835 Date: 2014-03-18 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/0f937ae8b835/ Log:kill __builtin__.buffer, adjust test diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test/test_builti

[pypy-commit] pypy py3k: kill W_Buffer

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70080:415ae19bb4d1 Date: 2014-03-18 21:56 -0700 http://bitbucket.org/pypy/pypy/changeset/415ae19bb4d1/ Log:kill W_Buffer diff --git a/pypy/objspace/std/memoryview.py b/pypy/objspace/std/memoryview.py --- a/pypy/objspace/std/memoryview.py +++ b/p

[pypy-commit] pypy py3k: try to get away away with this simply subclassing MemoryView

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70081:8b3f43ab9322 Date: 2014-03-18 21:57 -0700 http://bitbucket.org/pypy/pypy/changeset/8b3f43ab9322/ Log:try to get away away with this simply subclassing MemoryView diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backen

[pypy-commit] pypy py3k: adapt to buffer refactor: not everything exposes a __buffer__ now

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70079:aaba1a61bc19 Date: 2014-03-18 21:18 -0700 http://bitbucket.org/pypy/pypy/changeset/aaba1a61bc19/ Log:adapt to buffer refactor: not everything exposes a __buffer__ now diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/inte

[pypy-commit] pypy py3k: merge default

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70082:1cf13b13b4a1 Date: 2014-03-18 22:08 -0700 http://bitbucket.org/pypy/pypy/changeset/1cf13b13b4a1/ Log:merge default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++

[pypy-commit] pypy default: Kill W_MemoryView.descr_buffer() and move the comment to W_MemoryView.buffer_w().

2014-03-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r70083:f2302918495d Date: 2014-03-19 07:25 +0100 http://bitbucket.org/pypy/pypy/changeset/f2302918495d/ Log:Kill W_MemoryView.descr_buffer() and move the comment to W_MemoryView.buffer_w(). diff --git a/pypy/objspace/std/memoryview.py b/pypy/ob

[pypy-commit] stmgc c7-fork: intermediate

2014-03-18 Thread arigo
Author: Armin Rigo Branch: c7-fork Changeset: r1072:5b46d0dcbbfd Date: 2014-03-19 07:28 +0100 http://bitbucket.org/pypy/stmgc/changeset/5b46d0dcbbfd/ Log:intermediate diff --git a/c7/demo/demo_random.c b/c7/demo/demo_random.c --- a/c7/demo/demo_random.c +++ b/c7/demo/demo_random.c @@ -14,7 +

[pypy-commit] pypy py3k: Fix translation.

2014-03-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r70084:34feb354a1da Date: 2014-03-19 07:33 +0100 http://bitbucket.org/pypy/pypy/changeset/34feb354a1da/ Log:Fix translation. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++