[pypy-commit] cffi default: CPython: Add explicit typecasts in _cffi_to_c_int()

2014-04-24 Thread dalcinl
Author: Lisandro Dalcin dalc...@gmail.com Branch: Changeset: r1505:6585558c79af Date: 2014-04-23 18:58 +0300 http://bitbucket.org/cffi/cffi/changeset/6585558c79af/ Log:CPython: Add explicit typecasts in _cffi_to_c_int() - Silent GCC -Wsign-compare warning: signed and unsigned type

[pypy-commit] pypy refactor-buffer-api: unicodeobject has old buffer interface

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70923:bd46658a05eb Date: 2014-04-24 03:38 -0400 http://bitbucket.org/pypy/pypy/changeset/bd46658a05eb/ Log:unicodeobject has old buffer interface diff --git a/pypy/module/__pypy__/test/test_bytebuffer.py

[pypy-commit] pypy refactor-buffer-api: fix _socket recv_into

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70922:1b134cf7acc4 Date: 2014-04-24 01:55 -0400 http://bitbucket.org/pypy/pypy/changeset/1b134cf7acc4/ Log:fix _socket recv_into diff --git a/pypy/module/_socket/interp_socket.py

[pypy-commit] pypy refactor-buffer-api: correct _codecs.{char, read}buffer_encode

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70924:1569ceab7693 Date: 2014-04-24 03:20 -0400 http://bitbucket.org/pypy/pypy/changeset/1569ceab7693/ Log:correct _codecs.{char,read}buffer_encode diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy refactor-buffer-api: fix buffer conversion when readonly

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70921:1e39f97163c6 Date: 2014-04-24 01:49 -0400 http://bitbucket.org/pypy/pypy/changeset/1e39f97163c6/ Log:fix buffer conversion when readonly diff --git a/pypy/module/_io/test/test_bufferedio.py

[pypy-commit] pypy refactor-buffer-api: clean up buffer/memoryview setitem

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70920:fc458f88faff Date: 2014-04-24 01:44 -0400 http://bitbucket.org/pypy/pypy/changeset/fc458f88faff/ Log:clean up buffer/memoryview setitem diff --git a/pypy/module/__pypy__/test/test_bytebuffer.py

[pypy-commit] pypy refactor-buffer-api: fix translation

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70925:9859bb1e1b5e Date: 2014-04-24 03:50 -0400 http://bitbucket.org/pypy/pypy/changeset/9859bb1e1b5e/ Log:fix translation diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy refactor-buffer-api: fix cffi MiniBuffer setslice exception type

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70926:efb387f6f091 Date: 2014-04-24 04:16 -0400 http://bitbucket.org/pypy/pypy/changeset/efb387f6f091/ Log:fix cffi MiniBuffer setslice exception type diff --git a/pypy/module/_cffi_backend/cbuffer.py

[pypy-commit] benchmarks default: shutdown thread pools at the end of benchmark runs

2014-04-24 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r252:f232348bc821 Date: 2014-04-24 13:18 +0200 http://bitbucket.org/pypy/benchmarks/changeset/f232348bc821/ Log:shutdown thread pools at the end of benchmark runs diff --git a/multithread/btree/btree.py

[pypy-commit] stmgc default: do not signal a transaction to commit more than once. this is necessary to not

2014-04-24 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1181:7713ed439985 Date: 2014-04-24 13:47 +0200 http://bitbucket.org/pypy/stmgc/changeset/7713ed439985/ Log:do not signal a transaction to commit more than once. this is necessary to not hurt performance (if this mechanism

[pypy-commit] lang-smalltalk default: reenabled automatic configuration of stm in targetimageloadingsmalltalk

2014-04-24 Thread Patrick Rein
Author: Patrick Rein patrick.r...@student.hpi.uni-potsdam.de Branch: Changeset: r795:a12c5ad93421 Date: 2014-04-24 15:56 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a12c5ad93421/ Log:reenabled automatic configuration of stm in targetimageloadingsmalltalk diff --git

[pypy-commit] pypy refactor-buffer-api: test/fix struct pack_into/unpack_from behavior

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70928:c25773816a8a Date: 2014-04-24 13:04 -0400 http://bitbucket.org/pypy/pypy/changeset/c25773816a8a/ Log:test/fix struct pack_into/unpack_from behavior diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy refactor-buffer-api: proper exception is now raised here

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70929:c913c204f19d Date: 2014-04-24 13:13 -0400 http://bitbucket.org/pypy/pypy/changeset/c913c204f19d/ Log:proper exception is now raised here diff --git a/lib-python/2.7/test/test_memoryview.py

[pypy-commit] pypy refactor-buffer-api: simplify buffer.readonly/is_writable()

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70927:1b961b9e0f74 Date: 2014-04-24 04:29 -0400 http://bitbucket.org/pypy/pypy/changeset/1b961b9e0f74/ Log:simplify buffer.readonly/is_writable() diff --git a/pypy/module/micronumpy/ndarray.py

