Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: 3e3c2ba3 by Carl Friedrich Bolz-Tereick at 2022-03-30T18:20:15+02:00 merge heads - - - - - 7fc3d607 by Ronan Lamy at 2022-03-30T19:39:08+01:00 Simplify TinyObjSpace.__init__() - - - - - 7cf846d3 by Ronan Lamy at 2022-03-31T17:19:32+01:00 Remove obsolete script - - - - - 4751bccc by Ronan Lamy at 2022-03-31T19:12:18+01:00 Remove direct uses of gettestobjspace() in tests - - - - - 9cfc134f by Matti Picus at 2022-03-31T23:37:48+03:00 backport uint32 conversion of start argument in zlib.crc32 and zlib.alder32 (issue 3717) - - - - - bfdb926b by Carl Friedrich Bolz-Tereick at 2022-04-01T12:24:44+02:00 #3717: fix zlib ustart handling that started being a problem for zlib v1.2.12 - - - - - 6b9bb7a0 by Carl Friedrich Bolz-Tereick at 2022-04-01T13:24:29+02:00 a few small optimizations to list sorting that make it allocate memory a bit less aggressively. seems to give ~10% on sorting non-tiny lists of ints - - - - - 6807390d by Carl Friedrich Bolz-Tereick at 2022-04-01T17:47:06+02:00 (Łukasz Langa, E-Paine, mgorny): bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28026) (updated for Python 2.7 by Michał Górny) - - - - - bf50aa94 by Carl Friedrich Bolz-Tereick at 2022-04-01T17:50:53+02:00 (Miguel Brito, Łukasz Langa, Michał Górny): bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038) issue #3710 - - - - - 2cb152ed by Carl Friedrich Bolz-Tereick at 2022-04-01T19:41:57+02:00 fix translation (some timsort users don't use lists at all, apparently) - - - - - e8017173 by Ronan Lamy at 2022-04-06T16:28:30+01:00 test cleanup - - - - - 68b19a9a by Carl Friedrich Bolz-Tereick at 2022-04-10T18:12:40+02:00 merge default --HG-- branch : py3.8 - - - - - 13 changed files: - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py - pypy/module/_vmprof/test/test__vmprof.py - pypy/module/bz2/test/test_bz2_file.py - − pypy/module/cpyext/presetup.py - pypy/module/posix/test/test_posix2.py - pypy/module/zlib/test/test_zlib.py - pypy/objspace/std/test/test_smalllongobject.py - pypy/objspace/std/test/test_specialisedtupleobject.py - pypy/objspace/std/test/test_stdobjspace.py - pypy/tool/pytest/apptest.py - pypy/tool/pytest/objspace.py - rpython/rlib/listsort.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/36910371ff246b1207c9c4fe4c785b286bc61549...68b19a9a3198e6b663c7f75737117a3556885455 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/36910371ff246b1207c9c4fe4c785b286bc61549...68b19a9a3198e6b663c7f75737117a3556885455 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