[pypy-commit] pypy py3.5: rename parameter name to hash_name on the pbkdf2_hmac method

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r88964:2c2213836631 Date: 2016-12-08 10:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2c2213836631/ Log:rename parameter name to hash_name on the pbkdf2_hmac method diff --git a/lib_pypy/_hashlib/__init__.py b/lib_pypy/_hashlib/__init__.p

[pypy-commit] cffi default: Document issue #295

2016-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r2828:dd328541d211 Date: 2016-12-08 11:22 +0100 http://bitbucket.org/cffi/cffi/changeset/dd328541d211/ Log:Document issue #295 diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@

[pypy-commit] pypy py3.5: use arg_w('y*', ...) instead of bufferstr_w for socket.sendto

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r88965:78ca51c16326 Date: 2016-12-08 12:29 +0100 http://bitbucket.org/pypy/pypy/changeset/78ca51c16326/ Log:use arg_w('y*', ...) instead of bufferstr_w for socket.sendto diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobj

[pypy-commit] pypy py3.5: remove unwrap_spec of previously modified method, new test to check that socket bind takes a byte like object

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r88966:c7429885c9fc Date: 2016-12-08 12:46 +0100 http://bitbucket.org/pypy/pypy/changeset/c7429885c9fc/ Log:remove unwrap_spec of previously modified method, new test to check that socket bind takes a byte like object diff --git a/pyp

[pypy-commit] pypy strbuf-as-buffer: add rffi.str2charp_gc to implement StringBuffer.get_raw_address

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r88969:003194aeab2e Date: 2016-12-08 15:05 +0100 http://bitbucket.org/pypy/pypy/changeset/003194aeab2e/ Log:add rffi.str2charp_gc to implement StringBuffer.get_raw_address diff --git a/rpython/rlib/buffer.py b/rpython/rlib/buffer.p

[pypy-commit] pypy default: rpython/rlib/rsocket.py modification to allow bytearray to be passed as argument

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88968:dfe709b1b9c3 Date: 2016-12-08 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/dfe709b1b9c3/ Log:rpython/rlib/rsocket.py modification to allow bytearray to be passed as argument diff --git a/rpython/rlib/rsocket.py b/rpython/rli

[pypy-commit] pypy py3.5: remove pdb and call right method

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r88967:db81d034b514 Date: 2016-12-08 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/db81d034b514/ Log:remove pdb and call right method diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/

[pypy-commit] pypy strbuf-as-buffer: provide the length as parameter to sendto in rlib/rsocket.py

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r88970:5b624c957ac2 Date: 2016-12-08 15:07 +0100 http://bitbucket.org/pypy/pypy/changeset/5b624c957ac2/ Log:provide the length as parameter to sendto in rlib/rsocket.py diff --git a/pypy/module/_socket/interp_socket.py b/pypy/modu

[pypy-commit] pypy py3.5: Add bytearray.__rmod__

2016-12-08 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88971:fcf3ec196b93 Date: 2016-12-08 14:08 + http://bitbucket.org/pypy/pypy/changeset/fcf3ec196b93/ Log:Add bytearray.__rmod__ diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace/std/byt

[pypy-commit] pypy strbuf-as-buffer: remove _annenforceargs_ entry from str2charp_gc

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r88972:15c7297598dd Date: 2016-12-08 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/15c7297598dd/ Log:remove _annenforceargs_ entry from str2charp_gc diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesy

[pypy-commit] pypy strbuf-as-buffer: modify test to specify length of sendto's first argument

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r88973:b6249f4e3a0f Date: 2016-12-08 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/b6249f4e3a0f/ Log:modify test to specify length of sendto's first argument diff --git a/rpython/rlib/test/test_rsocket.py b/rpython/rlib/tes

[pypy-commit] pypy strbuf-as-buffer: expose a raw_ptr for a resizable list for StringBuffer

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r88974:371ebe3ffc26 Date: 2016-12-08 15:54 +0100 http://bitbucket.org/pypy/pypy/changeset/371ebe3ffc26/ Log:expose a raw_ptr for a resizable list for StringBuffer diff --git a/rpython/rlib/buffer.py b/rpython/rlib/buffer.py --- a/r

[pypy-commit] pypy py3.5: CPython issue #25766: .__bytes__() now works in str subclasses

2016-12-08 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88975:877aef4785e1 Date: 2016-12-08 15:01 + http://bitbucket.org/pypy/pypy/changeset/877aef4785e1/ Log:CPython issue #25766: .__bytes__() now works in str subclasses diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject

[pypy-commit] pypy strbuf-as-buffer: get_raw_address added to two Buffer sub classes

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r88976:41e417a2b7ba Date: 2016-12-08 16:05 +0100 http://bitbucket.org/pypy/pypy/changeset/41e417a2b7ba/ Log:get_raw_address added to two Buffer sub classes diff --git a/pypy/module/__pypy__/bytebuffer.py b/pypy/module/__pypy__/byt

[pypy-commit] pypy strbuf-as-buffer: extend comment I did not finish

2016-12-08 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r88977:38b92b25e0b9 Date: 2016-12-08 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/38b92b25e0b9/ Log:extend comment I did not finish diff --git a/rpython/rlib/buffer.py b/rpython/rlib/buffer.py --- a/rpython/rlib/buffer.py +

[pypy-commit] pypy default: win32 translation fix: with macro=True, there is one level of function

2016-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88978:1b7bd9ff3dc0 Date: 2016-12-08 18:01 +0100 http://bitbucket.org/pypy/pypy/changeset/1b7bd9ff3dc0/ Log:win32 translation fix: with macro=True, there is one level of function that is written actively inside a .c file, even if they are

[pypy-commit] pypy default: skip makedev test on Windows

2016-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88979:0d6dbff73259 Date: 2016-12-08 18:04 +0100 http://bitbucket.org/pypy/pypy/changeset/0d6dbff73259/ Log:skip makedev test on Windows diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py --- a/rpython/rlib/test/test_rposix

[pypy-commit] pypy default: Oops, this comment is only visible in py.test tracebacks, but not with

2016-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88980:48a3d2466462 Date: 2016-12-08 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/48a3d2466462/ Log:Oops, this comment is only visible in py.test tracebacks, but not with bin/rpython. Move it to the assertion error message. diff --git a/