- 04 Oct, 2022 9 commits
-
-
ento authored
-
ento authored
-pipe tells gcc to use pipes instead of temporary files, which in general leads to faster compile time, making it a kind of an optimization flag
-
ento authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
I do not reproduce locally on mac, with matching pylint and astroid versions. See https://github.com/gevent/gevent/actions/runs/3042157082/jobs/5192451149
-
Jason Madden authored
Fix various build and test failures
-
- 13 Sep, 2022 1 commit
-
-
ento authored
-
- 11 Sep, 2022 7 commits
-
-
ento authored
``` $ pypy Python 2.7.18 (596a3d4905d6452b2ac871c1b39dea68418b4f64, May 29 2022, 00:39:20) ... >>>> from ssl import SSLSyscallError >>>> SSLSyscallError.__mro__ (<class '_cffi_ssl._stdssl.error.SSLSyscallError'>, <class '_cffi_ssl._stdssl.error.SSLError'>, <class '_socket.error'>, <type 'exceptions.IOError'>, <type 'exceptions.EnvironmentError'>, <typ e 'exceptions.StandardError'>, <type 'exceptions.Exception'>, <type 'exceptions.BaseException'>, <type 'object'>) ``` Where I think _socket.error is defined: https://github.com/mozillazg/pypy/blob/release-pypy2.7-v7.3.9/pypy/module/_socket/interp_socket.py#L679-L680
-
ento authored
-
ento authored
-
ento authored
-
ento authored
'no-self-use' was moved to an optional extension, i.e. it's now disabled by default, so no need to expicitly disable it
-
ento authored
bad-functions is an option recognized by the bad-builtin checker, which used to be enabled by default but is now an optional plugin: https://pylint.pycqa.org/en/v2.15.2/user_guide/checkers/extensions.html#deprecated-builtins-checker-documentation
-
ento authored
The version range in setup.py's greenlet_requires variable is >=1.1.0, <2.0, but in CI, the upper limit was not specified. greenlet v2.0.0a1 is out now, and since its PyGreenlet's data structure is not backwards compatible, geven'ts build was failing.
-
- 20 Jan, 2022 1 commit
-
-
Jason Madden authored
Improved documentation of link() and rawlink()
-
- 18 Jan, 2022 1 commit
-
-
aathan authored
-
- 16 Dec, 2021 1 commit
-
-
Jason Madden authored
Update to libuv 1.42.0
-
- 15 Dec, 2021 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
fixes #1851
-
Jason Madden authored
Upgrade embedded c-ares to 1.18.1
-
Jason Madden authored
Fixes #1847
-
- 14 Dec, 2021 2 commits
-
-
Jason Madden authored
Add pypy3.7 to Appveyor.
-
Jason Madden authored
Fixes #1798. Add test_signal for all versions. Give up and disable test_signal on PyPy/Win. It hangs without running any tests. Disable test__threading_vs_settrace on PyPy3/Appveyor. Somehow it fails to launch the script for unknown reasons.
-
- 11 Dec, 2021 9 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
.misc doesn't get put in the changelog by towncrier.
-
Jason Madden authored
.misc doesn't get put in the changelog by towncrier.
-
Jason Madden authored
-
Jason Madden authored
Adding musllinux binary wheels and testing.
-
Jason Madden authored
-
Jason Madden authored
Update tested versions of PyPy
-
Jason Madden authored
-
- 08 Dec, 2021 2 commits
-
-
Jason Madden authored
This is also 64-bit.
-
Jason Madden authored
Update to testing 3.10.0 final
-
- 07 Dec, 2021 3 commits
-
-
Jason Madden authored
That's the latest that GHA currently has. We've been testing 3.10.0 on AppVeyor.
-
Jason Madden authored
Updated 1814
-
Jason Madden authored
-