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


Commits:
d00d0100 by Matti Picus at 2021-12-12T18:35:41+02:00
fix failing test

- - - - -
441ff264 by Matti Picus at 2021-12-20T09:20:02+02:00
fix test for misinterpreted OpenSSL version scheme (bpo-46114)

--HG--
branch : py3.8

- - - - -
7a167978 by Matti Picus at 2021-12-23T13:30:54+02:00
test, implement PyModule_NewObject

--HG--
branch : py3.7

- - - - -
1b878855 by Matti Picus at 2021-12-20T09:20:02+02:00
fix test for misinterpreted OpenSSL version scheme (bpo-46114)

--HG--
branch : py3.7

- - - - -
16111f2b by Matti Picus at 2021-12-21T10:46:24+02:00
ignore build artifact

--HG--
branch : py3.7

- - - - -
78586987 by Matti Picus at 2021-12-21T10:48:15+02:00
remove stray comma

--HG--
branch : py3.8

- - - - -
a0c08d02 by Matti Picus at 2021-12-21T10:49:05+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
dcc8cea5 by Matti Picus at 2021-12-23T01:17:57+02:00
add PyCompilerFlags.cf_feature_version (bpo 35766)

--HG--
branch : py3.8

- - - - -
f1b8a18d by Carl Friedrich Bolz-Tereick at 2021-12-23T10:58:56+01:00
#3617: move the crash functionality for testing into its own function, add
docstrings

- - - - -
00a9c32d by Matti Picus at 2021-12-23T16:45:27+02:00
test, fix overflow error message to be more helpful than "int too large 
for int"

--HG--
branch : py3.7

- - - - -
c68bbf8f by Carl Friedrich Bolz-Tereick at 2021-12-23T18:44:25+01:00
support __reversed__ on weakref proxies

--HG--
branch : py3.9

- - - - -
b369f355 by Carl Friedrich Bolz-Tereick at 2021-12-23T19:08:21+01:00
add collects, remove worse error message check

--HG--
branch : py3.9

- - - - -
2ebfbae9 by Matti Picus at 2021-12-23T21:26:43+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
80036487 by Carl Friedrich Bolz-Tereick at 2021-12-23T20:52:48+01:00
update timeit to bring it closer to 3.9 again

--HG--
branch : py3.9

- - - - -
f403f621 by Carl Friedrich Bolz-Tereick at 2021-12-23T20:59:42+01:00
fix tests (they are more like cpython now too)

--HG--
branch : py3.9

- - - - -
d9d3cbec by Matti Picus at 2021-12-24T01:04:39+02:00
refactor to expose PyModule_ExecDef (tested in cython module_api)

--HG--
branch : py3.7

- - - - -
f5242045 by Matti Picus at 2021-12-24T01:05:26+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
2c3a0e63 by Matti Picus at 2021-12-27T08:54:03+02:00
move toward one source of truth for so_name and (windows) exe_name_w

- - - - -
7bd6898d by Matti Picus at 2021-12-27T22:55:41+02:00
set rpython MAXUNICODE to 0x10ffff since we use utf8 universally

- - - - -
68d9dcd3 by Matti Picus at 2021-12-28T00:33:49+02:00
more refactoring of exe name

- - - - -
be68cbd6 by Matti Picus at 2021-12-28T00:41:57+02:00
merge default

--HG--
branch : py3.7

- - - - -
311e7db7 by Matti Picus at 2021-12-28T00:42:43+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
4dee3757 by Matti Picus at 2021-12-28T00:43:06+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -
106f751a by Matti Picus at 2021-12-28T10:52:40+02:00
limit pwd.getpwnam to str, issue 3624

--HG--
branch : py3.7

- - - - -
0f29ffb0 by Matti Picus at 2021-12-28T19:38:54+02:00
fix compilation on darwin

--HG--
branch : py3.9

- - - - -
6c7f3750 by Matti Picus at 2021-12-29T10:13:00+02:00
reduce diff to cpython: remove darwin gcc flags in distutils/unixccompiler

--HG--
branch : py3.9

- - - - -
e8f603da by Matti Picus at 2021-12-29T10:34:27+02:00
virtualenv fails when window's dll is libpypy3.9-c.exe

