[pypy-commit] [Git][pypy/pypy][branch/py3.8] 25 commits: Backed out changeset 85525c43dc44

Matti Picus (@mattip) foss at heptapod.net
Sat Jan 29 15:57:31 EST 2022



Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
dd05cdec by Matti Picus at 2022-01-23T10:07:28+02:00
Backed out changeset 85525c43dc44

- - - - -
4b05e3d9 by Matti Picus at 2022-01-26T14:49:42+02:00
Added tag release-pypy2.7-v7.3.8rc1 for changeset 6f82fdd0ce3c

- - - - -
72e9d78c by Matti Picus at 2022-01-26T14:49:59+02:00
Added tag release-pypy3.7-v7.3.8rc1 for changeset 0e322cb44401

- - - - -
ad70e3ab by Matti Picus at 2022-01-26T14:50:15+02:00
Added tag release-pypy3.8-v7.3.8rc1 for changeset 67f1b98040ba

- - - - -
8947de41 by Matti Picus at 2022-01-26T14:50:41+02:00
Added tag release-pypy3.9-v7.3.8rc1 for changeset 307e102d7222

- - - - -
26b96ed0 by Carl Friedrich Bolz-Tereick at 2022-01-26T18:41:47+01:00
a bit of contributor gardening

- - - - -
32126439 by Matti Picus at 2022-01-27T00:55:37+02:00
update verions.json, remove bot from contributors

- - - - -
71a480e3 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:30:06+01:00
some small improvements to the release notes, mention that this will be the
last 3.7 release

- - - - -
1f3b8c47 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:17:53+01:00
put the bot into the script, so that it sticks on regeneration

- - - - -
97397975 by Matti Picus at 2022-01-27T15:26:47+02:00
fix unused value in ropenssl

- - - - -
7956e94c by Matti Picus at 2022-01-27T15:29:33+02:00
re-remove _hashlib which was restored in 1c5c15c4d48c

tests fail when this is used without the rpython _ssl module,
there is some initialization code missing

- - - - -
70009fa4 by Matti Picus at 2022-01-27T22:43:26+02:00
test, fix: use rewinddir() in scandir

--HG--
branch : py3.7

- - - - -
105a6f60 by Matti Picus at 2022-01-27T22:54:42+02:00
dup2 returns fd2, stat(-1) raises OSError, test, fix exception for __fspath__

--HG--
branch : py3.7

- - - - -
84a0744f by Matti Picus at 2022-01-28T00:43:49+02:00
skip one overly-pedantic check for structseq length, fix test that list raises

--HG--
branch : py3.7

- - - - -
616d6a19 by Stefano Rivera at 2022-01-27T22:49:35-04:00
pycparser isn't required, it's vendored

- - - - -
53d349c1 by Matti Picus at 2022-01-28T10:45:02+02:00
catch correct error

- - - - -
91ff9dba by Matti Picus at 2022-01-28T11:10:16+02:00
skip check that exposes difference between rpython os.stat and python2 os.stat

- - - - -
6c982e01 by Carl Friedrich Bolz-Tereick at 2022-01-28T14:46:26+01:00
#3652: fix handling of backslash in raw unicode escape decoders that don't
start valid escape sequences

--HG--
branch : py3.7

- - - - -
3ffda19e by Matti Picus at 2022-01-29T18:02:41+02:00
improve test resilience

--HG--
branch : py3.7

- - - - -
6a0b0359 by Matti Picus at 2022-01-29T19:38:10+02:00
more pickiness around utime arguments

--HG--
branch : py3.7

- - - - -
69d4b781 by Matti Picus at 2022-01-29T22:55:17+02:00
merge default

--HG--
branch : py3.7

- - - - -
d7cba12d by Matti Picus at 2022-01-29T22:56:30+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
cf25fa5a by Matti Picus at 2022-01-29T22:13:09+02:00
fix formatting for CPython compatibility

--HG--
branch : py3.8

- - - - -
69ecb3ff by Matti Picus at 2022-01-29T22:13:23+02:00
add failing test

--HG--
branch : py3.8

- - - - -
7625bf5f by Matti Picus at 2022-01-29T22:52:43+02:00
add missing _Py_RestoreSignals() call in fork_exec

There was a pure-python version back in python3.2, the C version never worked

--HG--
branch : py3.8

- - - - -


21 changed files:

- .hgtags
- LICENSE
- lib-python/3/test/test_os.py
- lib_pypy/cffi.dist-info/METADATA
- pypy/doc/contributor.rst
- pypy/doc/release-v7.3.8.rst
- pypy/doc/tool/makecontributor.py
- pypy/interpreter/test/test_unicodehelper.py
- pypy/interpreter/unicodehelper.py
- pypy/module/_posixsubprocess/_posixsubprocess.c
- pypy/module/_posixsubprocess/test/apptest_subprocess.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/interp_scandir.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/thread/os_thread.py
- pypy/tool/release/check_versions.py
- pypy/tool/release/repackage.sh
- pypy/tool/release/versions.json
- rpython/rlib/ropenssl.py
- rpython/translator/c/test/test_extfunc.py
- rpython/translator/platform/windows.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8700598db1a4d74b418f7f731182b2d2dae052e0...7625bf5f4f614720de9b6282308b39b1c74b5919

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8700598db1a4d74b418f7f731182b2d2dae052e0...7625bf5f4f614720de9b6282308b39b1c74b5919
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/20220129/03aaa16b/attachment-0001.html>


More information about the pypy-commit mailing list