[pypy-commit] stmgc default: Some other place where commit_soon may be a good idea. (it helps for raytrace,

2014-04-29 Thread Raemi
Author: Remi Meier Branch: Changeset: r1192:64e31b3d391b Date: 2014-04-29 09:28 +0200 http://bitbucket.org/pypy/stmgc/changeset/64e31b3d391b/ Log:Some other place where commit_soon may be a good idea. (it helps for raytrace, but it's mostly a workaround for a broken stm_shoul

[pypy-commit] stmgc default: some floating uncommitted changes to htm-c7

2014-04-29 Thread Raemi
Author: Remi Meier Branch: Changeset: r1193:ff3d33869baa Date: 2014-04-29 09:29 +0200 http://bitbucket.org/pypy/stmgc/changeset/ff3d33869baa/ Log:some floating uncommitted changes to htm-c7 diff --git a/htm-c7/stmgc.c b/htm-c7/stmgc.c --- a/htm-c7/stmgc.c +++ b/htm-c7/stmgc.c @@ -29,6 +29,7

[pypy-commit] extradoc extradoc: add some text to the introduction

2014-04-29 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5199:e86083d6e22e Date: 2014-04-29 14:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/e86083d6e22e/ Log:add some text to the introduction diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex --- a/talk

[pypy-commit] extradoc extradoc: more text

2014-04-29 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5200:3c88be22028d Date: 2014-04-29 15:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/3c88be22028d/ Log:more text diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex --- a/talk/icooolps2014/position-p

[pypy-commit] extradoc extradoc: xxx: should mention that the interpreter is typically very large and

2014-04-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5201:ca5adaba9b43 Date: 2014-04-29 16:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/ca5adaba9b43/ Log:xxx: should mention that the interpreter is typically very large and maintained by open-source communities diff --git a/talk/i

[pypy-commit] extradoc extradoc: Merge

2014-04-29 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5203:79b1aa4130ee Date: 2014-04-29 16:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/79b1aa4130ee/ Log:Merge diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex --- a/talk/icooolps2014/position-paper

[pypy-commit] pypy release-2.3.x: fix version name

2014-04-29 Thread mattip
Author: Matti Picus Branch: release-2.3.x Changeset: r71060:ce3ce6a5c5eb Date: 2014-04-29 22:26 +0300 http://bitbucket.org/pypy/pypy/changeset/ce3ce6a5c5eb/ Log:fix version name diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/

[pypy-commit] pypy release-2.3.x: merge default into release branch

2014-04-29 Thread mattip
Author: Matti Picus Branch: release-2.3.x Changeset: r71062:f76f43f8cc16 Date: 2014-04-29 22:33 +0300 http://bitbucket.org/pypy/pypy/changeset/f76f43f8cc16/ Log:merge default into release branch diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst --- a/pypy/doc/release-2.3.0

[pypy-commit] pypy default: update whatsnew

2014-04-29 Thread mattip
Author: Matti Picus Branch: Changeset: r71061:b0eeffcdd58f Date: 2014-04-29 22:32 +0300 http://bitbucket.org/pypy/pypy/changeset/b0eeffcdd58f/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-2.3.0.rst b/pypy/doc/whatsnew-2.3.0.rst --- a/pypy/doc/whatsnew-2.3.0.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy default: typo (jodal)

2014-04-29 Thread mattip
Author: Matti Picus Branch: Changeset: r71063:6f62316b9343 Date: 2014-04-29 22:39 +0300 http://bitbucket.org/pypy/pypy/changeset/6f62316b9343/ Log:typo (jodal) diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst --- a/pypy/doc/release-2.3.0.rst +++ b/pypy/doc/release-2.3.0.

[pypy-commit] pypy default: Removed oracle from list of modules

2014-04-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71065:db0e3930b89d Date: 2014-04-29 14:44 -0700 http://bitbucket.org/pypy/pypy/changeset/db0e3930b89d/ Log:Removed oracle from list of modules diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_diff

[pypy-commit] pypy default: issue1748: provide array.__iter__

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r71066:a199610f2d6a Date: 2014-04-29 15:11 -0700 http://bitbucket.org/pypy/pypy/changeset/a199610f2d6a/ Log:issue1748: provide array.__iter__ diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/

[pypy-commit] pypy default: cleanup

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r71069:feea2dc3da98 Date: 2014-04-29 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/feea2dc3da98/ Log:cleanup diff --git a/pypy/objspace/std/bufferobject.py b/pypy/objspace/std/bufferobject.py --- a/pypy/objspace/std/bufferobject.py +++ b/pypy

[pypy-commit] pypy default: shortcut through setitem_str when possible

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r71068:de6c6c698d53 Date: 2014-04-29 15:14 -0700 http://bitbucket.org/pypy/pypy/changeset/de6c6c698d53/ Log:shortcut through setitem_str when possible diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/arg

[pypy-commit] pypy default: utilize %T for py3k (don't need the full get_module_type_name anyway)

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r71067:c4296bb01a13 Date: 2014-04-29 15:13 -0700 http://bitbucket.org/pypy/pypy/changeset/c4296bb01a13/ Log:utilize %T for py3k (don't need the full get_module_type_name anyway) diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter

[pypy-commit] pypy py3k: adapt buffer refactor to py3:

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71073:02d3748ca5f6 Date: 2014-04-29 16:08 -0700 http://bitbucket.org/pypy/pypy/changeset/02d3748ca5f6/ Log:adapt buffer refactor to py3: o have the old buf methods fallback to the new interface o fix getarg_w unicode handling o kill

[pypy-commit] pypy py3k: rekill buffer and some py2 only tests

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71071:38c291084e78 Date: 2014-04-29 16:07 -0700 http://bitbucket.org/pypy/pypy/changeset/38c291084e78/ Log:rekill buffer and some py2 only tests diff --git a/pypy/objspace/std/bufferobject.py b/pypy/objspace/std/bufferobject.py deleted file mod

[pypy-commit] pypy py3k: buffer_w now takes flags, Buffers must now be _immutable_

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71074:cc37714daab8 Date: 2014-04-29 16:08 -0700 http://bitbucket.org/pypy/pypy/changeset/cc37714daab8/ Log:buffer_w now takes flags, Buffers must now be _immutable_ diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backend/c

[pypy-commit] pypy py3k: fix imports

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71072:7a6847bedfb0 Date: 2014-04-29 16:08 -0700 http://bitbucket.org/pypy/pypy/changeset/7a6847bedfb0/ Log:fix imports diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backend/cbuffer.py --- a/pypy/module/_cffi_backend/cbuf

[pypy-commit] pypy py3k: buffer fixes for py3k unicode/bytes

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71075:7d6cb4c95b5e Date: 2014-04-29 16:09 -0700 http://bitbucket.org/pypy/pypy/changeset/7d6cb4c95b5e/ Log:buffer fixes for py3k unicode/bytes diff --git a/pypy/module/struct/interp_struct.py b/pypy/module/struct/interp_struct.py --- a/pypy/mod

[pypy-commit] pypy py3k: fix

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71079:f1fa7709d05e Date: 2014-04-29 16:09 -0700 http://bitbucket.org/pypy/pypy/changeset/f1fa7709d05e/ Log:fix diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backend/cbuffer.py --- a/pypy/module/_cffi_backend/cbuffer.py +

[pypy-commit] pypy py3k: have array support the new buffer interface

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71078:4cd75594bdd1 Date: 2014-04-29 16:09 -0700 http://bitbucket.org/pypy/pypy/changeset/4cd75594bdd1/ Log:have array support the new buffer interface diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy

[pypy-commit] pypy py3k: fix fcntl

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71076:14237185e6ff Date: 2014-04-29 16:09 -0700 http://bitbucket.org/pypy/pypy/changeset/14237185e6ff/ Log:fix fcntl diff --git a/pypy/module/fcntl/interp_fcntl.py b/pypy/module/fcntl/interp_fcntl.py --- a/pypy/module/fcntl/interp_fcntl.py +++

[pypy-commit] pypy py3k: add space.w_memoryview

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71077:c50c8b4ea684 Date: 2014-04-29 16:09 -0700 http://bitbucket.org/pypy/pypy/changeset/c50c8b4ea684/ Log:add space.w_memoryview diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspace.py +

[pypy-commit] pypy py3k: merge upstream

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71081:e43a6cc83813 Date: 2014-04-29 16:10 -0700 http://bitbucket.org/pypy/pypy/changeset/e43a6cc83813/ Log:merge upstream diff --git a/lib_pypy/_testcapi.py b/lib_pypy/_testcapi.py --- a/lib_pypy/_testcapi.py +++ b/lib_pypy/_testcapi.py @@ -1,4

[pypy-commit] pypy py3k: this is supported in py3k

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71080:f800c32de51b Date: 2014-04-29 16:09 -0700 http://bitbucket.org/pypy/pypy/changeset/f800c32de51b/ Log:this is supported in py3k diff --git a/pypy/module/marshal/test/test_marshal.py b/pypy/module/marshal/test/test_marshal.py --- a/pypy/mod

[pypy-commit] pypy default: simplify get_module_type_name

2014-04-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71083:4bb8079f8c4f Date: 2014-04-29 21:21 -0400 http://bitbucket.org/pypy/pypy/changeset/4bb8079f8c4f/ Log:simplify get_module_type_name diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobject

[pypy-commit] pypy default: backout c4296bb01a13, get_module_type_name is used for a reason

2014-04-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71082:c94a4ee2aa7d Date: 2014-04-29 21:14 -0400 http://bitbucket.org/pypy/pypy/changeset/c94a4ee2aa7d/ Log:backout c4296bb01a13, get_module_type_name is used for a reason diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.p