[pypy-commit] [Git][pypy/pypy][branch/py3.7] 42 commits: document warning fixes

Matti Picus (@mattip) foss at heptapod.net
Fri Nov 12 10:09:08 EST 2021



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


Commits:
e8879a96 by Matti Picus at 2021-10-16T18:49:15+03:00
document warning fixes

- - - - -
13f133ec by Matti Picus at 2021-10-17T13:24:28+03:00
Added tag release-pypy2.7-v7.3.6 for changeset b89256933b0b

- - - - -
7b55d506 by Matti Picus at 2021-10-17T13:25:36+03:00
Added tag release-pypy3.7-v7.3.6 for changeset cc3911ab8fcd

- - - - -
6222af75 by Matti Picus at 2021-10-17T13:26:00+03:00
Added tag release-pypy3.8-v7.3.6 for changeset 279d80ac2079

- - - - -
6018cf3b by Matti Picus at 2021-10-17T18:17:18+03:00
release 7.3.6

- - - - -
ded0eb8e by Matti Picus at 2021-10-18T19:01:05+03:00
cleanup and update libffi-7 to libffi-8 on windows

- - - - -
72985f6c by olliemath at 2021-10-18T21:59:57+01:00
Add .flake8 config for rpython

This should allow navigating/editing in editors with flake8 support.

--HG--
branch : flake8-configs

- - - - -
4d31ce76 by olliemath at 2021-10-18T22:58:10+01:00
Fix placeholder substitution mismatches

--HG--
branch : flake8-configs

- - - - -
ab375958 by olliemath at 2021-10-18T23:00:17+01:00
Remove duplicate dict keys

These are repeated (with the same values) afterward. So this commit should have
no effect (except readability).

--HG--
branch : flake8-configs

- - - - -
fe22de4e by olliemath at 2021-10-18T23:39:40+01:00
flake8 config: group TODO items

--HG--
branch : flake8-configs

- - - - -
d12a5349 by olliemath at 2021-10-19T00:05:26+01:00
Add flake8 config for pypy

Some code changes are still required for flake8 to pass.

--HG--
branch : flake8-configs

- - - - -
0532dbf3 by olliemath at 2021-10-19T00:20:07+01:00
Add global flake8 config

--HG--
branch : flake8-configs

- - - - -
424c4db0 by olliemath at 2021-10-19T00:48:29+01:00
Update flake8 exclude list

--HG--
branch : flake8-configs

- - - - -
6b31bdb5 by olliemath at 2021-10-19T00:56:12+01:00
Update flake8 config for __all__ metaprogramming

--HG--
branch : flake8-configs

- - - - -
e0272dc3 by olliemath at 2021-10-19T00:58:46+01:00
rst.py: replace bad 'raise NotImplemented(...)' calls

--HG--
branch : flake8-configs

- - - - -
ffd990c1 by olliemath at 2021-10-19T01:01:45+01:00
test_gil.py: fix bad string formatting

--HG--
branch : flake8-configs

- - - - -
6bfa9da0 by olliemath at 2021-10-19T01:07:20+01:00
Remove duplicate keys in makecontributor.py. This means all alias should now map correctly.

--HG--
branch : flake8-configs

- - - - -
f371d646 by Carl Friedrich Bolz-Tereick at 2021-10-20T10:14:30+02:00
#3568 use an unsigned int and masking for the request argument of fcntl.ioctl

- - - - -
eebba57b by Carl Friedrich Bolz-Tereick at 2021-10-20T09:42:07+00:00
Merge branch 'branch/flake8-configs' into 'branch/default'

Add .flake8 config for rpython

See merge request pypy/pypy!840

- - - - -
f4e341f9 by Matti Picus at 2021-10-24T10:06:59+03:00
stop using whatsnew-head: it is not worth the trouble

If we move to a move PR-centric workflow, perhaps we can re-institute it

- - - - -
d3fe5a1f by Matti Picus at 2021-10-24T10:45:10+03:00
Add contributor alias