revert this when https://github.com/pypa/virtualenv/issues/2260 is resolved

--HG--
branch : py3.9

- - - - -
94c2f0d2 by Matti Picus at 2021-12-29T13:50:21+02:00
exe target is self.exe_name not self.c_entryp

- - - - -
7647cbce by Matti Picus at 2021-12-29T23:36:29+02:00
fix _io warning type

--HG--
branch : py3.8

- - - - -
72c114c4 by Matti Picus at 2021-12-30T00:27:32+02:00
in socket.socket(fileno=fileno), fileno must be an int not fid itself

--HG--
branch : py3.8

- - - - -
91dda4e8 by Matti Picus at 2021-12-30T11:15:11+02:00
test, fix for exe name with formatting

- - - - -
5632170c by Matti Picus at 2021-12-30T14:35:46+02:00
add LDFLAGS to sysconfig, adjust for py3.8 layout

--HG--
branch : py3.8

- - - - -
c5b2a3d0 by Matti Picus at 2021-12-30T15:09:49+02:00
comprimise: fix both test and thread error formatting

--HG--
branch : py3.8

- - - - -
d34fb03a by Matti Picus at 2021-12-30T15:14:52+02:00
compromise: fix socket error message and test

--HG--
branch : py3.8

- - - - -
66e25a06 by Matti Picus at 2021-12-30T15:42:47+02:00
gc.collect inside the warning context manager

--HG--
branch : py3.8

- - - - -
344ea4c4 by Matti Picus at 2021-12-30T18:03:44+02:00
fix logic condition in _overlapped (part of issue 167515)

--HG--
branch : py3.7

- - - - -
4014b86f by Matti Picus at 2021-12-30T18:04:17+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
4c14a3a4 by Matti Picus at 2021-12-30T19:22:50+02:00
typo

--HG--
branch : py3.7

- - - - -
65f2d62a by Matti Picus at 2021-12-30T19:23:12+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
24474a10 by Matti Picus at 2021-12-30T22:43:02+02:00
fix stdlib test: CPython does not preserve the scopeID in the address name 
(issue 3628)

--HG--
branch : py3.8

- - - - -
d884c4ad by Matti Picus at 2021-12-31T09:07:32+02:00
fix test

--HG--
branch : py3.8

- - - - -
1f650ae8 by Matti Picus at 2021-12-31T13:28:32+02:00
replicate enough of the driver and genc stages in tests to replicate the 
current failure

- - - - -
3e153622 by Matti Picus at 2021-12-31T13:50:26+02:00
fix failure: copy out the exename.basename exactly as created by the makefile

- - - - -
44ecea6a by Matti Picus at 2021-12-31T15:14:29+02:00
fix trivial errors

--HG--
branch : py3.8

- - - - -
37a716b7 by Matti Picus at 2021-12-31T15:29:38+02:00
fix translation on windows

--HG--
branch : py3.8

- - - - -
4bf16a4e by Matti Picus at 2021-12-31T16:28:20+02:00
fix for dbm

--HG--
branch : py3.8

- - - - -
18cb2fc7 by Matti Picus at 2021-12-31T16:41:29+02:00
change bare exception to avoid catching KeyboardInterrupt

--HG--
branch : py3.8

- - - - -
796b34f5 by Matti Picus at 2021-12-31T16:51:01+02:00
use a sentinal to avoid confusing chained exceptions if an error occurs

--HG--
branch : py3.8

- - - - -
2355b805 by Matti Picus at 2021-12-31T16:51:12+02:00
also check self._db

--HG--
branch : py3.8

- - - - -
9fcd6805 by Matti Picus at 2021-12-31T21:20:58+02:00
use __index__ to avoid deprecation warning

--HG--
branch : py3.8

- - - - -
d27611b5 by Matti Picus at 2022-01-01T11:20:16+02:00
update license for 2022

- - - - -
97b5dd21 by Matti Picus at 2022-01-01T11:20:44+02:00
merge default

--HG--
branch : py3.7

- - - - -
6d680262 by Matti Picus at 2022-01-01T11:21:16+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
09600a04 by Matti Picus at 2022-01-01T14:05:38+02:00
fix condition for windows

