Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10-bytecode-positions 
at PyPy / pypy


Commits:
d273fcee by Matti Picus at 2023-02-16T22:29:12+02:00
merge py3.9

--HG--
branch : py3.10

- - - - -
790c173e by Matti Picus at 2023-02-16T11:51:36+02:00
revert 4a06412855d8, error formatting is not consistant

--HG--
branch : py3.10

- - - - -
6f49c408 by Matti Picus at 2023-02-19T00:29:17+02:00
finixh hmac_digest implementation in _hashlib, fix HMAC.name

--HG--
branch : py3.10

- - - - -
76a62a8d by Matti Picus at 2023-02-19T12:59:28+02:00
fix test that raises ModuleNotFoundError

--HG--
branch : py3.10

- - - - -
f1125869 by Matti Picus at 2023-02-21T17:14:58+02:00
delay array import until after interpreter startup, so it is properly 
initialized

--HG--
branch : py3.10

- - - - -
a1f06d82 by Matti Picus at 2023-02-21T22:56:55+02:00
add zip.__setstate__ for unpickling

--HG--
branch : py3.10

- - - - -
96a94291 by Matti Picus at 2023-02-21T22:57:26+02:00
extend regex for error message

--HG--
branch : py3.10

- - - - -
8f7b1817 by Matti Picus at 2023-02-21T23:50:09+02:00
enable passing bad_get function from _testcapi

--HG--
branch : py3.10

- - - - -
78f77ff6 by Matti Picus at 2023-02-21T23:53:48+02:00
remove deprecated conversion to int

--HG--
branch : py3.10

- - - - -
1ec2dab5 by Matti Picus at 2023-02-22T00:14:09+02:00
port test_itertools.py skips from py3.9: cycle pickle is different, and 
zip,ziplongest have different exceptions

--HG--
branch : py3.10

- - - - -
a28d8a54 by Matti Picus at 2023-02-23T16:25:49+02:00
add readline.set_auto_history (from CPython3.6), skip test that uses INPUTRC

--HG--
branch : py3.10

- - - - -
96265155 by Matti Picus at 2023-02-23T19:49:01+02:00
resync with upstream

--HG--
branch : py3.10

- - - - -
dc739bbc by Matti Picus at 2023-02-23T20:19:12+02:00
test, fix codecs.unregister (cfbolz around)

--HG--
branch : py3.10

- - - - -
8966c1c2 by Matti Picus at 2023-02-23T20:41:13+02:00
test, fix encoding normalization (copy encodings.normalize, like CPython)

--HG--
branch : py3.10

- - - - -
ce049055 by Matti Picus at 2023-02-24T09:20:11+02:00
unregister misbehaving codec after test

--HG--
branch : py3.10

- - - - -
ed1461f0 by Matti Picus at 2023-02-24T12:19:23+02:00
make sure the encoding is valid when calling str.{de,en}code(encoding)

--HG--
branch : py3.10

- - - - -
aaedc3e9 by Matti Picus at 2023-02-24T12:30:05+02:00
update for pypy3.10

--HG--
branch : py3.10

- - - - -
24ce28a9 by Matti Picus at 2023-02-24T13:40:57+02:00
start fixing test_typing

--HG--
branch : py3.10

- - - - -
ead4450b by Matti Picus at 2023-02-24T15:45:13+02:00
GenericAlias fixes

--HG--
branch : py3.10

- - - - -
8b1bcb9f by Matti Picus at 2023-02-24T15:51:47+02:00
can't -> cannot on PyPy

--HG--
branch : py3.10

- - - - -
05e9dd1e by Matti Picus at 2023-02-26T12:58:21+02:00
tweak exception raised when star_args fails, deal with variations in error 
messages

--HG--
branch : py3.10

- - - - -
428b1f43 by Matti Picus at 2023-02-26T13:18:25+02:00
skip setstate/getstate tests in multibytecodec

--HG--
branch : py3.10

- - - - -
b8131f50 by Matti Picus at 2023-02-26T13:32:52+02:00
skip frozen __hello__ test

--HG--
branch : py3.10

- - - - -
ba84bb5b by Matti Picus at 2023-02-26T13:33:13+02:00
properly create c-extension _ctypes_test

--HG--
branch : py3.10

