Author: Armin Rigo
Branch:
Changeset: r97159:8dd6a15f4357
Date: 2019-08-12 07:44 +
http://bitbucket.org/pypy/pypy/changeset/8dd6a15f4357/
Log:fix test_buffer for platforms which refuse misaligned accesses
diff --git a/rpython/rlib/test/test_buffer.py b/rpython/rlib/test/test_buffer.py
-
Author: Matti Picus
Branch:
Changeset: r97160:d08393b13818
Date: 2019-08-12 11:54 +0300
http://bitbucket.org/pypy/pypy/changeset/d08393b13818/
Log:fix tests for win32
diff --git a/extra_tests/ctypes_tests/test_win32.py
b/extra_tests/ctypes_tests/test_win32.py
--- a/extra_tests/ctypes_tests
Author: Matti Picus
Branch:
Changeset: r97161:523f22b1cafe
Date: 2019-08-12 13:04 +0300
http://bitbucket.org/pypy/pypy/changeset/523f22b1cafe/
Log:Add link to nice rpython tutorial, fix some doc build errors
diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst
--- a/pypy/doc/a
Author: Ronan Lamy
Branch: py3.6
Changeset: r97162:ea03a1e77a76
Date: 2019-08-12 13:42 +0100
http://bitbucket.org/pypy/pypy/changeset/ea03a1e77a76/
Log:fix translation when both futimens() and utimensat() are defined
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_
Author: Matti Picus
Branch: py3.6
Changeset: r97163:a24307b274dc
Date: 2019-08-12 19:09 +0300
http://bitbucket.org/pypy/pypy/changeset/a24307b274dc/
Log:the exception types have changed for import errors
diff --git a/pypy/module/imp/test/test_import.py
b/pypy/module/imp/test/test_import.py