- - - - -
1cb538fc by Matti Picus at 2022-01-01T12:13:27+02:00
fix test

- - - - -
15bc5334 by Matti Picus at 2022-01-01T21:23:37+02:00
quiet more warnings in extra_tests

--HG--
branch : py3.8

- - - - -
df1cd70e by Matti Picus at 2022-01-02T12:41:37+02:00
add winreg auditing, convert unwrap_spec(...="unicode"...) to utf8

One step closer to removing realunicode_w

--HG--
branch : py3.8

- - - - -
56c274d9 by Matti Picus at 2022-01-02T15:31:52+02:00
putenv leaks memory

--HG--
branch : py3.7

- - - - -
c5624c59 by Matti Picus at 2022-01-02T15:35:27+02:00
fix test for windows

--HG--
branch : py3.7

- - - - -
cec0cb94 by Matti Picus at 2022-01-02T15:50:36+02:00
skip test even if run on pypy2.7 (app_main is not python2 syntax)

--HG--
branch : py3.7

- - - - -
29444c7f by Matti Picus at 2022-01-02T16:31:11+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
4d06d1f6 by Matti Picus at 2022-01-03T00:12:52+02:00
only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 
3630)

--HG--
branch : py3.7

- - - - -
13b4b5f3 by Matti Picus at 2022-01-03T00:13:12+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
3759e134 by Carl Friedrich Bolz-Tereick at 2022-01-03T10:15:37+01:00
fix test_enforceargs_not_constant in test_objectmodel.py

(broken by fb1d3c8896bf, thanks mattip for noticing!)

- - - - -
a12f6591 by Carl Friedrich Bolz-Tereick at 2022-01-03T10:34:37+01:00
fix pyrolog link

- - - - -
74caede9 by Carl Friedrich Bolz-Tereick at 2022-01-03T11:16:48+01:00
fix test

--HG--
branch : py3.9

- - - - -
687d099e by Carl Friedrich Bolz-Tereick at 2022-01-03T12:33:56+01:00
fix PySet_Add on frozenset after breaking it in 8b8cbecba837

--HG--
branch : py3.9

- - - - -
24562e8f by Carl Friedrich Bolz-Tereick at 2022-01-03T12:42:00+01:00
make test cpython-safe

--HG--
branch : py3.9

- - - - -
4ec0c816 by Carl Friedrich Bolz-Tereick at 2022-01-03T13:26:51+01:00
slightly indirect, but this unbreaks test_ztranslation

--HG--
branch : py3.9

- - - - -
96eeb88f by Matti Picus at 2022-01-03T22:56:52+02:00
add a test for _posixprocess.fork_exec based on issue 3630

--HG--
branch : py3.7

- - - - -
e6d888e4 by Matti Picus at 2022-01-04T10:48:25+02:00
remove redundant call of threading._after_fork, done via an explicit hook 
(issue 3623)

Part of CPython PR 1843 which added the hook when importing threading

--HG--
branch : py3.7

- - - - -
e6483a0b by Carl Friedrich Bolz-Tereick at 2022-01-04T13:13:04+01:00
add a test for 54baec57aa68, issue #3623, don't call threading._after_fork
twice

(it's not just about calling it twice, also about
pypy.module.thread.os_thread.reinit_threads being run *after* user-defined fork
hooks)

--HG--
branch : py3.7

- - - - -
ba91d392 by Carl Friedrich Bolz-Tereick at 2022-01-04T13:21:38+01:00
#3623 move to extra_tests instead

--HG--
branch : py3.7

- - - - -
c4f85fc6 by Carl Friedrich Bolz-Tereick at 2022-01-03T13:26:51+01:00
slightly indirect, but this unbreaks test_ztranslation

--HG--
branch : py3.7

- - - - -
997083ea by Carl Friedrich Bolz-Tereick at 2022-01-03T13:34:18+01:00
fix the magic test finally

--HG--
branch : py3.9

- - - - -
e82b3456 by Carl Friedrich Bolz-Tereick at 2022-01-03T13:35:16+01:00
fix the tests of package.py

--HG--
branch : py3.9

- - - - -
23723d5f by Carl Friedrich Bolz-Tereick at 2022-01-03T18:36:43+01:00
use _marshal, it's py2 compatible