[pypy-commit] pypy refactor-buffer-api: fix bytearray buffer readonly flag

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70931:ad400df172a4 Date: 2014-04-24 15:13 -0400 http://bitbucket.org/pypy/pypy/changeset/ad400df172a4/ Log:fix bytearray buffer readonly flag diff --git a/pypy/module/_io/test/test_bufferedio.py

[pypy-commit] pypy refactor-buffer-api: fix readonly check in buffer.writebuf_w

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70932:494600a98b1a Date: 2014-04-24 15:31 -0400 http://bitbucket.org/pypy/pypy/changeset/494600a98b1a/ Log:fix readonly check in buffer.writebuf_w diff --git a/pypy/module/struct/test/test_struct.py

[pypy-commit] pypy refactor-buffer-api: cleanup

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70930:69b1380478f3 Date: 2014-04-24 13:55 -0400 http://bitbucket.org/pypy/pypy/changeset/69b1380478f3/ Log:cleanup diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py ---

[pypy-commit] pypy refactor-buffer-api: cleanup fcntl/ioctl behavior

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70933:2f1472af7614 Date: 2014-04-24 15:33 -0400 http://bitbucket.org/pypy/pypy/changeset/2f1472af7614/ Log:cleanup fcntl/ioctl behavior diff --git a/pypy/module/fcntl/interp_fcntl.py

[pypy-commit] pypy.org extradoc: render (c) literally, not as a copyright symbol

2014-04-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: extradoc Changeset: r492:2cd907095b25 Date: 2014-04-24 23:11 +0300 http://bitbucket.org/pypy/pypy.org/changeset/2cd907095b25/ Log:render (c) literally, not as a copyright symbol diff --git a/numpydonate.html b/numpydonate.html ---

[pypy-commit] pypy.org extradoc: formatting

2014-04-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: extradoc Changeset: r493:f2d7cb004fcf Date: 2014-04-24 23:30 +0300 http://bitbucket.org/pypy/pypy.org/changeset/f2d7cb004fcf/ Log:formatting diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -21,7 +21,7 @@ /li li -

[pypy-commit] pypy default: reduce diff with vendor/stdlib

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70934:4f887c004422 Date: 2014-04-24 13:28 -0400 http://bitbucket.org/pypy/pypy/changeset/4f887c004422/ Log:reduce diff with vendor/stdlib diff --git a/lib-python/2.7/test/test_itertools.py b/lib-python/2.7/test/test_itertools.py

[pypy-commit] pypy refactor-buffer-api: flesh out buffer flags

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70936:bac2a6251789 Date: 2014-04-24 16:03 -0400 http://bitbucket.org/pypy/pypy/changeset/bac2a6251789/ Log:flesh out buffer flags diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py

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

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70943:513cd84a914e Date: 2014-04-24 16:51 -0400 http://bitbucket.org/pypy/pypy/changeset/513cd84a914e/ Log:merge default diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++

[pypy-commit] pypy default: fix marshal unknown type code message

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70939:18b81200f942 Date: 2014-04-24 16:38 -0400 http://bitbucket.org/pypy/pypy/changeset/18b81200f942/ Log:fix marshal unknown type code message diff --git a/pypy/module/marshal/interp_marshal.py

[pypy-commit] pypy refactor-buffer-api: fix usage of bufferstr in cStringIO

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70937:a8c7805f00a3 Date: 2014-04-24 16:23 -0400 http://bitbucket.org/pypy/pypy/changeset/a8c7805f00a3/ Log:fix usage of bufferstr in cStringIO diff --git a/pypy/module/cStringIO/interp_stringio.py

[pypy-commit] pypy refactor-buffer-api: replace usage of bufferstr_w in marshal

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70938:4027486ec885 Date: 2014-04-24 16:34 -0400 http://bitbucket.org/pypy/pypy/changeset/4027486ec885/ Log:replace usage of bufferstr_w in marshal diff --git a/pypy/module/marshal/interp_marshal.py

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

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70940:5313394cecd3 Date: 2014-04-24 16:39 -0400 http://bitbucket.org/pypy/pypy/changeset/5313394cecd3/ Log:merge default diff --git a/lib-python/2.7/test/test_itertools.py b/lib-python/2.7/test/test_itertools.py

[pypy-commit] pypy default: merge heads

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70942:ea86924e88fb Date: 2014-04-24 16:51 -0400 http://bitbucket.org/pypy/pypy/changeset/ea86924e88fb/ Log:merge heads diff --git a/lib-python/2.7/test/test_itertools.py b/lib-python/2.7/test/test_itertools.py ---

