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


Commits:
192a49c0 by Matti Picus at 2022-11-28T14:30:22+02:00
add sqlite3 update to release note

- - - - -
59e1f158 by Matti Picus at 2022-11-30T23:33:24+02:00
release note mporvements

- - - - -
6efe6137 by Matti Picus at 2022-12-01T17:44:29+02:00
add a test that passes untranslated, fails after translation (issue 3862)

--HG--
branch : py3.8

- - - - -
3f3b62fc by Carl Friedrich Bolz-Tereick at 2022-12-01T17:58:21+01:00
#3852: fix the __copy__ optimization of itertools.tee, which was copying the
iterable, not the iterator

--HG--
branch : py3.8

- - - - -
e271a543 by Carl Friedrich Bolz-Tereick at 2022-12-02T09:39:02+01:00
#3862 fix for the test 76e56126cf43

--HG--
branch : py3.8

- - - - -
728beada by Carl Friedrich Bolz-Tereick at 2022-12-03T14:13:26+01:00
#3862: add an assert about correct usage to utf82wcharp

- - - - -
5e475c70 by Carl Friedrich Bolz-Tereick at 2022-12-03T14:15:04+01:00
merge default

--HG--
branch : py3.8

- - - - -
97a592a1 by Carl Friedrich Bolz-Tereick at 2022-12-03T14:16:10+01:00
(cfbolz, arigo pointing at the problem): somewhat blindly apply an equivalent
fix to b52ad0d2a5b1 to the windows path of the code

--HG--
branch : py3.8

- - - - -
69fbf7df by Carl Friedrich Bolz-Tereick at 2022-12-03T15:06:09+01:00
#3864 fix MSG_TRUNC socket weirdness on linux

- - - - -
20e38170 by Carl Friedrich Bolz-Tereick at 2022-12-03T15:06:29+01:00
merge default

--HG--
branch : py3.8

- - - - -
0b36fa16 by Matti Picus at 2022-12-04T10:41:06+02:00
remove MSVC9 checks from windows strftime formatting

--HG--
branch : py3.8

- - - - -
cf661a8b by Matti Picus at 2022-12-04T20:40:40+02:00
sync with upstream

- - - - -
46e5a949 by Matti Picus at 2022-12-05T02:04:06+02:00
update comments to reflect code

--HG--
branch : py3.8

- - - - -
822cf9d8 by Matti Picus at 2022-12-05T02:04:43+02:00
"prefix" on windows turns into a directory name, which is 
case-insensitive on windows

--HG--
branch : py3.8

- - - - -
482d1998 by Matti Picus at 2022-12-05T02:13:13+02:00
unstraslated tests have extra stat fields on windows

--HG--
branch : py3.8

- - - - -
17b9c12e by Matti Picus at 2022-12-05T02:27:58+02:00
fix for MSVC

--HG--
branch : py3.8

- - - - -
9cb6c0a5 by Matti Picus at 2022-12-05T13:44:01+02:00
upate release notes for grafted commits

- - - - -
2a1451b1 by Matti Picus at 2022-12-05T14:00:43+02:00
merge default

--HG--
branch : py3.8

- - - - -
0527a621 by Matti Picus at 2022-12-05T14:01:20+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -


14 changed files:

- extra_tests/cffi_tests/cffi0/test_ffi_backend.py
- pypy/doc/release-v7.3.10.rst
- pypy/module/_codecs/locale.py
- pypy/module/_hpy_universal/test/support.py
- pypy/module/cpyext/test/nanobind1.c
- pypy/module/itertools/interp_itertools.py
- pypy/module/itertools/test/test_itertools.py
- pypy/module/posix/interp_posix.py
- pypy/module/sys/initpath.py
- pypy/module/time/interp_time.py
- pypy/module/time/test/test_time.py
- rpython/rlib/rsocket.py
- rpython/rlib/test/test_rsocket.py
- rpython/rtyper/lltypesystem/rffi.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/2bbc9c12a7c7e0a46ec0d86a1972364573a45434...0527a6214c8e800cf35a1d8128d2553208972da8

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/2bbc9c12a7c7e0a46ec0d86a1972364573a45434...0527a6214c8e800cf35a1d8128d2553208972da8
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to