[pypy-commit] [Git][pypy/pypy][branch/rpy-cparser] 28 commits: clarify CCHARP vs CWCHARP in rwinreg

Ronan Lamy foss at heptapod.net
Wed Nov 25 15:29:42 EST 2020



Ronan Lamy pushed to branch branch/rpy-cparser at PyPy / pypy


Commits:
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

- - - - -


23 changed files:

- .gitlab-ci.yml
- + .gitlab-ci/Dockerfile
- + .gitlab-ci/build.sh
- .hgtags
- lib-python/2.7/test/test_xml_etree.py
- lib-python/2.7/xml/etree/ElementTree.py
- pypy/doc/contributing.rst
- pypy/doc/how-to-release.rst
- pypy/doc/project-ideas.rst
- pypy/doc/release-v7.3.3.rst
- pypy/doc/whatsnew-head.rst
- pypy/tool/release/repackage.sh
- pypy/tool/test/test_tab.py
- rpython/rlib/rsre/rpy/_sre.py
- rpython/rlib/rsre/rpy/sre_constants.py
- rpython/rlib/rsre/rsre_char.py
- rpython/rlib/rsre/rsre_constants.py
- rpython/rlib/rsre/rsre_core.py
- rpython/rlib/rsre/rsre_utf8.py
- rpython/rlib/rsre/test/support.py
- rpython/rlib/rsre/test/test_char.py
- rpython/rlib/rsre/test/test_match.py
- rpython/rlib/rwinreg.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/64d75b38822023a128fe7880eb2770b836a4fb9f...f8c7607e101dd5eb5638181fceac7598dcc3ce7b

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/64d75b38822023a128fe7880eb2770b836a4fb9f...f8c7607e101dd5eb5638181fceac7598dcc3ce7b
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/20201125/961ff3be/attachment.html>


More information about the pypy-commit mailing list