- - - - -
d62a4a35 by Matti Picus at 2023-02-26T14:40:23+02:00
skip some ctype details

--HG--
branch : py3.10

- - - - -
639656db by Matti Picus at 2023-02-26T14:45:08+02:00
skip newly added func.__builtins__ as an implementation detail, document the 
difference

--HG--
branch : py3.10

- - - - -
87185c96 by Matti Picus at 2023-02-26T17:25:50+02:00
skip more globals/__builtins__ incompatibilities

--HG--
branch : py3.10

- - - - -
30f43269 by Matti Picus at 2023-02-26T17:26:58+02:00
test, fix for tuple.contains(obj) using item == obj (bpo-37648)

--HG--
branch : py3.10

- - - - -
e390b973 by Matti Picus at 2023-02-27T08:18:41+02:00
order changed for python3.9+, continuation of 38fbfc51dec7

--HG--
branch : py3.9

- - - - -
bc5a1f7f by Matti Picus at 2023-02-26T17:26:58+02:00
test, fix for tuple.contains(obj) using item == obj (bpo-37648)

--HG--
branch : py3.9

- - - - -
478c2753 by Matti Picus at 2023-02-26T18:54:34+02:00
skip/reformat pdb tests

--HG--
branch : py3.10

- - - - -
ddf73544 by Matti Picus at 2023-02-27T08:18:41+02:00
order changed for python3.9+, continuation of 38fbfc51dec7

--HG--
branch : py3.10

- - - - -
7e65cb86 by Matti Picus at 2023-02-27T08:53:16+02:00
add quotes

--HG--
branch : py3.10

- - - - -
9bb78bf6 by Matti Picus at 2023-02-27T08:54:57+02:00
make license, credits into _sitebuiltins._Printer objects

--HG--
branch : py3.10

- - - - -
6e012990 by Matti Picus at 2023-02-27T09:34:11+02:00
space.index(W_Bool) should return an int, not a bool. Also skip cpython 
pickling of range

--HG--
branch : py3.10

- - - - -
3385991d by Carl Friedrich Bolz-Tereick at 2023-02-27T09:39:53+01:00
use TypeError when deleting exception attributes

--HG--
branch : py3.9

- - - - -
e5267e3a by Carl Friedrich Bolz-Tereick at 2023-02-27T09:59:03+01:00
merge py3.9

--HG--
branch : py3.10

- - - - -
f22cacf3 by Carl Friedrich Bolz-Tereick at 2023-02-27T10:06:22+01:00
fix tests for 46fe6bb9701c

--HG--
branch : py3.10

- - - - -
58344cc1 by Carl Friedrich Bolz-Tereick at 2023-02-27T12:08:30+01:00
start adding some of the grammar changes that 3.10.9 has made

--HG--
branch : py3.10

- - - - -
8df92e3c by Carl Friedrich Bolz-Tereick at 2023-02-27T12:51:52+01:00
trying to find out what goes wrong with the "comma" message and 
failing so far

--HG--
branch : py3.10

- - - - -
2019feb4 by Carl Friedrich Bolz-Tereick at 2023-02-27T13:46:48+01:00
fix a number of the "excepted ':'" error locations

--HG--
branch : py3.10

- - - - -
c7acbd4f by Carl Friedrich Bolz-Tereick at 2023-02-27T14:01:29+01:00
fix the location of error for one case of unparenthesized generator expressions

--HG--
branch : py3.10

- - - - -
6e15d8da by Matti Picus at 2023-02-27T09:52:48+02:00
resync test file

--HG--
branch : py3.10

- - - - -
7f8adba1 by Carl Friedrich Bolz-Tereick at 2023-02-27T16:21:52+01:00
fix translation?

--HG--
branch : py3.10

- - - - -
694f0a43 by Carl Friedrich Bolz-Tereick at 2023-02-27T16:43:05+01:00
another fix, but something still wrong with print

--HG--
branch : py3.10

- - - - -
7d26256f by Carl Friedrich Bolz-Tereick at 2023-02-27T17:08:24+01:00
fix print again

--HG--
branch : py3.10

- - - - -
2dc18259 by Carl Friedrich Bolz-Tereick at 2023-02-27T17:18:19+01:00
add a 'level' value to Tokens

--HG--
branch : py3.10

