Matti Picus pushed to branch branch/win64 at PyPy / pypy
Commits: da03fda1 by cptpcrd at 2020-10-28T13:25:54-04:00 add resource.prlimit() (added in CPython 3.4) --HG-- branch : cptpcrd-resource-prlimit - - - - - 7cd66c27 by cptpcrd at 2020-10-28T17:59:00-04:00 only compile my_prlimit header on Linux --HG-- branch : cptpcrd-resource-prlimit - - - - - 77fe4f3e by cptpcrd at 2020-10-29T08:42:10-04:00 my_prlimit -> _prlimit (in _resource_build) --HG-- branch : cptpcrd-resource-prlimit - - - - - 9054a23f by Matti Picus at 2020-10-29T15:04:23+02:00 dynamically allocate Py_buffer.format if needed, issue 3336 - - - - - 656b8e3b by Matti Picus at 2020-10-29T15:06:36+02:00 document, close branch to be merged --HG-- branch : cptpcrd-resource-prlimit - - - - - f6367941 by Matti Picus at 2020-10-29T15:07:13+02:00 merge cptpcrd-resource-prlimit, which provides resource.prlimit - - - - - 639ee0cd by Matti Picus at 2020-10-29T16:59:16+02:00 add draft release note - - - - - bfadad3f by Matti Picus at 2020-10-29T19:12:44+02:00 fix translation - - - - - f5a766a6 by Matti Picus at 2020-10-29T19:25:01+02:00 update release note - - - - - c3965a13 by Matti Picus at 2020-10-29T22:29:13+02:00 test, fix for readonly flag on PyObject_GetBuffer(<bytes>, view) (issue 3307) - - - - - 06012fd0 by Matti Picus at 2020-10-30T09:28:35+02:00 revert these files to remove os.prlimit from 2.7 - - - - - 1eaa5c38 by Matti Picus at 2020-10-30T09:45:54+02:00 update release note - - - - - ce7a2d62 by Matti Picus at 2020-10-30T11:40:11+02:00 tweak struct, adapt test to new struct layout - - - - - 256e4bae by Matti Picus at 2020-10-31T19:38:25+02:00 move whatsnew-head - - - - - e99f01f9 by Matti Picus at 2020-10-31T19:45:52+02:00 start 7.3.3 release cycle - - - - - a3c0d694 by Matti Picus at 2020-10-31T20:27:23+02:00 2to3 makecontributor.py, update contributors - - - - - f8f23143 by Matti Picus at 2020-11-01T07:27:09+02:00 add whatsnew-pypy3-7.3.3.rst, mention disabled hpy in 7.3.2 - - - - - 9ff51b7b by Matti Picus at 2020-11-01T11:03:05+02:00 add missing include, needs sychronization with upstream - - - - - 186f65af by Matti Picus at 2020-11-02T08:17:04+02:00 typo in macro name - - - - - 79d52a0c by Ronan Lamy at 2020-11-02T18:37:07+00:00 Ensure compatibility of r_singlefloat/r_longfloat hashes with equality - - - - - 738b31a6 by Matti Picus at 2020-11-03T09:43:50+02:00 document hpy as part of the release - - - - - fd2ce893 by Matti Picus at 2020-11-04T09:43:02+02:00 move test - - - - - 46d8f77a by Matti Picus at 2020-11-04T11:39:24+02:00 update test - - - - - 3073e023 by Matti Picus at 2020-11-05T20:32:30+02:00 fix link for topaz - - - - - 4621be5e by Matti Picus at 2020-11-11T09:26:41+02:00 Added tag release-pypy2.7-v7.3.3rc1 for changeset a29ef73f9b32 - - - - - 966a5120 by Matti Picus at 2020-11-11T09:27:06+02:00 Added tag release-pypy3.6-v7.3.3rc1 for changeset fab92f174c77 - - - - - 089a5687 by Matti Picus at 2020-11-11T09:27:23+02:00 Added tag release-pypy3.7-v7.3.3rc1 for changeset 6cf8fa20a7f6 - - - - - d3242fa0 by Ronan Lamy at 2020-08-08T01:00:07+02:00 Find a hackish way to parse enums (grafted from 6b1670dc58b96b676437fa875b2b0d6e38828d76) - - - - - 73ffa688 by Ronan Lamy at 2020-10-02T18:29:42+01:00 Move the cffi-derived code from cparser.py to _cparser.py --HG-- branch : rpy-cparser - - - - - 0712b59f by Ronan Lamy at 2020-10-15T17:28:53+01:00 Reduce diff with cffi --HG-- branch : rpy-cparser - - - - - b4dd4839 by Ronan Lamy at 2020-10-16T18:24:24+01:00 Update cparser code to match latest cffi --HG-- branch : rpy-cparser - - - - - 99b1c572 by Ronan Lamy at 2020-10-22T17:16:10+01:00 Move cparser from cpyext to rpython.tool.cparser --HG-- branch : rpy-cparser - - - - - a887e76d by Ronan Lamy at 2020-10-22T20:35:22+01:00 Move cpyext-specific test back to cpyext --HG-- branch : rpy-cparser - - - - - 2bd48dea by Ronan Lamy at 2020-10-22T21:10:51+01:00 Configure named structs, without requiring a spurious typedef --HG-- branch : rpy-cparser - - - - - 5b894b90 by Ronan Lamy at 2020-10-23T17:31:45+01:00 Raise meaningful error when trying to configure an undefined struct --HG-- branch : rpy-cparser - - - - - 10c61d39 by Ronan Lamy at 2020-10-23T18:02:04+01:00 Make it possible to parse a header without configuring the types immediately --HG-- branch : rpy-cparser - - - - - 10a949ba by Ronan Lamy at 2020-10-23T18:37:01+01:00 Add missing portions of descrobject.h --HG-- branch : rpy-cparser - - - - - 64d75b38 by Ronan Lamy at 2020-11-12T12:06:59+00:00 hg merge default --HG-- branch : rpy-cparser - - - - - fbb2a3ec by Matti Picus at 2020-11-15T08:25:16+02:00 clarify CCHARP vs CWCHARP in rwinreg - - - - - adbd3994 by Matti Picus at 2020-11-18T00:45:04+02:00 Update project-ideas, more work needed. - - - - - d57b2c91 by Matti Picus at 2020-11-18T00:52:00+02:00 update release note - - - - - b70be44c by Matti Picus at 2020-11-18T18:03:49+02:00 update repackage script - - - - - 3c508c8d by Matti Picus at 2020-11-18T18:04:19+02:00 Added tag release-pypy2.7-v7.3.3rc2 for changeset a29ef73f9b32 - - - - - ba887c16 by Matti Picus at 2020-11-18T18:04:51+02:00 Added tag release-pypy3.6-v7.3.3rc2 for changeset db1e853f94de - - - - - df17d2f3 by Matti Picus at 2020-11-18T18:05:07+02:00 Added tag release-pypy3.7-v7.3.3rc2 for changeset 7e6e2bb30ac5 - - - - - 8a9885df by Antonio Cuni at 2020-11-20T08:58:47+00:00 branch where to fix the docker image --HG-- branch : new-ci-image - - - - - 6c649c03 by Christoph Reiter at 2020-11-20T08:28:44+01:00 CI: Add a Dockerfile for CI This can be uploaded to the heptapod/gitlab package registry and pulled in the CI runner from there. Prevents hitting pull limits on docker hub. --HG-- branch : new-ci-image - - - - - 099b593c by Antonio Cuni at 2020-11-20T09:15:40+00:00 Merge branch 'branch/new-ci-image' into 'branch/default' Use the heptapod docker registry See merge request pypy/pypy!776 - - - - - bd985a51 by Matti Picus at 2020-11-20T12:27:01+02:00 try to simplify and clarify contributing instructions - - - - - 8de81fa2 by Matti Picus at 2020-11-20T12:36:33+02:00 document merged branch - - - - - 07bd3ca7 by Matti Picus at 2020-11-20T12:48:14+02:00 test, fix xml default attribute values (issue 3333) (thanks obfusk) --HG-- branch : issue-3333 - - - - - 5aa0b0d3 by Matti Picus at 2020-11-20T12:49:13+02:00 merge branch to fix xml default attribute assignment into default - - - - - de7989d8 by Matti Picus at 2020-11-21T18:14:18+02:00 Added tag release-pypy2.7-v7.3.3 for changeset a29ef73f9b32 - - - - - 546f1834 by Matti Picus at 2020-11-21T18:15:36+02:00 Added tag release-pypy3.6-v7.3.3 for changeset db1e853f94de - - - - - f2da6737 by Matti Picus at 2020-11-21T18:15:55+02:00 Added tag release-pypy3.7-v7.3.3 for changeset 7e6e2bb30ac5 - - - - - 772134b3 by Matti Picus at 2020-11-21T19:42:57+02:00 document 7.3.3 release - - - - - 50bbcc5e by Matti Picus at 2020-11-21T21:00:39+02:00 update how-to-release document - - - - - c93fba91 by Armin Rigo at 2020-11-24T11:53:44+00:00 back-port the rpython bits of "py3.7-rsre" --HG-- branch : rpython-rsre-for-37 - - - - - 44e5a694 by Armin Rigo at 2020-11-24T12:02:57+00:00 fixes --HG-- branch : rpython-rsre-for-37 - - - - - e6f74f20 by Armin Rigo at 2020-11-24T13:49:58+01:00 Ignore the test_tab failure in this specific file --HG-- branch : rpython-rsre-for-37 - - - - - cbb6156f by Armin Rigo at 2020-11-24T13:51:39+01:00 document branch --HG-- branch : rpython-rsre-for-37 - - - - - a8828b9a by Armin Rigo at 2020-11-24T16:28:58+01:00 close branch, ready to merge --HG-- branch : rpython-rsre-for-37 - - - - - d5b2b6b4 by Armin Rigo at 2020-11-24T16:29:07+01:00 hg merge rpython-rsre-for-37 - - - - - 3ceed6e5 by Armin Rigo at 2020-11-24T21:21:12+01:00 fix for a case where the difference shows up with recent unicode databases only - - - - - 5c0a573b by Ronan Lamy at 2020-11-25T20:25:40+00:00 hg merge default --HG-- branch : rpy-cparser - - - - - f8c7607e by Ronan Lamy at 2020-11-25T20:28:14+00:00 Document branch --HG-- branch : rpy-cparser - - - - - 09f4d019 by Ronan Lamy at 2020-11-25T20:37:06+00:00 Merge branch 'branch/rpy-cparser' into 'branch/default' Move cparser tool to rpython See merge request pypy/pypy!774 - - - - - 19f79abb by Armin Rigo at 2020-11-26T18:54:47+01:00 Workaround for CPython's tests. See comment - - - - - c611b099 by Matti Picus at 2020-11-29T12:39:11+02:00 merge default into win64, tweak rpython/tool/cparser/cparser.py --HG-- branch : win64 - - - - - 30 changed files: - .gitlab-ci.yml - + .gitlab-ci/Dockerfile - + .gitlab-ci/build.sh - .hgtags - LICENSE - extra_tests/cffi_tests/cffi0/test_ffi_backend.py - pypy/module/test_lib_pypy/test_posix_extra.py → extra_tests/test_posix_extra.py - + extra_tests/test_pypy_modules.py - lib-python/2.7/test/test_xml_etree.py - lib-python/2.7/xml/etree/ElementTree.py - lib_pypy/_testcapimodule.c - pypy/doc/conf.py - pypy/doc/contributing.rst - pypy/doc/contributor.rst - pypy/doc/faq.rst - pypy/doc/how-to-release.rst - pypy/doc/index-of-release-notes.rst - pypy/doc/index-of-whatsnew.rst - pypy/doc/project-ideas.rst - + pypy/doc/release-v7.3.3.rst - pypy/doc/tool/makecontributor.py - pypy/doc/whatsnew-head.rst - + pypy/doc/whatsnew-pypy2-7.3.3.rst - pypy/doc/whatsnew-pypy3-7.3.2.rst - + pypy/doc/whatsnew-pypy3-7.3.3.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/module/cpyext/api.py - pypy/module/cpyext/include/patchlevel.h - pypy/module/cpyext/memoryobject.py - pypy/module/cpyext/parse/cpyext_descrobject.h View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/6d0a9a8ce4985e33a52baa435a5ce230f3846e4c...c611b0992f9f2e426aa1c56fbc29136c57c8ddc1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6d0a9a8ce4985e33a52baa435a5ce230f3846e4c...c611b0992f9f2e426aa1c56fbc29136c57c8ddc1 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