- - - - -
a746be2c by Matti Picus at 2021-10-24T10:49:36+03:00
update pypy version to 7.4.1

- - - - -
7f72f5d7 by Matti Picus at 2021-10-24T11:00:44+03:00
start release note for 7.4.0

- - - - -
27e3dded by Matti Picus at 2021-10-24T17:08:52+03:00
revert 054d44179151, make version 7.3.8

- - - - -
05ad321b by Matti Picus at 2021-10-24T17:15:57+03:00
make release note 7.3.7

- - - - -
1f164ddd by Matti Picus at 2021-10-24T23:01:57+03:00
switch order of windows nightlies

- - - - -
1054a02d by Matti Picus at 2021-10-25T08:51:11+03:00
formatting

- - - - -
b151b6b9 by Matti Picus at 2021-10-25T10:45:18+03:00
typos

- - - - -
65f37f1e by Matti Picus at 2021-10-25T19:11:36+03:00
Added tag release-pypy3.8-v7.3.7 for changeset 9ef55f6fc369

- - - - -
bfa0435e by Matti Picus at 2021-10-25T19:12:27+03:00
Added tag release-pypy3.7-v7.3.7 for changeset 44db26267d0a

- - - - -
0e0f821a by Matti Picus at 2021-10-25T20:32:36+03:00
update versions.json and index the release note

- - - - -
cc9dd0b0 by Matti Picus at 2021-10-26T09:25:04+03:00
update links and mention binary-testing in how-to-release doc

- - - - -
5e59ec24 by fijal at 2021-11-03T11:46:45+02:00
print more details about the percentages

- - - - -
8a1fec73 by Matti Picus at 2021-11-04T00:46:02+02:00
pin docutils to unbreak python2 doc build

- - - - -
6d683995 by Matti Picus at 2021-11-04T00:47:10+02:00
typo

- - - - -
6f616fc3 by Matti Picus at 2021-11-07T11:57:47+02:00
mention that the macos tarballs are unsigned, and that homebrew does sign them

- - - - -
2d512096 by Matti Picus at 2021-11-08T22:03:38+02:00
document setting up a M1 machine for x86_64 translation

- - - - -
a9b8e507 by Matti Picus at 2021-11-11T00:22:41+02:00
formatting, typos

- - - - -
5a474552 by Matti Picus at 2021-11-11T00:37:06+02:00
refine a bit

- - - - -
35d34cb0 by Matti Picus at 2021-11-11T21:37:00+02:00
add more debugging information if a cffi build fails

- - - - -
83678679 by Matti Picus at 2021-11-11T22:34:49+02:00
improve logging, add lib64 to link directories for openssl

- - - - -
88a25e7b by Matti Picus at 2021-11-12T15:19:37+02:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -


24 changed files:

- + .flake8
- .hgtags
- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/build.rst
- pypy/doc/how-to-release.rst
- pypy/doc/index-of-release-notes.rst
- pypy/doc/install.rst
- pypy/doc/release-v7.3.6.rst
- + pypy/doc/release-v7.3.7.rst
- pypy/doc/requirements.txt
- pypy/doc/tool/makecontributor.py
- pypy/interpreter/baseobjspace.py
- pypy/module/fcntl/interp_fcntl.py
- pypy/module/fcntl/test/test_fcntl.py
- pypy/module/thread/test/test_gil.py
- pypy/tool/release/check_versions.py
- pypy/tool/release/repackage.sh
- pypy/tool/release/versions.json
- pypy/tool/rest/rst.py
- + rpython/.flake8
- rpython/jit/backend/zarch/instructions.py
- rpython/rlib/rsocket.py
- rpython/rtyper/lltypesystem/opimpl.py
- rpython/tool/logparser.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c0ddcc86e5321e1cf99df43f5c776e74c8122a9e...88a25e7b24244c4bc4bb473e54a018d07359c799

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c0ddcc86e5321e1cf99df43f5c776e74c8122a9e...88a25e7b24244c4bc4bb473e54a018d07359c799
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/20211112/1d204588/attachment-0001.html>


More information about the pypy-commit mailing list