- - - - -
2a965dcb by Carl Friedrich Bolz-Tereick at 2023-02-27T17:25:24+01:00
fixed the comma suggestions, they only happen within parentheses now

--HG--
branch : py3.10

- - - - -
55fcd266 by Carl Friedrich Bolz-Tereick at 2023-02-27T17:36:41+01:00
merge py3.10

--HG--
branch : py3.10-bytecode-positions

- - - - -
8875b2aa by Carl Friedrich Bolz-Tereick at 2023-02-27T17:39:05+01:00
fix import

--HG--
branch : py3.10-bytecode-positions

- - - - -
6ab8f5a9 by Carl Friedrich Bolz-Tereick at 2023-02-27T18:01:06+01:00
this is actually what CPython gives too

--HG--
branch : py3.10-bytecode-positions

- - - - -
9b511fcf by Carl Friedrich Bolz-Tereick at 2023-02-27T20:11:50+01:00
use position_info more consistently

(this produces yet different results for the finally test, but I am fine with
that)

--HG--
branch : py3.10-bytecode-positions

- - - - -
1c221719 by Carl Friedrich Bolz-Tereick at 2023-02-27T20:50:27+01:00
small refactoring

--HG--
branch : py3.10-bytecode-positions

- - - - -
59febe3e by Carl Friedrich Bolz-Tereick at 2023-02-27T20:50:41+01:00
do better about yield errors generated from symtable

--HG--
branch : py3.10-bytecode-positions

- - - - -
4b45011e by Carl Friedrich Bolz-Tereick at 2023-02-27T21:00:13+01:00
error position of import * in function

--HG--
branch : py3.10-bytecode-positions

- - - - -
7b24cb9e by Carl Friedrich Bolz-Tereick at 2023-02-27T21:07:35+01:00
another position fix

--HG--
branch : py3.10-bytecode-positions

- - - - -
df1593ad by Carl Friedrich Bolz-Tereick at 2023-02-27T21:16:24+01:00
another position fix, an off-by-one-error

--HG--
branch : py3.10-bytecode-positions

- - - - -
932b0291 by Carl Friedrich Bolz-Tereick at 2023-02-27T21:23:51+01:00
this one will never work

--HG--
branch : py3.10-bytecode-positions

- - - - -
8dcd73f8 by Carl Friedrich Bolz-Tereick at 2023-02-27T21:37:56+01:00
do something less completely wrong about end_offset in case of unicode chars
(corner cases still not quite fixed)

--HG--
branch : py3.10-bytecode-positions

- - - - -


30 changed files:

- extra_tests/test_traceback_suggestions.py
- lib-python/3/ctypes/test/test_numbers.py
- lib-python/3/ctypes/test/test_struct_fields.py
- lib-python/3/ctypes/test/test_structures.py
- lib-python/3/site.py
- lib-python/3/test/support/__init__.py
- lib-python/3/test/test_builtin.py
- lib-python/3/test/test_codecs.py
- lib-python/3/test/test_collections.py
- lib-python/3/test/test_exceptions.py
- lib-python/3/test/test_extcall.py
- lib-python/3/test/test_frozen.py
- lib-python/3/test/test_funcattrs.py
- lib-python/3/test/test_itertools.py
- lib-python/3/test/test_multibytecodec.py
- lib-python/3/test/test_pdb.py
- lib-python/3/test/test_range.py
- lib-python/3/test/test_readline.py
- lib-python/3/test/test_regrtest.py
- lib-python/3/test/test_typing.py
- lib-python/3/test/test_unpack_ex.py
- lib-python/3/traceback.py
- lib-python/3/venv/__init__.py
- lib_pypy/_cffi_ssl/_cffi_src/openssl/evp.py
- lib_pypy/_ctypes_test.py → lib_pypy/_ctypes_test_build.py
- lib_pypy/_hashlib/__init__.py
- lib_pypy/_pypy_generic_alias.py
- lib_pypy/_testcapimodule.c
- lib_pypy/grp.py
- lib_pypy/pyrepl/historical_reader.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7d71ea735e3b6e1bdeba202c00436de18df49af8...8dcd73f82730f023a33f1dc149af68976262e559

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7d71ea735e3b6e1bdeba202c00436de18df49af8...8dcd73f82730f023a33f1dc149af68976262e559
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