Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
cebc4f06 by Stefano Rivera at 2023-05-14T08:31:16-04:00
Backed out changeset 3f8f71f89399
This was the changeset I *meant* to back out earlier.
- - - - -
e771915d by Stefano Rivera at 2023-05-14T08:36:31-04:00
Use C99 NAN
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
97957124 by Stefano Rivera at 2023-05-14T08:09:24-04:00
Backed out changeset b9b73c670a2e
Backed out the wrong changeset. Doh.
- - - - -
1 changed file:
- .hgtags
View it on Heptapod:
https://foss.heptapod.net/pypy
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
3bbb78a3 by Stefano Rivera at 2023-05-13T19:27:30-04:00
Backed out changeset e169c8518a07
I hadn't tested it. I just assumed it was the issue, it wasn't.
- - - - -
1 changed file:
- .hgtags
View it o
Stefano Rivera pushed to branch branch/py3.9 at PyPy / pypy
Commits:
f0ebf126 by Stefano Rivera at 2023-05-13T18:38:04-04:00
Tests: Skip AppTestSocket tests on ConnectionRefusedError
In my firewalled test environment, connection attempts to the Internet
will result in a ConnectionRefusedError
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
cc71c180 by Stefano Rivera at 2023-05-13T18:38:54-04:00
Tests: Ignore NaN mismatch on app tests under cPython 2.7
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_floatobject.py
View it on Heptapod:
https
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
616d6a19 by Stefano Rivera at 2022-01-27T22:49:35-04:00
pycparser isn't required, it's vendored
- - - - -
1 changed file:
- lib_pypy/cffi.dist-info/METADATA
View it on Heptapod:
https://foss.heptapod.net
Stefano Rivera pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy
Commits:
09759a07 by Stefano Rivera at 2022-01-27T21:28:15-04:00
This is version 7.3.8
--HG--
branch : release-pypy3.8-v7.x
- - - - -
1 changed file:
- pypy/doc/conf.py
View it on Heptapod:
https
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
b350099e by Stefano Rivera at 2022-01-22T12:31:26-04:00
Skip tests requiring TLS 1.2 under OpenSSL 3
We could parse for SECLEVEL in openssl.conf, but just skipping them is much
simpler.
--HG--
branch : py2.7
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
1bb775cd by Stefano Rivera at 2022-01-22T12:21:28-04:00
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default
--HG--
branch : py2.7-openssl3
- - - - -
3 changed files:
- lib_pypy/_cffi_ssl/_cffi_src
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
f622a37e by Stefano Rivera at 2022-01-21T22:30:27-04:00
Remove PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER - these aren't exposed
in Python 2.7
--HG--
branch : py2.7-openssl3
- - - - -
1 changed
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
6839acd9 by Stefano Rivera at 2022-01-21T19:07:23-04:00
Backport OSError to Python 2.7 IOError
--HG--
branch : py2.7-openssl3
- - - - -
1 changed file:
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
View it on
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
f91ebf2b by Stefano Rivera at 2022-01-21T18:45:24-04:00
Backport 'str' to Python 2.7 'unicode'
--HG--
branch : py2.7-openssl3
- - - - -
1 changed file:
- lib_pypy/_cffi_ssl/_stdssl/__in
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
e1427212 by Stefano Rivera at 2022-01-21T18:35:53-04:00
Revert bpo-28182: Expose OpenSSL verification results (#3412)
This was a 3.7 feature, 2.7 didn't have it.
--HG--
branch : py2.7-openssl3
- - - - -
0e9
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
56e381e4 by Stefano Rivera at 2022-01-21T17:28:46-04:00
Avoid forcing the use of TLS 1.0 in SSL Tests
OpenSSL 3 disables TLS 1.0 and 1.1 by default:
> The security strength of SHA1 and MD5 based signatures in
Stefano Rivera pushed new branch branch/multiarch-tag at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/multiarch-tag
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-c
Stefano Rivera pushed to branch branch/py3.7 at PyPy / pypy
Commits:
95e2b412 by Stefano Rivera at 2021-04-16T08:27:57-04:00
Thow an early if OpenSSL is older than 1.0.2
--HG--
branch : py3.7
- - - - -
2 changed files:
- lib_pypy/_cffi_ssl/README.md
- lib_pypy/_cffi_ssl/_cffi_src/openssl
Stefano Rivera pushed to branch branch/py3.7 at PyPy / pypy
Commits:
f652e182 by Stefano Rivera at 2021-04-14T10:07:42-04:00
SSL: SSL_set1_param setters were added in OpenSSL 1.0.0, the getters came later
in 1.0.2
--HG--
branch : py3.7
- - - - -
1 changed file:
- lib_pypy/_cffi_ssl
Stefano Rivera pushed to branch branch/py3.7 at PyPy / pypy
Commits:
536e43b6 by Stefano Rivera at 2021-04-13T21:10:31-04:00
Support OpenSSL 1.0.2 again
7.3.4 dropped support for OpenSSL < 1.1.0, accidentally.
This allows PyPy 3.7 to be built on Ubuntu 16.04, which is almost at end of
l
Stefano Rivera pushed to branch branch/py3.7 at PyPy / pypy
Commits:
bcbc4068 by Stefano Rivera at 2021-03-21T19:36:35-07:00
Trailing comma
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/imp/moduledef.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
640fb431 by Stefano Rivera at 2021-03-21T13:50:32-07:00
Remove trailing whitespace
- - - - -
1 changed file:
- pypy/module/sys/test/test_sysmodule.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit
Stefano Rivera pushed to branch branch/py3.6 at PyPy / pypy
Commits:
ac8d09ca by Stefano Rivera at 2020-10-14T00:29:24-07:00
test_dis: Drop unnecessary Stack size deltas
--HG--
branch : py3.6
- - - - -
820bd34a by Stefano Rivera at 2020-10-14T01:55:13-07:00
bpo-11471: avoid generating a
Stefano Rivera pushed to branch branch/py3.6 at PyPy / pypy
Commits:
b743e79a by Stefano Rivera at 2020-10-13T23:10:14-07:00
bpo-33041: Fixed jumping if the function contains an 'async for' loop.
--HG--
branch : py3.6
- - - - -
b274ff65 by Stefano Rivera at 2020-10-13T23:15:58
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
1c587c14 by Stefano Rivera at 2020-10-13T19:53:55-07:00
bpo-31893: Simplify select.kqueue object comparison
Return NotImplemented in comparison with other types, resulting in a defined
ordering on 2.7, and an exception on
Stefano Rivera pushed to branch branch/py3.6 at PyPy / pypy
Commits:
ba379e5c by Stefano Rivera at 2020-10-13T18:52:29-07:00
Allow customizing structseq constructors for sched_param() (cPython
compatibility)
--HG--
branch : py3.6
- - - - -
3 changed files:
- lib_pypy/_structseq.py
- pypy
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
2f1b824f by Stefano Rivera at 2020-10-10T13:13:34-07:00
bpo-35194: Fix a wrong constant in cp932 codec.
- - - - -
3b0a9c0d by Stefano Rivera at 2020-10-10T13:16:02-07:00
bpo-34794: Fix a leak in Tkinter
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
119699b4 by Stefano Rivera at 2020-10-10T00:07:05-07:00
getsockopt(): For boolean options, non-zero vales are true
On MacOS, TCP_NODELAY was returning 4.
- - - - -
6f9118ce by Stefano Rivera at 2020-10-10T00:21:27
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
c504a6cd by Stefano Rivera at 2020-10-10T09:02:44-07:00
Drop -n, on MacOS, the builtin echo in sh doesn't support -n
- - - - -
da4d2ab5 by Stefano Rivera at 2020-10-10T09:04:34-07:00
We now have an nt_pypy s
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
119699b4 by Stefano Rivera at 2020-10-10T00:07:05-07:00
getsockopt(): For boolean options, non-zero vales are true
On MacOS, TCP_NODELAY was returning 4.
- - - - -
6f9118ce by Stefano Rivera at 2020-10-10T00:21:27-07:00
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
d60906d4 by Stefano Rivera at 2020-10-09T23:34:48-07:00
bpo-30058: Fixed buffer overflow in select.kqueue.control().
--HG--
branch : stdlib-2.7.18-3
- - - - -
2 changed files:
- pypy/module/select
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
71d608cb by Armin Rigo at 2020-09-28T13:42:11+02:00
issue3312: some limited support for longdouble constants
- - - - -
d91f3c43 by Matti Picus at 2020-09-28T23:01:57+03:00
reapply PyPy fixes to urllib2.py after
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
69cbbe98 by Stefano Rivera at 2020-10-09T22:52:31-07:00
ctypes: Pass structs by value
Picked up on arm64, thanks to the test from bpo-29565.
--HG--
branch : stdlib-2.7.18-3
- - - - -
1 changed file:
- lib_pypy
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
f69fc4a7 by Stefano Rivera at 2020-10-09T17:58:40-07:00
blind commit: Hopefully fixing test.test_tcl.TclTest.test_getint on linux32
--HG--
branch : stdlib-2.7.18-3
- - - - -
13debb05 by Stefano Rivera at 2020-10
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
22f9a6f1 by Stefano Rivera at 2020-10-09T16:31:09-07:00
This is Python 2, no f-strings yet
--HG--
branch : stdlib-2.7.18-3
- - - - -
1 changed file:
- extra_tests/ctypes_tests/test_buffers.py
View it on
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
ff414866 by Stefano Rivera at 2020-10-09T11:22:08-07:00
test_multiprocessing: pypy's GC doesn't have {get,set}_threshold
--HG--
branch : stdlib-2.7.18-3
- - - - -
d812baf0 by Stefano Rivera at 2020-10-0
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
43047ca2 by Stefano Rivera at 2020-10-09T10:02:19-07:00
fix test
(grafted from c8644313626b882272ff489a1a4c8eca55a58426)
--HG--
branch : stdlib-2.7.18-3
- - - - -
1 changed file:
- extra_tests/ctypes_tests
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
9ad9e775 by Stefano Rivera at 2020-10-09T09:56:42-07:00
Replace more test_support with support. Bad merge?
--HG--
branch : stdlib-2.7.18-3
- - - - -
1 changed file:
- lib-python/2.7/test/test_multiprocessing.py
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
2cdce53c by Stefano Rivera at 2020-10-09T08:19:20-07:00
Check return value of decoder.getstate()
(grafted from c795f015ed3622fec95ddaba460f87e197a8a736)
--HG--
branch : stdlib-2.7.18-3
- - - - -
e4d87836 by
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
e20c5ce6 by Stefano Rivera at 2020-10-09T07:54:08-07:00
Backed out changeset 396185377e61
Whoops, meant to strip that before pushing
--HG--
branch : stdlib-2.7.18-3
- - - - -
1 changed file:
- − pypy
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
881b7c78 by Stefano Rivera at 2020-10-08T23:48:47-07:00
Temporary: app_test for sys_settrace
--HG--
branch : stdlib-2.7.18-3
- - - - -
75ea3bc4 by Stefano Rivera at 2020-10-08T20:01:05-07:00
cpython compatibility
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
e53b3dde by Stefano Rivera at 2020-10-07T22:44:58-07:00
Explicitly disable cElementTree tests more effectively (so @cet_only works)
Backed out changeset 2dbf44ce2b79
--HG--
branch : stdlib-2.7.18-3
- - - - -
1
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
1429b4e8 by Stefano Rivera at 2020-10-07T22:32:38-07:00
PyPy's parser has always pointed to the start of the token, not the end
cPython >= 3.8 has now followed in bpo-34683.
--HG--
branch : stdlib-
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
1c0496fe by Stefano Rivera at 2020-10-07T22:13:31-07:00
Revert 8f04b833f59a, superseded by bpo-30365
--HG--
branch : stdlib-2.7.18-3
- - - - -
1 changed file:
- lib-python/2.7/xml/etree/ElementTree.py
View it
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
a3b58b5c by Stefano Rivera at 2020-10-07T19:53:31-07:00
test: pypy's exception message differs
--HG--
branch : stdlib-2.7.18-3
- - - - -
6cacdb12 by Stefano Rivera at 2020-10-07T19:53:42-07:00
test: A
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
97f8a66d by Stefano Rivera at 2020-10-07T19:24:51-07:00
Fix the bpo-30730 test (invalid env vars in subprocess) in the posix
implementation
--HG--
branch : stdlib-2.7.18-3
- - - - -
1 changed file:
- lib
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
467c9f9f by Stefano Rivera at 2020-10-07T17:08:13-07:00
Leave internal state unchanged if _random.Random.setstate() raises an exception
(bpo-29960)
(grafted from 2cbe9ff660033e5af4ea7e99b5d6584853fcee53)
--HG
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
2a6b624d by Stefano Rivera at 2020-10-07T12:10:22-07:00
Reject environmnet variables containing =
Adapted from 1697fc0bff5dd60fd0ed4149b238a21a3485a38d
> Issue 3136: Windows: os.putenv()
--HG--
branch : std
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
8067c535 by Stefano Rivera at 2020-10-06T16:11:46-07:00
CPython compatibility: IOBase.readlines() should rely on the iterator protocol
instead of calling readline() directly
(grafted from
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
8750999f by Stefano Rivera at 2020-10-05T20:06:39-07:00
Fix test_dict failures from bpo-27945 tests
As-applied to py3.6 in 63c246992f08
--HG--
branch : stdlib-2.7.18-3
- - - - -
b0ddceb1 by Stefano Rivera at 2020
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
2b6d8a98 by Stefano Rivera at 2020-10-05T18:42:38-07:00
Return a TypeError like cpython would if a timedelta argument doesn't
divmod correctly
Handle the ridiculous __divmod__ results
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
54c76ca0 by Ronan Lamy at 2020-05-27T17:57:16+01:00
Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746)
--HG--
branch : stdlib-2.7.18-3
- - - - -
b47c45b9 by Matti Picus at 2019-08-25T10:36:16
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
64ab68e9 by Ronan Lamy at 2019-10-16T17:57:57+01:00
Fix handling escape characters in HZ codec (bpo-30003)
--HG--
branch : stdlib-2.7.18-3
- - - - -
a9fb5988 by Stefano Rivera at 2020-10-02T22:06:02-07:00
Handle
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
5374494e by Stefano Rivera at 2020-10-02T17:40:25-07:00
Update _testcapimodule to 2.7.18
Skip test_long_as_unsigned_long_long_mask as it currently segfaults
--HG--
branch : stdlib-2.7.18-3
- - - - -
8a37c310 by
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits:
d45eb67d by Stefano Rivera at 2020-10-02T13:06:56-07:00
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators
--HG--
branch : stdlib-2.7.18-3
- - - - -
eef497d7 by Stefano Rivera at 2015
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
bb007914 by Stefano Rivera at 2020-09-26T21:13:09-07:00
Replace another python call. Debian removed the /usr/bin/python binary
- - - - -
1 changed file:
- pypy/module/posix/test/test_posix2.py
View it on GitLab
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
05bcd838 by Stefano Rivera at 2020-09-22T14:35:38-07:00
Update path to build_cffi_imports.py
- - - - -
1 changed file:
- Makefile
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit
Stefano Rivera pushed to branch branch/default at PyPy / pypy
Commits:
700f426c by Stefano Rivera at 2020-04-03T12:28:18-07:00
typo
- - - - -
1 changed file:
- pypy/doc/release-v7.3.1.rst
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/commit
56 matches
Mail list logo