[pypy-commit] pypy cffi-1.0: ffi.getctype

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r76998:25f80e5bbfeb Date: 2015-05-03 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/25f80e5bbfeb/ Log:ffi.getctype diff --git a/pypy/module/_cffi_backend/ffi_obj.py b/pypy/module/_cffi_backend/ffi_obj.py ---

[pypy-commit] pypy cffi-1.0: ffi.addressof()

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r76999:5ca8a8504353 Date: 2015-05-03 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/5ca8a8504353/ Log:ffi.addressof() diff --git a/pypy/module/_cffi_backend/ctypeobj.py b/pypy/module/_cffi_backend/ctypeobj.py ---

[pypy-commit] cffi cffi-1.0: Small refactoring to make a new test pass

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1905:47ef4ec2a64c Date: 2015-05-03 10:21 +0200 http://bitbucket.org/cffi/cffi/changeset/47ef4ec2a64c/ Log:Small refactoring to make a new test pass diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_cffi1/ffi_obj.c +++

[pypy-commit] pypy cffi-1.0: Updates to cffi's 47ef4ec2a64c. Add ffi.callback.

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r76997:94cad98b607c Date: 2015-05-03 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/94cad98b607c/ Log:Updates to cffi's 47ef4ec2a64c. Add ffi.callback. diff --git a/pypy/module/_cffi_backend/ffi_obj.py

[pypy-commit] cffi cffi-1.0: Fix manual.c

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1906:f668ddb37691 Date: 2015-05-03 19:03 +0200 http://bitbucket.org/cffi/cffi/changeset/f668ddb37691/ Log:Fix manual.c diff --git a/_cffi1/manual.c b/_cffi1/manual.c --- a/_cffi1/manual.c +++ b/_cffi1/manual.c @@ -146,6 +146,8

[pypy-commit] cffi cffi-1.0: fix test

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1908:4fa6a0139035 Date: 2015-05-03 19:19 +0200 http://bitbucket.org/cffi/cffi/changeset/4fa6a0139035/ Log:fix test diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++

[pypy-commit] pypy more-rposix: Remove all code related to lazy registration of functions, not used anymore.

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77019:0240be39ca29 Date: 2015-05-03 22:59 +0200 http://bitbucket.org/pypy/pypy/changeset/0240be39ca29/ Log:Remove all code related to lazy registration of functions, not used anymore. diff --git

[pypy-commit] pypy default: merged upstream

2015-05-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r77022:d61c5b8833ca Date: 2015-05-03 20:12 -0400 http://bitbucket.org/pypy/pypy/changeset/d61c5b8833ca/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Bumped greenlet version -- the upstream version has no public API changes

2015-05-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r77021:c2ef9f28063c Date: 2015-05-03 20:12 -0400 http://bitbucket.org/pypy/pypy/changeset/c2ef9f28063c/ Log:Bumped greenlet version -- the upstream version has no public API changes diff --git a/lib_pypy/greenlet.egg-info

[pypy-commit] pypy more-rposix: RPython really replaces time.time by the version in rtime.py:

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77020:e0a2cc6b6170 Date: 2015-05-04 00:54 +0200 http://bitbucket.org/pypy/pypy/changeset/e0a2cc6b6170/ Log:RPython really replaces time.time by the version in rtime.py: add staticmethod() so that the

[pypy-commit] pypy more-rposix: Import rposix co in extfuncregistry.py.

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77018:499f2b5cf8a1 Date: 2015-05-03 22:45 +0200 http://bitbucket.org/pypy/pypy/changeset/499f2b5cf8a1/ Log:Import rposix co in extfuncregistry.py. It appears that the LazyRegistering stuff actually calls

[pypy-commit] pypy cffi-1.0: ffi.new_handle(), ffi.from_handle()

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r77000:b7ff7697276d Date: 2015-05-03 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/b7ff7697276d/ Log:ffi.new_handle(), ffi.from_handle() diff --git a/pypy/module/_cffi_backend/ffi_obj.py

[pypy-commit] pypy default: fix own tests

2015-05-03 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77003:c70e01ca8149 Date: 2015-05-03 18:11 +0300 http://bitbucket.org/pypy/pypy/changeset/c70e01ca8149/ Log:fix own tests diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py ---

[pypy-commit] pypy numpy-fixes: fix reduce for any, all

2015-05-03 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpy-fixes Changeset: r77002:3bcccf53fb9c Date: 2015-05-03 02:15 +0300 http://bitbucket.org/pypy/pypy/changeset/3bcccf53fb9c/ Log:fix reduce for any, all diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py ---

[pypy-commit] pypy cffi-1.0: ffi.cast()

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r77001:1a6ff2029062 Date: 2015-05-03 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1a6ff2029062/ Log:ffi.cast() diff --git a/pypy/module/_cffi_backend/ffi_obj.py b/pypy/module/_cffi_backend/ffi_obj.py ---

