[pypy-commit] [Git][pypy/pypy] Deleted branch branch/hpy-0.0.2

2021-07-15 Thread Antonio Cuni (@antocuni)


Antonio Cuni deleted branch branch/hpy-0.0.2 at PyPy / pypy

-- 

You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: ./update_vendored.sh to hpy git rev 5eb6b8b

2021-07-15 Thread Antonio Cuni (@antocuni)


Antonio Cuni pushed to branch branch/py3.7 at PyPy / pypy


Commits:
6028132b by Antonio Cuni at 2021-07-06T14:18:59+01:00
./update_vendored.sh to hpy git rev 5eb6b8b

--HG--
branch : hpy-0.0.2

- - - - -
bd2a5de8 by Antonio Cuni at 2021-07-06T16:26:58+01:00
import update_vendored so that it copies also the dist-info directory, and add 
a test to check that it is correctly detected by pkg_resources. This is needed 
to allow setuptools to correctly pick up the hpy_ext_modules entry point

--HG--
branch : hpy-0.0.2

- - - - -
9c9faa7f by Antonio Cuni at 2021-07-06T16:27:33+01:00
rerun update_vendored.sh so that it copies also hpy.devel.dist-info

--HG--
branch : hpy-0.0.2

- - - - -
38818932 by Antonio Cuni at 2021-07-08T21:54:14+01:00
fix update_vendored, now the package is called 'hpy' instead of 
'hpy.devel'

--HG--
branch : hpy-0.0.2

- - - - -
dc0a6acc by Antonio Cuni at 2021-07-08T21:58:14+01:00
./update_vendored.sh to 0.0.2rc4.dev1+g7046acb

--HG--
branch : hpy-0.0.2

- - - - -
cad08924 by Antonio Cuni at 2021-07-08T22:04:28+01:00
./update_vendored.sh to 0.0.2rc4

--HG--
branch : hpy-0.0.2

- - - - -
68dfc91f by Antonio Cuni at 2021-07-15T14:45:15+01:00
./update_vendored to 0.0.2

--HG--
branch : hpy-0.0.2

- - - - -
cc213cd1 by Antonio Cuni at 2021-07-15T14:45:32+01:00
close merged branch

--HG--
branch : hpy-0.0.2

- - - - -
35b822b9 by Antonio Cuni at 2021-07-15T14:46:57+01:00
hg merge hpy-0.0.2

--HG--
branch : py3.7

- - - - -


12 changed files:

- + extra_tests/hpy_tests/test_dist_info.py
- + lib_pypy/hpy.dist-info/LICENSE
- + lib_pypy/hpy.dist-info/METADATA
- + lib_pypy/hpy.dist-info/entry_points.txt
- + lib_pypy/hpy.dist-info/top_level.txt
- lib_pypy/hpy/devel/__init__.py
- lib_pypy/hpy/devel/include/common/version.h
- lib_pypy/hpy/devel/version.py
- pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/version.py
- pypy/module/_hpy_universal/update_vendored.sh


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/4bd845177cc014e1f1d672b8c8e1701204f44f63...35b822b9c95c225d9385b868c4efed9c976b35d8

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/4bd845177cc014e1f1d672b8c8e1701204f44f63...35b822b9c95c225d9385b868c4efed9c976b35d8
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.7] Issue #3515

2021-07-15 Thread Armin Rigo (@arigo)


Armin Rigo pushed to branch branch/py3.7 at PyPy / pypy


Commits:
a152f786 by Armin Rigo at 2021-07-15T16:33:54+02:00
Issue #3515

test and fix for re.sub() with no match and with unusual types of arguments

--HG--
branch : py3.7

- - - - -


2 changed files:

- pypy/module/_sre/interp_sre.py
- pypy/module/_sre/test/test_app_sre.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/a152f78640b60debc9574112f2f9d40225fc1535

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/a152f78640b60debc9574112f2f9d40225fc1535
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/default] Issue #3514

2021-07-15 Thread Armin Rigo (@arigo)


Armin Rigo pushed to branch branch/default at PyPy / pypy


Commits:
5563eaa2 by Armin Rigo at 2021-07-15T16:52:41+02:00
Issue #3514

trying with a tweak in the error message

- - - - -


2 changed files:

- pypy/module/_pypyjson/interp_decoder.py
- pypy/module/_pypyjson/test/test__pypyjson.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/5563eaa299d0018b06a0707bac7cdd416e3d0b7e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/5563eaa299d0018b06a0707bac7cdd416e3d0b7e
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit