[pypy-commit] [Git][pypy/pypy][branch/py3.8] 18 commits: update contributors

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Thu Aug 12 06:24:32 EDT 2021



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


Commits:
a3c62ef5 by Matti Picus at 2021-08-02T22:58:20+03:00
update contributors

- - - - -
af1cdaba by Ronan Lamy at 2021-08-02T21:15:00+01:00
merge heads

- - - - -
bf16b06b by Matti Picus at 2021-08-06T00:32:24+03:00
add 32-bit version of _pypy_winbase_cffi.py

--HG--
branch : py3.7

- - - - -
e9691d71 by Matti Picus at 2021-08-06T14:32:31+03:00
make str(sys.version_info) have the stuctseq name (like CPython)

- - - - -
2a71528f by Matti Picus at 2021-08-06T14:54:14+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
210f81a5 by Matti Picus at 2021-08-06T14:50:10+03:00
fix merge, switch sys.implementation.version to pypy_version_info (issue 3129)

--HG--
branch : py3.7

- - - - -
b4c6014d by Matti Picus at 2021-08-06T15:44:53+03:00
fix signature of PyErr_SetFromWindowsErr

--HG--
branch : py3.7

- - - - -
ae5a2670 by Matti Picus at 2021-08-09T15:11:51+03:00
clarify python2/python3 resource tracking.

- - - - -
e5d69118 by Carl Friedrich Bolz-Tereick at 2021-08-09T21:42:43+02:00
fix another source of position bugs in the astcompiler (like eg 3405c95f9e61)
stemming from the fact that SyntaxErrors use 1-based column offsets, this time
in the codegen

- - - - -
f61d54da by Carl Friedrich Bolz-Tereick at 2021-08-09T21:43:09+02:00
erge heads

- - - - -
e33ec63d by Matti Picus at 2021-08-10T08:11:47+03:00
expose functions implemented directly in C (issue 3532)

--HG--
branch : py3.7

- - - - -
c01c79c3 by Matti Picus at 2021-08-11T06:31:01+03:00
sys.implementation.hexversion is from pypy_version_info not version_info

--HG--
branch : py3.7

- - - - -
b031a345 by Matti Picus at 2021-08-11T18:39:10+03:00
add PyContextVar_New, PyContextVar_Get, PyContextVar_Set (new for python 3.7)

--HG--
branch : py3.7

- - - - -
eb0d1ab5 by Carl Friedrich Bolz-Tereick at 2021-08-12T12:12:42+02:00
add strsignal

- - - - -
40b77ad3 by Carl Friedrich Bolz-Tereick at 2021-08-12T12:14:24+02:00
merge default

--HG--
branch : py3.7

- - - - -
efda8ad9 by Carl Friedrich Bolz-Tereick at 2021-08-12T12:15:06+02:00
merge heads

--HG--
branch : py3.7

- - - - -
e5c4bcb4 by Carl Friedrich Bolz-Tereick at 2021-08-12T12:15:47+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
4ef2d63e by Carl Friedrich Bolz-Tereick at 2021-08-12T12:24:20+02:00
implement strsignal

--HG--
branch : py3.8

- - - - -


22 changed files:

- LICENSE
- lib_pypy/_pypy_winbase_cffi.py
- lib_pypy/_structseq.py
- pypy/doc/contributor.rst
- pypy/doc/cpython_differences.rst
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/test/test_compiler.py
- pypy/interpreter/test/test_syntax.py
- + pypy/module/cpyext/context.py
- pypy/module/cpyext/include/pythread.h
- pypy/module/cpyext/include/structseq.h
- pypy/module/cpyext/moduledef.py
- pypy/module/cpyext/pyerrors.py
- + pypy/module/cpyext/test/test_context.py
- pypy/module/signal/interp_signal.py
- pypy/module/signal/moduledef.py
- pypy/module/signal/test/test_signal.py
- pypy/module/sys/app.py
- pypy/module/sys/test/test_version.py
- pypy/module/sys/version.py
- rpython/rlib/rsignal.py
- rpython/rlib/test/test_rsignal.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0e8a8fe5e202abe3a51659140cbb440d7d4b2a5e...4ef2d63e45fff6d9e27cf4b0b268d629f269d5bc

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0e8a8fe5e202abe3a51659140cbb440d7d4b2a5e...4ef2d63e45fff6d9e27cf4b0b268d629f269d5bc
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210812/bbc648d4/attachment.html>


More information about the pypy-commit mailing list