Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy

Commits:
e0c13280 by mattip at 2020-02-12T16:52:26+00:00
README.rst edited online with Bitbucket

- - - - -
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

- - - - -
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)

- - - - -
af68c356 by Matti Picus at 2020-03-27T16:15:49+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
43e8bc49 by Matti Picus at 2020-03-27T16:16:19+03:00
merge py3.6 into release

--HG--
branch : release-pypy3.6-v7.x

- - - - -


23 changed files:

- LICENSE
- extra_tests/cffi_tests/cffi1/test_recompiler.py
- − lib-python/2.7/ensurepip/_bundled/pip-20.0.2-py2.py3-none-any.whl
- − lib-python/2.7/ensurepip/_bundled/setuptools-44.0.0-py2.py3-none-any.whl
- lib-python/3/test/test_ensurepip.py
- lib_pypy/_curses_build.py
- pypy/doc/contributor.rst
- pypy/doc/release-v7.3.1.rst
- pypy/module/_cppyy/test/support.py
- pypy/module/_jitlog/test/test__jitlog.py
- pypy/module/cpyext/test/test_eval.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/773dcabdb3d92027604475bc77bf174ad1cc930c...43e8bc49851e17a950c38dce6d7990b473416198

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/773dcabdb3d92027604475bc77bf174ad1cc930c...43e8bc49851e17a950c38dce6d7990b473416198
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

Reply via email to