[pypy-commit] [Git][pypy/pypy][branch/py3.7] 31 commits: update for rc1

Matti Picus foss at heptapod.net
Sun Mar 28 17:31:56 EDT 2021



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


Commits:
a0998cd3 by Matti Picus at 2021-03-19T08:02:30+02:00
update for rc1

- - - - -
efafbfe7 by Matti Picus at 2021-03-19T08:02:53+02:00
Added tag release-pypy2.7-v7.3.4rc1 for changeset 9ea8f87bdc75

- - - - -
74d18e79 by Matti Picus at 2021-03-19T14:39:38+02:00
Added tag release-pypy3.7-v7.3.4rc1 for changeset 465347ee258a

- - - - -
046b176e by Matti Picus at 2021-03-19T16:20:30+02:00
update versions.json and check

- - - - -
4581b4c2 by Carl Friedrich Bolz-Tereick at 2021-03-20T14:15:17+01:00
typo-level fixed, make a few things more explicit

- - - - -
b8028025 by Carl Friedrich Bolz-Tereick at 2021-03-20T14:32:07+01:00
try to rewrite the introduction of the release announcement

- - - - -
9ec183c4 by Carl Friedrich Bolz-Tereick at 2021-03-20T14:44:46+01:00
two more typos

- - - - -
cfc0dad9 by Carl Friedrich Bolz-Tereick at 2021-03-20T15:28:08+01:00
add a way to get at the overallocated size of a list

- - - - -
e299fa94 by Carl Friedrich Bolz-Tereick at 2021-03-20T15:46:09+01:00
expose the physical size of a list in __pypy__

- - - - -
92d6cfab by Carl Friedrich Bolz-Tereick at 2021-03-20T16:06:33+01:00
fix translation

- - - - -
6d27302e by Matti Picus at 2021-03-21T11:50:43+02:00
sync with upstream pyrepl including PRs 26, 30, 34

- - - - -
640fb431 by Stefano Rivera at 2021-03-21T13:50:32-07:00
Remove trailing whitespace

- - - - -
fbce301f by Matti Picus at 2021-03-22T12:15:09+02:00
add new files from 70e48be84f55, fix .hgignore

- - - - -
49b7ae42 by Matti Picus at 2021-03-23T09:33:09+02:00
skip some pyrepl tests on windows

- - - - -
cd676281 by Matti Picus at 2021-03-23T10:05:26+02:00
skip interrupt on windows

- - - - -
ee46c0fd by Matti Picus at 2021-03-23T10:08:25+02:00
more skips for windows

- - - - -
c9a3c84d by Matti Picus at 2021-03-24T13:56:28+02:00
typo

- - - - -
47ef7450 by Matti Picus at 2021-03-24T13:56:41+02:00
import the built-in module first

- - - - -
885b21cd by Matti Picus at 2021-03-25T10:23:05+02:00
tweak release note, recognize Ondrej Baranovič (nulano)

- - - - -
9eb9bb74 by Carl Friedrich Bolz-Tereick at 2021-03-25T20:51:11+01:00
do the call to newint outside of the _descr_hash_jitdriver implementation
(leads to finishs that allocate)

- - - - -
b4a5151c by Carl Friedrich Bolz-Tereick at 2021-03-25T21:08:38+01:00
instance_ptr_eq and instance_ptr_ne are symmetric

- - - - -
edd6f2c0 by Matti Picus at 2021-03-25T18:33:24+02:00
fix import, make tests follow the implementation (test_reader does not exist in upstream)

- - - - -
2ab895dd by nulano at 2021-03-26T11:29:31+01:00
regenerate icon

--HG--
branch : icon-aliasing

- - - - -
aa2d84cc by Carl Friedrich Bolz-Tereick at 2021-03-26T11:04:43+00:00
Merge branch 'branch/icon-aliasing' into 'branch/default'

Regenerate icon

See merge request pypy/pypy!811

- - - - -
3745fe8c by Carl Friedrich Bolz-Tereick at 2021-03-26T11:27:46+01:00
fix the get_printable_location of rsre jit

- - - - -
e79b16a1 by Matti Picus at 2021-03-26T14:47:30+03:00
improve error message for upstream pyrepl, document merged branch

- - - - -
d283acf9 by Carl Friedrich Bolz-Tereick at 2021-03-26T13:23:38+01:00
a fast path for l[:] = l2

- - - - -
2b3cdcc1 by Carl Friedrich Bolz-Tereick at 2021-03-26T14:19:20+01:00
test and fix

- - - - -
19b061a7 by Carl Friedrich Bolz-Tereick at 2021-03-26T14:45:47+01:00
backport of 3a37dfe596eb: restore pickling of dict iterators

- - - - -
2584836b by Matti Picus at 2021-03-29T00:01:56+03:00
revert and redo bbb8186527b6 for backward compatibility (issue 3422)

- - - - -
098b9b0e by Matti Picus at 2021-03-29T00:31:00+03:00
merge default into branch

--HG--
branch : py3.7

- - - - -


30 changed files:

- .hgignore
- .hgtags
- LICENSE
- extra_tests/test_pyrepl/__init__.py
- extra_tests/test_pyrepl/infrastructure.py
- extra_tests/test_pyrepl/test_basic.py
- extra_tests/test_pyrepl/test_bugs.py
- + extra_tests/test_pyrepl/test_curses.py
- extra_tests/test_pyrepl/test_functional.py
- extra_tests/test_pyrepl/test_reader.py
- extra_tests/test_pyrepl/test_readline.py
- + extra_tests/test_pyrepl/test_unix_reader.py
- extra_tests/test_pyrepl/test_wishes.py
- lib_pypy/pyrepl/_minimal_curses.py
- lib_pypy/pyrepl/cmdrepl.py
- lib_pypy/pyrepl/completer.py
- lib_pypy/pyrepl/completing_reader.py
- lib_pypy/pyrepl/console.py
- lib_pypy/pyrepl/curses.py
- lib_pypy/pyrepl/historical_reader.py
- lib_pypy/pyrepl/input.py
- lib_pypy/pyrepl/keymap.py
- lib_pypy/pyrepl/pygame_console.py
- lib_pypy/pyrepl/python_reader.py
- lib_pypy/pyrepl/reader.py
- lib_pypy/pyrepl/readline.py
- lib_pypy/pyrepl/simple_interact.py
- lib_pypy/pyrepl/unix_console.py
- lib_pypy/pyrepl/unix_eventqueue.py
- pypy/doc/contributor.rst


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/810cc13137fd1a6a1596d156bcb8728d59686a1b...098b9b0e856b463d4ef84cb58388aeb5ecc4162b

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/810cc13137fd1a6a1596d156bcb8728d59686a1b...098b9b0e856b463d4ef84cb58388aeb5ecc4162b
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/20210328/842c91d0/attachment-0001.html>


More information about the pypy-commit mailing list