--HG--
branch : py3.9

- - - - -
16f31352 by Matti Picus at 2022-01-03T19:38:06+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -
8e3e9edc by Matti Picus at 2022-01-03T19:38:48+02:00
merge heads

--HG--
branch : py3.9

- - - - -
bf7054bf by Matti Picus at 2022-01-03T23:01:59+02:00
virtualenv-20.13.0 now supports the new pypy3.9 naming scheme

--HG--
branch : py3.9

- - - - -
cc247570 by Matti Picus at 2022-01-03T23:12:54+02:00
fix indent to properly skip implementation detail

--HG--
branch : py3.9

- - - - -
17c7d9dd by Matti Picus at 2022-01-04T00:05:36+02:00
fix mmap errors and flush return value

--HG--
branch : py3.9

- - - - -
600c0449 by Matti Picus at 2022-01-04T00:13:59+02:00
rename parameters of sendfile

--HG--
branch : py3.9

- - - - -
9dc492ae by Matti Picus at 2022-01-05T00:38:03+02:00
test, fix corner case when running with -c

--HG--
branch : py3.7

- - - - -
a1e0a9aa by Matti Picus at 2022-01-05T00:42:25+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
6a503759 by Matti Picus at 2022-01-05T08:10:20+02:00
fixes for signal on windows

--HG--
branch : py3.8

- - - - -
c6820179 by Matti Picus at 2022-01-05T08:11:22+02:00
fix for improper use of rffi_platform.Has

- - - - -
59ef5a22 by Matti Picus at 2022-01-05T08:12:34+02:00
merge default

--HG--
branch : py3.7

- - - - -
0f477010 by Matti Picus at 2022-01-05T08:12:54+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
983cb832 by Matti Picus at 2022-01-05T09:41:10+02:00
test, fix raise_signal to not segfault on windows, refactor tests to use posix

The refactor saves some time on tests since they don't need applevel os

--HG--
branch : py3.8

- - - - -
86c15129 by Matti Picus at 2022-01-05T09:49:41+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -
989b1833 by Matti Picus at 2022-01-05T13:20:20+02:00
windows cannot check non-blocking mode

--HG--
branch : py3.8

- - - - -
8aac2639 by Matti Picus at 2022-01-05T13:21:14+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -
e8885fe8 by Matti Picus at 2022-01-05T18:35:19+02:00
update python3 version used for test_app_main

--HG--
branch : py3.9

- - - - -
93396444 by Matti Picus at 2022-01-09T15:28:46+02:00
merge py3.9 into branch

--HG--
branch : py3.9-platlibdir

- - - - -


30 changed files:

- LICENSE
- extra_tests/test_datetime.py
- extra_tests/test_posix.py
- lib-python/3/distutils/unixccompiler.py
- lib-python/3/test/test_asyncio/test_base_events.py
- lib-python/3/test/test_asyncio/test_events.py
- lib-python/3/test/test_inspect.py
- lib-python/3/test/test_socket.py
- lib-python/3/test/test_ssl.py
- lib-python/3/test/test_sysconfig.py
- lib-python/3/test/test_thread.py
- lib-python/3/test/test_timeit.py
- lib-python/3/test/test_weakref.py
- lib-python/3/timeit.py
- lib_pypy/_ctypes/function.py
- lib_pypy/_dbm.py
- lib_pypy/_gdbm.py
- lib_pypy/_gdbm_build.py
- lib_pypy/_overlapped.py
- lib_pypy/_sqlite3.py
- lib_pypy/_sysconfigdata.py
- pypy/conftest.py
- pypy/goal/targetpypystandalone.py
- pypy/interpreter/error.py
- pypy/interpreter/test/test_app_main.py
- pypy/interpreter/test/test_gateway.py
- pypy/module/__builtin__/test/test_breakpoint.py
- pypy/module/__pypy__/interp_magic.py
- pypy/module/__pypy__/moduledef.py
- pypy/module/__pypy__/test/test_special.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/f6a3efc4fcd779339d0f69c13badab54790015ca...93396444de5068b76659736a0a8c46f905746563

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/f6a3efc4fcd779339d0f69c13badab54790015ca...93396444de5068b76659736a0a8c46f905746563
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to