Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy
Commits: e0c13280 by mattip at 2020-02-12T16:52:26+00:00 README.rst edited online with Bitbucket - - - - - a075e161 by Ronan Lamy at 2020-03-24T20:52:32+00:00 Reformat code - - - - - 07491531 by Carl Friedrich Bolz-Tereick at 2020-03-25T18:34:01+01:00 fix potential segfault in the zipimporter - - - - - 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) - - - - - 998e19dc by Matti Picus at 2020-03-27T16:12:18+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 22 changed files: - LICENSE - extra_tests/cffi_tests/cffi1/test_recompiler.py - lib_pypy/_curses_build.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/_jitlog/test/test__jitlog.py - pypy/module/cpyext/test/test_eval.py - pypy/module/posix/app_posix.py - pypy/module/zipimport/interp_zipimport.py - pypy/module/zipimport/test/test_zipimport.py - rpython/jit/backend/test/jitlog_test.py - rpython/jit/backend/test/runner_test.py - rpython/rlib/rjitlog/test/test_jitlog.py - rpython/rlib/rsocket.py - rpython/rlib/rvmprof/src/shared/vmp_stack.c - rpython/rlib/rvmprof/src/shared/vmprof_common.c - rpython/rlib/rvmprof/src/shared/vmprof_common.h - rpython/rlib/rvmprof/src/shared/vmprof_unix.c - rpython/rlib/rvmprof/src/shared/vmprof_win.c - rpython/rlib/test/test_rwin32.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/292e0f3b5646a17168ac272e08657d29849ed750...998e19dce520cae2fc13f5726ce26dd2e9c0540b --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/292e0f3b5646a17168ac272e08657d29849ed750...998e19dce520cae2fc13f5726ce26dd2e9c0540b 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
