[pypy-commit] [Git][pypy/pypy][branch/default] revert _ssl 1.1.1p -> 1.1.1q update, the sed script to fix the issue does not work reliably

2022-07-28 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
abf49178 by Matti Picus at 2022-07-28T13:34:11+03:00
revert _ssl 1.1.1p -> 1.1.1q update, the sed script to fix the issue does 
not work reliably

- - - - -


1 changed file:

- lib_pypy/pypy_tools/build_cffi_imports.py


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

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.8] 13 commits: macos does not support arm32 builds

2022-07-28 Thread Matti Picus (@mattip)


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


Commits:
d1ee2fa9 by Matti Picus at 2022-07-19T11:54:01+03:00
macos does not support arm32 builds

- - - - -
b9cd0efc by Matti Picus at 2022-07-19T12:41:21+03:00
clang uses --coverage, not -lgcov

- - - - -
3a0af27e by fijal at 2022-07-20T14:38:13+02:00
add another hook to actually disable tracing and be better at writing docstrings

- - - - -
21fce7e3 by Matti Picus at 2022-07-20T17:34:26+03:00
add gc.collect to make tests pass on top of pypy2.7

- - - - -
a695e3b8 by Matti Picus at 2022-07-21T15:02:34+03:00
i386 is not supported anymore, skip tests

- - - - -
baf29a8a by Carl Friedrich Bolz-Tereick at 2022-07-25T13:57:22+02:00
small optimization: if a unicode string is ascii only, .split() can use the
faster ascii-based whitespace detection for finding the places to split

- - - - -
7b326266 by Matti Picus at 2022-07-25T17:05:52+03:00
add const qualifier

- - - - -
f4414f71 by Matti Picus at 2022-07-26T06:23:32+03:00
fix translation

- - - - -
779be110 by fijal at 2022-07-26T09:17:08+02:00
call backend optimizations in the right moment

- - - - -
7f468a6d by Matti Picus at 2022-07-27T13:02:08+03:00
update conda recommendation to use 3.7 since the migration to 3.8/3.9 is slow

- - - - -
4b0fe910 by Matti Picus at 2022-07-27T13:44:50+03:00
resync _vmprof with vmprof-python

- - - - -
abf49178 by Matti Picus at 2022-07-28T13:34:11+03:00
revert _ssl 1.1.1p -> 1.1.1q update, the sed script to fix the issue does 
not work reliably

- - - - -
55f48dc6 by Matti Picus at 2022-07-28T13:36:18+03:00
merge default

--HG--
branch : py3.8

- - - - -


19 changed files:

- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/install.rst
- pypy/module/pypyjit/interp_jit.py
- pypy/module/pypyjit/moduledef.py
- pypy/objspace/std/test/test_unicodeobject.py
- pypy/objspace/std/unicodeobject.py
- rpython/jit/backend/llsupport/test/zrpy_gc_test.py
- rpython/jit/metainterp/warmspot.py
- rpython/jit/metainterp/warmstate.py
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/jit_hooks.py
- rpython/rlib/rsocket.py
- rpython/rlib/rvmprof/src/shared/_vmprof.c
- rpython/rlib/rvmprof/src/shared/vmprof_config.h
- rpython/rlib/rvmprof/src/shared/vmprof_getpc.h
- rpython/translator/c/genc.py
- rpython/translator/c/test/test_backendoptimized.py
- rpython/translator/platform/test/test_darwin.py
- rpython/translator/platform/test/test_platform.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/37907cb158f3c5c0355d97f65d6433ce7d727527...55f48dc67c44acd48aaf55f542cdd7d08d97a69f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/37907cb158f3c5c0355d97f65d6433ce7d727527...55f48dc67c44acd48aaf55f542cdd7d08d97a69f
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.9] 19 commits: macos does not support arm32 builds

2022-07-28 Thread Matti Picus (@mattip)


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


Commits:
d1ee2fa9 by Matti Picus at 2022-07-19T11:54:01+03:00
macos does not support arm32 builds

- - - - -
b9cd0efc by Matti Picus at 2022-07-19T12:41:21+03:00
clang uses --coverage, not -lgcov

- - - - -
3a0af27e by fijal at 2022-07-20T14:38:13+02:00
add another hook to actually disable tracing and be better at writing docstrings

- - - - -
21fce7e3 by Matti Picus at 2022-07-20T17:34:26+03:00
add gc.collect to make tests pass on top of pypy2.7

- - - - -
a695e3b8 by Matti Picus at 2022-07-21T15:02:34+03:00
i386 is not supported anymore, skip tests

- - - - -
5f154c5a by Matti Picus at 2022-07-25T22:19:08+03:00
test, fix error message for PyFloat_AsDouble (from scipy tests)

--HG--
branch : py3.8

- - - - -
e6adfb59 by Matti Picus at 2022-07-26T06:26:14+03:00
fix unused value error in test

--HG--
branch : py3.8

- - - - -
02585637 by Matti Picus at 2022-07-25T10:42:12+03:00
rposix macOS does not support 'sendfile_no_offset

--HG--
branch : py3.8

- - - - -
baf29a8a by Carl Friedrich Bolz-Tereick at 2022-07-25T13:57:22+02:00
small optimization: if a unicode string is ascii only, .split() can use the
faster ascii-based whitespace detection for finding the places to split

- - - - -
7b326266 by Matti Picus at 2022-07-25T17:05:52+03:00
add const qualifier

- - - - -
f4414f71 by Matti Picus at 2022-07-26T06:23:32+03:00
fix translation

- - - - -
52f8e719 by Matti Picus at 2022-07-26T06:44:30+03:00
fix condition in test

--HG--
branch : py3.8

