[pypy-commit] [Git][pypy/pypy][branch/py3.6] 15 commits: simplify source repackaging via hg archive, creates .hg_archival.txt, issue 3315

2020-10-08 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: e3549d0f by Matti Picus at 2020-10-03T20:33:35+03:00 simplify source repackaging via hg archive, creates .hg_archival.txt, issue 3315 - - - - - 7f4f78a8 by Antonio Cuni at 2020-10-04T15:24:36+02:00 improve the fake objspace so t

[pypy-commit] [Git][pypy/pypy][branch/default] 5 commits: refactor app_main to delay importing stdlib's os, maybe related to issue 3323

2020-10-08 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: aff9c021 by Matti Picus at 2020-10-08T23:05:54+03:00 refactor app_main to delay importing stdlib's os, maybe related to issue 3323 --HG-- branch : app_main - - - - - 0af58f5e by Matti Picus at 2020-10-09T08:25:42+03:00 rever

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/app_main

2020-10-08 Thread Matti Picus
Matti Picus deleted branch branch/app_main at PyPy / pypy -- 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

[pypy-commit] [Git][pypy/pypy][branch/win64] 5 commits: revert cf2bc3e07e69, redo with specific nt_pypy scheme

2020-10-08 Thread Matti Picus
Matti Picus pushed to branch branch/win64 at PyPy / pypy Commits: 0af58f5e by Matti Picus at 2020-10-09T08:25:42+03:00 revert cf2bc3e07e69, redo with specific nt_pypy scheme - - - - - 25e68735 by Matti Picus at 2020-10-09T08:27:49+03:00 close and document branch for merging --HG-- branch : ap

[pypy-commit] [Git][pypy/pypy][branch/win64] fix Py_ssize_t typedef (nulano)

2020-10-08 Thread Matti Picus
Matti Picus pushed to branch branch/win64 at PyPy / pypy Commits: 2dc2c5d4 by Matti Picus at 2020-10-08T23:26:13+03:00 fix Py_ssize_t typedef (nulano) --HG-- branch : win64 - - - - - 1 changed file: - pypy/module/_cffi_backend/copy_includes.py View it on GitLab: https://foss.heptapod.ne

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/app_main

2020-10-08 Thread Matti Picus
Matti Picus pushed new branch branch/app_main at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/app_main You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list py

[pypy-commit] [Git][pypy/pypy][branch/win64] 8 commits: Fix crypt with a multithread protection lock, similar to the one in grp.py

2020-10-08 Thread Matti Picus
Matti Picus pushed to branch branch/win64 at PyPy / pypy Commits: 36b29935 by Armin Rigo at 2020-10-05T22:14:31+02:00 Fix crypt with a multithread protection lock, similar to the one in grp.py - - - - - 4bd4f38e by Matti Picus at 2020-10-06T08:48:26+03:00 fix failing tests - - - - - 0555837d