[pypy-commit] pypy refactor-buffer-api: object reference no longer necessary here

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70935:58c1b432afdb Date: 2014-04-24 15:43 -0400 http://bitbucket.org/pypy/pypy/changeset/58c1b432afdb/ Log:object reference no longer necessary here diff --git a/pypy/objspace/std/memoryobject.py

[pypy-commit] pypy refactor-buffer-api: fix float.__new__ bufferstr behavior

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70941:47fd7571d5f0 Date: 2014-04-24 16:49 -0400 http://bitbucket.org/pypy/pypy/changeset/47fd7571d5f0/ Log:fix float.__new__ bufferstr behavior diff --git a/pypy/objspace/std/floattype.py

[pypy-commit] pypy refactor-buffer-api: replace bufferstr in _multiprocessing

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70945:9d4e8bf5ea02 Date: 2014-04-24 17:02 -0400 http://bitbucket.org/pypy/pypy/changeset/9d4e8bf5ea02/ Log:replace bufferstr in _multiprocessing diff --git a/pypy/module/_multiprocessing/interp_connection.py

[pypy-commit] pypy refactor-buffer-api: correct a use of bufferstr_w in marshal_impl

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70944:73a08eb40847 Date: 2014-04-24 16:58 -0400 http://bitbucket.org/pypy/pypy/changeset/73a08eb40847/ Log:correct a use of bufferstr_w in marshal_impl diff --git a/pypy/module/marshal/test/test_marshalimpl.py

[pypy-commit] pypy refactor-buffer-api: fix _cffi_backend test_ztranslation

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70946:62510b3da5bf Date: 2014-04-24 17:27 -0400 http://bitbucket.org/pypy/pypy/changeset/62510b3da5bf/ Log:fix _cffi_backend test_ztranslation diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy refactor-buffer-api: close branch for merging

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: refactor-buffer-api Changeset: r70947:b221c1831061 Date: 2014-04-24 17:32 -0400 http://bitbucket.org/pypy/pypy/changeset/b221c1831061/ Log:close branch for merging ___ pypy-commit mailing list

[pypy-commit] pypy default: fix whatsnew

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70949:ba1169097696 Date: 2014-04-24 17:38 -0400 http://bitbucket.org/pypy/pypy/changeset/ba1169097696/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix test

2014-04-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r70950:253828267285 Date: 2014-04-24 23:53 +0300 http://bitbucket.org/pypy/pypy/changeset/253828267285/ Log:fix test diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py ---

[pypy-commit] pypy py3k: merge default (ea86924e88fb)

2014-04-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r70952:e0ce5503a026 Date: 2014-04-24 16:58 -0700 http://bitbucket.org/pypy/pypy/changeset/e0ce5503a026/ Log:merge default (ea86924e88fb) diff --git a/lib-python/2.7/test/test_itertools.py

[pypy-commit] pypy default: reduce diff with upstream

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70954:ba11a9b9aab5 Date: 2014-04-24 21:03 -0400 http://bitbucket.org/pypy/pypy/changeset/ba11a9b9aab5/ Log:reduce diff with upstream diff --git a/lib-python/2.7/test/test_file2k.py b/lib-python/2.7/test/test_file2k.py ---

[pypy-commit] pypy default: fix test_bytebuffer on win32

2014-04-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70955:8a2e9e0c1676 Date: 2014-04-24 21:16 -0400 http://bitbucket.org/pypy/pypy/changeset/8a2e9e0c1676/ Log:fix test_bytebuffer on win32 diff --git a/pypy/module/__pypy__/test/test_bytebuffer.py

[pypy-commit] pypy py3k-fix-strategies: close it when finished

2014-04-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-fix-strategies Changeset: r70957:4cbca19dc221 Date: 2014-04-24 18:34 -0700 http://bitbucket.org/pypy/pypy/changeset/4cbca19dc221/ Log:close it when finished (grafted from 308ded060ac8ffbf1b1a16d88486558980b4bc1b) diff --git

[pypy-commit] pypy default: close it when finished

2014-04-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r70956:308ded060ac8 Date: 2014-04-24 18:34 -0700 http://bitbucket.org/pypy/pypy/changeset/308ded060ac8/ Log:close it when finished diff --git a/lib_pypy/_testcapi.py b/lib_pypy/_testcapi.py --- a/lib_pypy/_testcapi.py +++

[pypy-commit] pypy default: close it in _ctypes_test too

2014-04-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r70958:b2c55136868a Date: 2014-04-24 18:44 -0700 http://bitbucket.org/pypy/pypy/changeset/b2c55136868a/ Log:close it in _ctypes_test too diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py ---

[pypy-commit] pypy reflex-support: disable all tests if run with -A and genreflex not available

2014-04-24 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r70959:534ad693bc66 Date: 2014-04-24 19:02 -0700 http://bitbucket.org/pypy/pypy/changeset/534ad693bc66/ Log:disable all tests if run with -A and genreflex not available diff --git a/pypy/module/cppyy/test/conftest.py