- - - - -
779be110 by fijal at 2022-07-26T09:17:08+02:00
call backend optimizations in the right moment

- - - - -
37907cb1 by Matti Picus at 2022-07-27T12:41:06+03:00
test, implement PyUnicode_Append, PyUnicode_AppendAndDel

--HG--
branch : py3.8

- - - - -
7f468a6d by Matti Picus at 2022-07-27T13:02:08+03:00
update conda recommendation to use 3.7 since the migration to 3.8/3.9 is slow

- - - - -
4b0fe910 by Matti Picus at 2022-07-27T13:44:50+03:00
resync _vmprof with vmprof-python

- - - - -
abf49178 by Matti Picus at 2022-07-28T13:34:11+03:00
revert _ssl 1.1.1p -> 1.1.1q update, the sed script to fix the issue does 
not work reliably

- - - - -
55f48dc6 by Matti Picus at 2022-07-28T13:36:18+03:00
merge default

--HG--
branch : py3.8

- - - - -
901abbb0 by Matti Picus at 2022-07-28T13:36:38+03:00
merge py3.8

--HG--
branch : py3.9

- - - - -


27 changed files:

- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/install.rst
- pypy/module/cpyext/api.py
- pypy/module/cpyext/include/unicodeobject.h
- pypy/module/cpyext/src/unicodeobject.c
- pypy/module/cpyext/test/test_floatobject.py
- pypy/module/cpyext/test/test_unicodeobject.py
- pypy/module/cpyext/unicodeobject.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/pypyjit/interp_jit.py
- pypy/module/pypyjit/moduledef.py
- pypy/objspace/descroperation.py
- pypy/objspace/std/test/test_unicodeobject.py
- pypy/objspace/std/unicodeobject.py
- rpython/jit/backend/llsupport/test/zrpy_gc_test.py
- rpython/jit/metainterp/warmspot.py
- rpython/jit/metainterp/warmstate.py
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/jit_hooks.py
- rpython/rlib/rsocket.py
- rpython/rlib/rvmprof/src/shared/_vmprof.c
- rpython/rlib/rvmprof/src/shared/vmprof_config.h
- rpython/rlib/rvmprof/src/shared/vmprof_getpc.h
- rpython/translator/c/genc.py
- rpython/translator/c/test/test_backendoptimized.py
- rpython/translator/platform/test/test_darwin.py
- rpython/translator/platform/test/test_platform.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/41a3e232f9bd7cc749d99a9db074f7e7e4707c4b...901abbb07d0a43794e1ddb095dfc90f1f4abc40d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/41a3e232f9bd7cc749d99a9db074f7e7e4707c4b...901abbb07d0a43794e1ddb095dfc90f1f4abc40d
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/default] randomly fix some typos

2022-07-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
7f8d83b5 by Carl Friedrich Bolz-Tereick at 2022-07-26T19:25:32+02:00
randomly fix some typos

- - - - -


1 changed file:

- rpython/rlib/unicodedata/triegenerator.py


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

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sqlite-unroll-set-param-loop

2022-07-28 Thread Nils (@shimst3r)


Nils pushed new branch branch/sqlite-unroll-set-param-loop at PyPy / pypy

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/tree/branch/sqlite-unroll-set-param-loop
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/sqlite-unroll-set-param-loop] unroll actual execution of SQL statements

2022-07-28 Thread Nils (@shimst3r)


Nils pushed to branch branch/sqlite-unroll-set-param-loop at PyPy / pypy


Commits:
20e7e7c6 by Nils Müller at 2022-07-28T21:34:42+02:00
unroll actual execution of SQL statements

--HG--
branch : sqlite-unroll-set-param-loop

- - - - -


1 changed file:

- lib_pypy/_sqlite3.py


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

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/sqlite-unroll-set-param-loop] Undo reformatting

2022-07-28 Thread Nils (@shimst3r)


Nils pushed to branch branch/sqlite-unroll-set-param-loop at PyPy / pypy


Commits:
6b0849dd by Nils Müller at 2022-07-28T22:10:58+02:00
Undo reformatting

--HG--
branch : sqlite-unroll-set-param-loop

- - - - -


1 changed file:

- lib_pypy/_sqlite3.py


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

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix bad merge

2022-07-28 Thread Matti Picus (@mattip)


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


Commits:
154cfc3d by Matti Picus at 2022-07-29T06:23:12+03:00
fix bad merge

--HG--
branch : py3.8

- - - - -


1 changed file:

- lib_pypy/pypy_tools/build_cffi_imports.py


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

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix bad merge

2022-07-28 Thread Matti Picus (@mattip)


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


Commits:
154cfc3d by Matti Picus at 2022-07-29T06:23:12+03:00
fix bad merge

--HG--
branch : py3.8

- - - - -
99fe7ff1 by Matti Picus at 2022-07-29T06:23:42+03:00
merge py3.8

--HG--
branch : py3.9

- - - - -


1 changed file:

- lib_pypy/pypy_tools/build_cffi_imports.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/901abbb07d0a43794e1ddb095dfc90f1f4abc40d...99fe7ff122b5da45b830a17f830268da46bb1773

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/901abbb07d0a43794e1ddb095dfc90f1f4abc40d...99fe7ff122b5da45b830a17f830268da46bb1773
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/extradoc][branch/extradoc] Tim feedback

2022-07-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/extradoc at PyPy / extradoc


Commits:
ab3d82de by Carl Friedrich Bolz-Tereick at 2022-07-29T08:52:15+02:00
Tim feedback

--HG--
branch : extradoc

- - - - -


1 changed file:

- sprintinfo/ddorf2022/announce.txt


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

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com