Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy

Commits:
1246241b by Matti Picus at 2020-03-16T16:27:42+02:00
issue 3190: enable _cppyy on win32

--HG--
branch : win32-cppyy

- - - - -
4553e28a by Matti Picus at 2020-03-17T08:38:13+02:00
use msvc14 for building by default on win32, even for python2.7

--HG--
branch : win32-cppyy

- - - - -
d7c285d9 by Matti Picus at 2020-03-17T08:42:31+02:00
redefining "inline" on MSVC emits a warning, use INLINE instead

--HG--
branch : win32-cppyy

- - - - -
dd2f6051 by Matti Picus at 2020-03-17T08:43:25+02:00
get tests running on win32. Still need to adjust Makefile so compilation works

--HG--
branch : win32-cppyy

- - - - -
10cd54b3 by Matti Picus at 2020-03-17T11:16:55+02:00
fix translation

--HG--
branch : win32-cppyy

- - - - -
123aefcf by Matti Picus at 2020-03-18T13:45:22+02:00
merge default into branch

--HG--
branch : win32-cppyy

- - - - -
5f27ebbd by Matti Picus at 2020-03-18T14:22:29+02:00
flip if, else

--HG--
branch : win32-cppyy

- - - - -
bc2452c3 by Matti Picus at 2020-03-18T18:19:23+02:00
merge default into branch

--HG--
branch : win32-cppyy

- - - - -
79375b70 by Matti Picus at 2020-03-20T12:02:49+02:00
merge default into branch

--HG--
branch : win32-cppyy

- - - - -
87fb6860 by Carl Friedrich Bolz-Tereick at 2020-03-23T14:07:46+01:00
typo

- - - - -
df19a932 by Carl Friedrich Bolz-Tereick at 2020-03-24T14:54:25+01:00
fix bug: if a cell is deleted, it's family's "ever_mutated" 
flag needs to be
set

- - - - -
0adb3637 by Matti Picus at 2020-03-24T16:24:05+02:00
document branch to be merged, update windows documentation

--HG--
branch : win32-cppyy

- - - - -
2b26f9cd by Matti Picus at 2020-03-24T20:54:18+02:00
close branch ot be merged

--HG--
branch : win32-cppyy

- - - - -
6251a085 by Matti Picus at 2020-03-24T20:54:58+02:00
merge win32-cppyy which enables _cppyy and updates compilers used on win32 
builds

- - - - -
5b105f6b by Matti Picus at 2020-03-24T17:02:04+02:00
update release notes: mention Conda Forge, remove Python3.7-alpha announcement

- - - - -
a0b093cc by Matti Picus at 2020-03-24T17:58:11+02:00
backport pyp3-7.3.1 whatsnew, restart whatsnew files, update version to 7.3.2

- - - - -
a075e161 by Ronan Lamy at 2020-03-24T20:52:32+00:00
Reformat code

- - - - -
aaf4dd71 by Carl Friedrich Bolz-Tereick at 2020-03-25T15:22:48+01:00
adapt offsets to new pyc format

(still missing is the support of the hash-based pycs)

--HG--
branch : py3.7

- - - - -
07491531 by Carl Friedrich Bolz-Tereick at 2020-03-25T18:34:01+01:00
fix potential segfault in the zipimporter

- - - - -
12b65c34 by Carl Friedrich Bolz-Tereick at 2020-03-25T18:43:32+01:00
merge default

--HG--
branch : py3.7

- - - - -
d14bac99 by Carl Friedrich Bolz-Tereick at 2020-03-26T14:17:39+01:00
fix zipimport to support the new pyc format

--HG--
branch : py3.7

- - - - -


27 changed files:

- pypy/config/pypyoption.py
- pypy/doc/conf.py
- pypy/doc/index-of-whatsnew.rst
- pypy/doc/release-v7.3.1.rst
- pypy/doc/whatsnew-head.rst → pypy/doc/whatsnew-pypy2-7.3.1.rst
- + pypy/doc/whatsnew-pypy3-7.3.1.rst
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/doc/windows.rst
- pypy/interpreter/nestedscope.py
- pypy/interpreter/test/test_cellfamily.py
- pypy/module/_cppyy/capi/loadable_capi.py
- pypy/module/_cppyy/src/dummy_backend.cxx
- pypy/module/_cppyy/test/conftest.py
- pypy/module/_cppyy/test/support.py
- pypy/module/_cppyy/test/templates.h
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/imp/importing.py
- pypy/module/imp/test/test_import.py
- pypy/module/sys/version.py
- pypy/module/zipimport/interp_zipimport.py
- pypy/module/zipimport/test/test_zipimport.py
- rpython/rlib/rsocket.py
- rpython/rlib/rsre/rsre_core.py
- rpython/rtyper/lltypesystem/rffi.py
- rpython/translator/c/src/precommondefs.h
- rpython/translator/c/src/thread_nt.c
- rpython/translator/c/src/threadlocal.h


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/464027140b841c9f3b8a1885d93e550ab9a1c2d8...d14bac9921998d3d41f220264dbbf692c5ba9ced

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/464027140b841c9f3b8a1885d93e550ab9a1c2d8...d14bac9921998d3d41f220264dbbf692c5ba9ced
You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to