Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits: e0c13280 by mattip at 2020-02-12T16:52:26+00:00 README.rst edited online with Bitbucket - - - - - 1dd4c385 by Matti Picus at 2020-03-19T11:01:46+02:00 merge default --HG-- branch : py3.6 - - - - - 8ecd42cd by Matti Picus at 2020-03-20T12:05:06+02:00 merge default --HG-- branch : py3.6 - - - - - 58bd79cc by Ronan Lamy at 2020-03-20T17:22:29+00:00 Reinstate workaround to ensure resetting sys.exc_info() on function exit (partially reverts 0057975cda68). --HG-- branch : py3.6 - - - - - decf91c4 by Ronan Lamy at 2020-03-20T17:29:57+00:00 Explain test --HG-- branch : py3.6 - - - - - 21105471 by Ronan Lamy at 2020-03-20T17:30:19+00:00 Remove unnecessary import --HG-- branch : py3.6 - - - - - d541e22b by Ronan Lamy at 2020-03-20T19:15:34+00:00 Clean up tests and move expensive imports to function level --HG-- branch : py3.6 - - - - - 1df8e26b by Ronan Lamy at 2020-03-20T19:45:39+00:00 Ensure that IOBase.readlines() uses overridden __iter__ or __next__ in all cases --HG-- branch : py3.6 - - - - - 7ba2e992 by Ronan Lamy at 2020-03-23T18:13:37+00:00 Partial revert of 2daf9ca169e to avoid regression on issue #3096 --HG-- branch : py3.6 - - - - - b8d58765 by Ronan Lamy at 2020-03-23T19:11:16+00:00 Skip CPython-specific C API tests --HG-- branch : py3.6 - - - - - aaff5d20 by Ronan Lamy at 2020-03-23T19:29:43+00:00 Always encode with UTF8 when passing strings to _gdbm --HG-- branch : py3.6 - - - - - 50c298f1 by Matti Picus at 2020-03-23T22:34:46+02:00 add some "#ifndef PYLIMITID_API" macros for PyDescr, used in ufal.udpipe --HG-- branch : py3.6 - - - - - cb84df9d by Matti Picus at 2020-03-24T20:57:09+02:00 merge default into branch --HG-- branch : py3.6 - - - - - 7c871614 by Ronan Lamy at 2020-03-24T19:12:03+00:00 Remove pypy2-specific files --HG-- branch : py3.6 - - - - - cd2b3989 by Ronan Lamy at 2020-03-24T19:24:11+00:00 Fix test_ensurepip to match ensurepip changes --HG-- branch : py3.6 - - - - - 48387f1f by Matti Picus at 2020-03-25T20:01:17+02:00 fix failing test, make os.fdopen(<bad int>) not crash even on win32 - - - - - 23cf8e21 by Matti Picus at 2020-03-26T09:43:36+02:00 include stdio for printf - - - - - 982195bf by Matti Picus at 2020-03-25T21:10:23+02:00 add new whatsnew-head.rst - - - - - a80b1547 by Matti Picus at 2020-03-26T06:55:50+02:00 fix for FreeBSD (nimaje) - - - - - e5681884 by Matti Picus at 2020-03-26T11:20:04+02:00 skip tests that require gnu-compatible Makefile on win32 - - - - - e6d3851f by Matti Picus at 2020-03-26T16:01:04+02:00 try adding '-stdlib=libc++' for darwin - - - - - dd87b638 by Matti Picus at 2020-03-26T17:28:45+02:00 re-sync vmprof with upstream - - - - - ee0ceeec by Matti Picus at 2020-03-27T07:31:25+03:00 fix bad edit - - - - - fa6999ab by Matti Picus at 2020-03-27T07:33:21+03:00 fix 127fefd15a2b -> extra_link_args - - - - - 1d51805f by Matti Picus at 2020-03-27T08:41:20+03:00 merge head from bitbucket to align pulls that pick up this stray commit - - - - - 0f7f08be by Matti Picus at 2020-03-27T11:35:05+03:00 be more careful about opening/closing files across runtimes in tests - - - - - 8606e4e9 by Matti Picus at 2020-03-27T13:30:06+03:00 update release note, contributors - - - - - c5de687a by Matti Picus at 2020-03-27T13:50:25+03:00 protect failing system calls with a FdValidator to fail instead of crash - - - - - 21801057 by Matti Picus at 2020-03-27T16:09:25+03:00 protect failing system calls with a FdValidator to fail instead of crash (2) - - - - - af68c356 by Matti Picus at 2020-03-27T16:15:49+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 5597de92 by Ronan Lamy at 2020-03-27T20:10:43+00:00 Test cleanup --HG-- branch : py3.6 - - - - - 8fae443f by Carl Friedrich Bolz-Tereick at 2020-03-30T10:22:01+02:00 BytesIO.read1 has an optional size argument --HG-- branch : py3.7 - - - - - a0b3a8c4 by Carl Friedrich Bolz-Tereick at 2020-03-30T20:52:32+02:00 merge py3.6 --HG-- branch : py3.7 - - - - - 30 changed files: - LICENSE - extra_tests/cffi_tests/cffi1/test_recompiler.py - + extra_tests/test_recursion.py - + lib-python/3/asyncio/compat.py - + lib-python/3/asyncio/test_utils.py - + lib-python/3/idlelib/_pyclbr.py - + lib-python/3/macurl2path.py - + lib-python/3/test/bisect.py - + lib-python/3/test/pystone.py - lib-python/3/test/test_capi.py - lib-python/3/test/test_ensurepip.py - + lib-python/3/test/test_macurl2path.py - lib_pypy/_curses_build.py - lib_pypy/_gdbm.py - pypy/doc/contributor.rst - pypy/doc/release-v7.3.1.rst - + pypy/doc/whatsnew-head.rst - pypy/module/_cppyy/test/support.py - pypy/module/_io/interp_bytesio.py - pypy/module/_io/interp_iobase.py - pypy/module/_io/test/apptest_bytesio.py - pypy/module/_io/test/apptest_io.py - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_socket/test/test_sock_app.py - pypy/module/cpyext/parse/cpyext_descrobject.h - pypy/module/cpyext/test/test_eval.py - pypy/objspace/std/test/test_userobject.py - rpython/jit/backend/test/jitlog_test.py - rpython/jit/backend/test/runner_test.py - rpython/rlib/rjitlog/test/test_jitlog.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/621164126e1c60021bcec0c2c6b341c7ad4c2c5d...a0b3a8c46d89d2177bec9d0c74694f0b79b930f2 --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/621164126e1c60021bcec0c2c6b341c7ad4c2c5d...a0b3a8c46d89d2177bec9d0c74694f0b79b930f2 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
