[pypy-commit] pypy follow_symlinks: Share a bit more code between the different cases in interp_posix.utime()

2016-04-11 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83600:488852d18575 Date: 2016-04-11 19:43 +0100 http://bitbucket.org/pypy/pypy/changeset/488852d18575/ Log:Share a bit more code between the different cases in interp_posix.utime() diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy follow_symlinks: Create path_or_fd unwrapper

2016-04-11 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83599:48b561b9e7f0 Date: 2016-04-11 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/48b561b9e7f0/ Log:Create path_or_fd unwrapper diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/

[pypy-commit] pypy cleanup-includes: add parts of headers removed in 4518b83c9ee2, fixes for testing

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83604:a03329def3ec Date: 2016-04-11 21:47 +0300 http://bitbucket.org/pypy/pypy/changeset/a03329def3ec/ Log:add parts of headers removed in 4518b83c9ee2, fixes for testing diff --git a/pypy/module/cpyext/include/numpy/arrayobject.h b/pypy/m

[pypy-commit] pypy cleanup-includes: use constants from micronumpy rather than redefining them

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83603:ece0ba3db4e6 Date: 2016-04-11 19:28 +0300 http://bitbucket.org/pypy/pypy/changeset/ece0ba3db4e6/ Log:use constants from micronumpy rather than redefining them diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndar

[pypy-commit] pypy cleanup-includes: if a header is specified, put the declarations and macros in that header

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83605:cf9b74da2caa Date: 2016-04-11 22:41 +0300 http://bitbucket.org/pypy/pypy/changeset/cf9b74da2caa/ Log:if a header is specified, put the declarations and macros in that header diff --git a/pypy/module/cpyext/api.py b/pypy/module

[pypy-commit] pypy cleanup-includes: copy all generated headers

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83608:4b1be61fd11d Date: 2016-04-11 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/4b1be61fd11d/ Log:copy all generated headers diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/p

[pypy-commit] pypy cleanup-includes: typo

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83607:f4521e08f5ac Date: 2016-04-11 23:24 +0300 http://bitbucket.org/pypy/pypy/changeset/f4521e08f5ac/ Log:typo diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/api.

[pypy-commit] pypy cleanup-includes: refactor creation of macro definitions and remove numpy includes

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83601:b1ddf5e91458 Date: 2016-04-11 22:39 +0300 http://bitbucket.org/pypy/pypy/changeset/b1ddf5e91458/ Log:refactor creation of macro definitions and remove numpy includes ___ pypy-commit mailing

[pypy-commit] pypy cleanup-includes: remove outdated headers

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83602:8d781f7a74f7 Date: 2016-04-11 19:17 +0300 http://bitbucket.org/pypy/pypy/changeset/8d781f7a74f7/ Log:remove outdated headers diff too long, truncating to 2000 out of 2378 lines diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpy

[pypy-commit] pypy cleanup-includes: move ndarray declarations to seperate header, adjust header creation

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83606:45cb9a7c7b7d Date: 2016-04-11 23:19 +0300 http://bitbucket.org/pypy/pypy/changeset/45cb9a7c7b7d/ Log:move ndarray declarations to seperate header, adjust header creation diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.