[pypy-commit] cffi cffi-1.0: Beta version 1

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1907:7bfb62c0658e Date: 2015-05-03 19:12 +0200 http://bitbucket.org/cffi/cffi/changeset/7bfb62c0658e/ Log:Beta version 1 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@

[pypy-commit] pypy more-rposix: Remove dead code in ll_os.py. Almost empty now!

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77005:5d365b1c9e03 Date: 2015-04-23 23:35 +0200 http://bitbucket.org/pypy/pypy/changeset/5d365b1c9e03/ Log:Remove dead code in ll_os.py. Almost empty now! diff --git a/rpython/rtyper/lltypesystem/rffi.py

[pypy-commit] pypy more-rposix: fix moved symbol

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77009:2d9b813c50a6 Date: 2015-05-01 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/2d9b813c50a6/ Log:fix moved symbol diff --git a/rpython/memory/gc/inspector.py b/rpython/memory/gc/inspector.py ---

[pypy-commit] pypy more-rposix: Move all test_ll_os to test_rposix

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77006:5c9e3cacd6c0 Date: 2015-04-23 23:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5c9e3cacd6c0/ Log:Move all test_ll_os to test_rposix diff --git a/rpython/rlib/test/test_rposix.py

[pypy-commit] pypy more-rposix: hg merge default

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77014:8a0a9728af1b Date: 2015-05-03 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/8a0a9728af1b/ Log:hg merge default diff too long, truncating to 2000 out of 4936 lines diff --git a/LICENSE b/LICENSE ---

[pypy-commit] pypy more-rposix: Move module/ll_time.py to rlib/rtime.py

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77011:4aa53f36a6e2 Date: 2015-05-02 00:03 +0200 http://bitbucket.org/pypy/pypy/changeset/4aa53f36a6e2/ Log:Move module/ll_time.py to rlib/rtime.py diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy more-rposix: Fixes

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77012:786688e627b3 Date: 2015-05-02 00:25 +0200 http://bitbucket.org/pypy/pypy/changeset/786688e627b3/ Log:Fixes diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.py --- a/rpython/rlib/rtime.py +++

[pypy-commit] cffi cffi-1.0: Windows fixes

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1911:f7ee4bd43b8d Date: 2015-05-03 19:52 +0200 http://bitbucket.org/cffi/cffi/changeset/f7ee4bd43b8d/ Log:Windows fixes diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py --- a/_cffi1/recompiler.py +++

[pypy-commit] cffi cffi-1.0: Windows

2015-05-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1910:c2be844fc3c7 Date: 2015-05-03 19:28 +0200 http://bitbucket.org/cffi/cffi/changeset/c2be844fc3c7/ Log:Windows diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py --- a/_cffi1/recompiler.py +++ b/_cffi1/recompiler.py @@

[pypy-commit] pypy more-rposix: Fix test

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77013:88c876926b62 Date: 2015-05-02 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/88c876926b62/ Log:Fix test diff --git a/rpython/translator/sandbox/test/test_sandbox.py

[pypy-commit] pypy more-rposix: hg merge default

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77004:bbd40bb55e9d Date: 2015-04-23 23:28 +0200 http://bitbucket.org/pypy/pypy/changeset/bbd40bb55e9d/ Log:hg merge default diff too long, truncating to 2000 out of 6881 lines diff --git

[pypy-commit] pypy more-rposix: Move ll_os_environ to rposix_environ

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77008:cf436cb28649 Date: 2015-05-01 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/cf436cb28649/ Log:Move ll_os_environ to rposix_environ diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy more-rposix: Move tests from ll_os_stat to rposix_stat

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77007:03368f9d0d4c Date: 2015-04-24 23:18 +0200 http://bitbucket.org/pypy/pypy/changeset/03368f9d0d4c/ Log:Move tests from ll_os_stat to rposix_stat diff --git a/rpython/rlib/test/test_rposix.py

[pypy-commit] pypy more-rposix: ll_os_path is not used anymore

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77010:522f5cdaaac4 Date: 2015-05-01 22:33 +0200 http://bitbucket.org/pypy/pypy/changeset/522f5cdaaac4/ Log:ll_os_path is not used anymore diff --git a/rpython/rtyper/lltypesystem/module/ll_os_path.py

[pypy-commit] pypy more-rposix: Fix for win32

2015-05-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: more-rposix Changeset: r77017:21dae7aac376 Date: 2015-05-03 21:44 +0200 http://bitbucket.org/pypy/pypy/changeset/21dae7aac376/ Log:Fix for win32 diff --git a/rpython/rlib/rpath.py b/rpython/rlib/rpath.py --- a/rpython/rlib/rpath.py +++