Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
83b36499 by Matti Picus at 2021-08-24T10:59:20+03:00
tweak unraisable printing
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/interpreter/error.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/
Matti Picus pushed to branch branch/conda at PyPy / pypy
Commits:
ba8179c1 by Matti Picus at 2021-08-24T17:19:39+03:00
conda modifies the build to put the dll in base/lib not base/bin
--HG--
branch : conda
- - - - -
1 changed file:
- lib_pypy/_sysconfigdata.py
View it on Heptapod:
https
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
ada5a824 by Matti Picus at 2021-08-24T13:33:14+03:00
generate graminit.h needed for pywin32. maybe part of issue 3286
--HG--
branch : py3.8
- - - - -
50acc6e3 by Matti Picus at 2021-08-24T14:38:39+03:00
add LDFLAGS to sysconfig
Matti Picus pushed new branch branch/move-include at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/move-include
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailin
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
b542d233 by Matti Picus at 2021-08-24T21:12:23+03:00
assignment to a structseq should be an AttributeError
--HG--
branch : py3.7
- - - - -
c3ec31c4 by Matti Picus at 2021-08-24T21:51:00+03:00
add f_sid to statvfs
- - - - -
02c
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
c3ec31c4 by Matti Picus at 2021-08-24T21:51:00+03:00
add f_sid to statvfs
- - - - -
3 changed files:
- pypy/module/posix/app_posix.py
- pypy/module/posix/test/test_posix2.py
- rpython/rlib/rposix_stat.py
View it on Heptap
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
3095280a by Matti Picus at 2021-08-24T21:05:17+03:00
memfd_create accepts text not bytes
--HG--
branch : py3.8
- - - - -
b542d233 by Matti Picus at 2021-08-24T21:12:23+03:00
assignment to a structseq should be an AttributeError
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
23fd8083 by Matti Picus at 2021-08-25T07:08:00+03:00
remove f_fsid for python2
- - - - -
3 changed files:
- pypy/module/posix/app_posix.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/test/test_posix2.py
View i
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
23fd8083 by Matti Picus at 2021-08-25T07:08:00+03:00
remove f_fsid for python2
- - - - -
d70f5697 by Matti Picus at 2021-08-25T07:08:38+03:00
merge default into py3.7, discarding changes
--HG--
branch : py3.7
- - - - -
72fe4ff
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
23fd8083 by Matti Picus at 2021-08-25T07:08:00+03:00
remove f_fsid for python2
- - - - -
d70f5697 by Matti Picus at 2021-08-25T07:08:38+03:00
merge default into py3.7, discarding changes
--HG--
branch : py3.7
- - - - -
72fe4ff
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
0af5060f by Matti Picus at 2021-08-26T08:38:14+03:00
enum _convert is deprecated, use _convert_
--HG--
branch : py3.8
- - - - -
3be11097 by Matti Picus at 2021-08-26T08:38:23+03:00
fix test
--HG--
branch : py3.8
- - - - -
cda
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
79506e2b by Matti Picus at 2021-08-26T14:37:18+03:00
backport fixes from CPython PR 27968, BPO-45011
--HG--
branch : py3.8
- - - - -
6aa1c500 by Matti Picus at 2021-08-26T14:38:31+03:00
raise on non-tuple time arguments to os.u
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
963d34aa by Matti Picus at 2021-08-26T19:21:22+03:00
fixes, add new exception for __fspath__ failure
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/posix/interp_posix.py
View it on Heptapod:
https://foss.he
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d6b87e81 by Matti Picus at 2021-08-27T00:51:03+03:00
accept variation in error message
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/test/test_positional_only_arg.py
View it on Heptapod:
https://foss.hept
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
3ee8bb18 by Matti Picus at 2021-08-27T13:30:46+03:00
skip/fix some test_gc tests, perhaps we could support more of this someday
--HG--
branch : py3.8
- - - - -
2ef65de7 by Matti Picus at 2021-08-27T13:31:29+03:00
add audit hook
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
271ce42d by Matti Picus at 2021-08-28T20:54:18+03:00
typo
--HG--
branch : py3.8
- - - - -
2edf6c5f by Matti Picus at 2021-08-28T20:55:11+03:00
make -D tests pass, use os.fsencode for portability to cpython
--HG--
branch : py3.
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
816c5d56 by Matti Picus at 2021-08-28T21:26:13+03:00
tweak onboarding to mention using python2 and pypy3-c to run tests
- - - - -
1 changed file:
- pypy/doc/contributing.rst
View it on Heptapod:
https://foss.heptapod.net
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
9ba625aa by Matti Picus at 2021-08-28T21:46:02+03:00
typo
- - - - -
1 changed file:
- pypy/doc/contributing.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/9ba625aa9e9cb8451c83788025139d8c29183b49
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
7f4ad5e5 by Matti Picus at 2021-08-29T10:04:47+03:00
skip some descr tests for PyPy
--HG--
branch : py3.8
- - - - -
066e381b by Matti Picus at 2021-08-29T10:10:18+03:00
make error message match CPython
--HG--
branch : py3.8
-
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
de3e96e6 by Matti Picus at 2021-08-29T13:16:25+03:00
adopt BPO-16396 (supply a low-level VARAINT_BOOL on non-windows), fix test
import
--HG--
branch : py3.8
- - - - -
3 changed files:
- lib-python/3/ctypes/test/test_paramet
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
fde28c0b by Matti Picus at 2021-08-24T14:31:37+03:00
move include files on non-windows to include/pypy3.8 (issue 3540)
--HG--
branch : move-include
- - - - -
7c536548 by Matti Picus at 2021-08-29T21:21:26+03:00
take strides int
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
39cfce60 by Matti Picus at 2021-08-29T21:56:14+03:00
use multiarch as platform_name for python3.8 (issue 3416)
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/imp/importing.py
View it on Heptapod:
https://fo
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
3feaa724 by Matti Picus at 2021-08-30T00:03:28+03:00
start a release note
- - - - -
1 changed file:
- + pypy/doc/release-v7.3.6.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/3feaa724925412ffadf05f
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
424a5864 by Matti Picus at 2021-08-30T01:01:50+03:00
fix move-include
--HG--
branch : py3.8
- - - - -
2 changed files:
- lib-python/3/distutils/sysconfig_pypy.py
- lib_pypy/_sysconfigdata.py
View it on Heptapod:
https://f
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
9b162725 by Matti Picus at 2021-08-30T08:34:20+03:00
handle 0d memoryview.as_str(), calculate strides * shape right-to-left
--HG--
branch : py3.8
- - - - -
3 changed files:
- pypy/module/__pypy__/interp_buffer.py
- pypy/modu
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
76a1fba8 by Carl Friedrich Bolz-Tereick at 2021-03-12T21:55:00+01:00
(in-progress) another attempt: try to slice up too huge traces into trace chunks
already working: trace chunk for the original trace, ends with
guard_always_fa
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
d8d27a06 by "Miss Islington (bot)" at 2021-08-31T08:26:34+03:00
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037)
Co-authored-by: Miguel Brito <5544985+miguen...@users.noreply.github.com>
Co-authored-by: Łukas
Matti Picus pushed to branch branch/vendor/stdlib-3.8 at PyPy / pypy
Commits:
f856ddf9 by Matti Picus at 2021-08-31T11:41:08+03:00
update to stdlib 3.8.12
--HG--
branch : vendor/stdlib-3.8
- - - - -
21 changed files:
- lib-python/3/email/_parseaddr.py
- lib-python/3/http/client.py
- lib-py
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
f856ddf9 by Matti Picus at 2021-08-31T11:41:08+03:00
update to stdlib 3.8.12
--HG--
branch : vendor/stdlib-3.8
- - - - -
d78d6448 by Matti Picus at 2021-08-31T11:46:06+03:00
Merge vendor/stdlib-3.8 into branch to get stdlib 3.8
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
71fb504c by Matti Picus at 2021-08-31T12:20:54+03:00
use canonical method for finding include dir instead of manually guessing
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib_pypy/_pypy_testcapi.py
View it on Heptapo
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
27489a50 by Matti Picus at 2021-08-31T21:25:11+03:00
test, fix memoryview.nbytes
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/module/__pypy__/test/test_newmemoryview.py
- pypy/objspace/std/memoryobject.py
View i
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c7b56009 by Matti Picus at 2021-09-01T07:26:30+03:00
fix f8a0b0d3d766
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/objspace/std/memoryobject.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/c
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
f6182374 by Matti Picus at 2021-09-02T10:09:41+03:00
try to blindly fix macOS posixshmem build
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib_pypy/_posixshmem_build.py
View it on Heptapod:
https://foss.heptapod.net
Matti Picus pushed new branch branch/release-pypy3.8-v7.x at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/release-pypy3.8-v7.x
You're receiving this email because of your account on foss.heptapod.net.
___
py
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
5fa74b69 by Matti Picus at 2021-09-02T17:45:01+03:00
document branch
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/doc/whatsnew-pypy3-head.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/5fa
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
73b40821 by Michael Cho at 2021-09-02T12:50:37-07:00
add a --no-make-portable to disable portable build on macOS
--HG--
branch : no-make-portable
- - - - -
a33d6248 by Matti Picus at 2021-09-02T23:52:38+03:00
merge no-make-po
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
3cc08f4e by Matti Picus at 2021-09-04T19:51:19+03:00
fix 7da4cfec5f00
- - - - -
1 changed file:
- pypy/doc/whatsnew-head.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/3cc08f4ead689898dc3bda38363c6
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
90370b5d by Ronan Lamy at 2021-06-28T17:58:31+01:00
Use the cpyext error indicator to implement HPy exceptions (WIP)
--HG--
branch : hpy-refactor-exceptions
- - - - -
10011611 by Ronan Lamy at 2021-06-28T18:02:48+01:00
Check ex
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
43272a82 by Matti Picus at 2021-09-02T10:39:14+03:00
move whatsnew
- - - - -
fe37b3ef by Matti Picus at 2021-09-02T11:50:08+03:00
restart whatsnew
- - - - -
73b40821 by Michael Cho at 2021-09-02T12:50:37-07:00
add a --no-make-p
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
ad7350ca by Matti Picus at 2021-09-05T01:22:21+03:00
skip srcdir test on pypy
--HG--
branch : py3.8
- - - - -
a904333d by Matti Picus at 2021-09-05T01:22:42+03:00
fix test for pypy
--HG--
branch : py3.8
- - - - -
408f450e by
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
366f4183 by Matti Picus at 2021-09-05T01:38:56+03:00
make sure test uses non-gcc
--HG--
branch : py3.8
- - - - -
78d50bc8 by Matti Picus at 2021-09-05T01:39:16+03:00
more distutils.sysconfig updates
--HG--
branch : py3.8
- -
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
dcd2ce42 by Matti Picus at 2021-09-05T09:13:26+03:00
remove old versions of bundled pip and setuptools
--HG--
branch : py3.8
- - - - -
4dde4f51 by Matti Picus at 2021-09-05T09:24:25+03:00
remove pypy-specific install schema and
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d7169e8c by Matti Picus at 2021-09-05T11:36:18+03:00
fix for python2
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/interpreter/app_main.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/d7169e8
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
70d82458 by Matti Picus at 2021-09-05T12:58:03+03:00
sync imports as well
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/distutils/sysconfig_pypy.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
b883b851 by Matti Picus at 2021-09-05T14:54:30+03:00
revert this part of the sync, with a comment
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/distutils/sysconfig_pypy.py
View it on Heptapod:
https://fos
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
50a9984d by Matti Picus at 2021-09-05T15:16:34+03:00
typo
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/distutils/sysconfig_pypy.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/50a998
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
569e5460 by Matti Picus at 2021-09-05T15:43:41+03:00
typo
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/tool/release/package.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/569e54604082ab7a91
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c776b303 by Matti Picus at 2021-09-05T15:47:46+03:00
unskip test_distutils
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/conftest.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/c776b30
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
703ad047 by Matti Picus at 2021-09-05T16:38:23+03:00
make sure site-packages is created when packaging
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/tool/release/package.py
View it on Heptapod:
https://foss.hepta
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
8f85959e by Matti Picus at 2021-09-05T19:02:55+03:00
update release note
- - - - -
1 changed file:
- pypy/doc/release-v7.3.6.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/8f85959e9cbcd625d6d39ecdb
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e9ac7f88 by Matti Picus at 2021-09-05T18:38:25+03:00
assigning to distutils.sysconfig._config_vars fails in tests
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/distutils/tests/test_util.py
View it on Hepta
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
54e015e0 by Matti Picus at 2021-09-05T19:36:06+03:00
use write_unraisable, use regexp in test
--HG--
branch : py3.8
- - - - -
038ad8f5 by Matti Picus at 2021-09-05T19:39:33+03:00
remove stray pdb
--HG--
branch : py3.8
- - - -
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
7b9d990b by Matti Picus at 2021-09-06T09:08:47+03:00
typos
--HG--
branch : py3.8
- - - - -
8841a46c by Matti Picus at 2021-09-06T09:09:26+03:00
remove outdated lib-tk and plat-linux2 from init_path
--HG--
branch : py3.8
- - -
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
9f4e2e63 by Matti Picus at 2021-09-06T17:06:22+03:00
pypy site-package now is closer to cpython
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/test/test_site.py
View it on Heptapod:
https://foss.heptapod.n
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
bcb7e5d4 by Matti Picus at 2021-09-08T21:12:15+03:00
adapt test for windows
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/tool/release/test/test_package.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00
add _PyList_Extend, remove a few already implemented functions from stubs.py
We should probably just delete stubs.py, it is not that useful
--HG--
branch : py3.7
- - - - -
Matti Picus pushed new branch branch/win64-stat at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/win64-stat
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing li
Matti Picus pushed to branch branch/win64-stat at PyPy / pypy
Commits:
6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00
CloseFile -> CloseHandle
--HG--
branch : win64-stat
- - - - -
2 changed files:
- rpython/rlib/rposix_stat.py
- rpython/rlib/rwin32file.py
View it on Heptapod:
http
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
022e334a by Matti Picus at 2021-09-09T11:52:56+03:00
backport check for '=' in env keys, fixes crash in os.execve
- - - - -
1 changed file:
- pypy/module/posix/interp_posix.py
View it on Heptapod:
https://foss.heptapod.n
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00
add st_file_attributes and st_reparse_tag to os.stat on win64
--HG--
branch : win64-stat
- - - - -
6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00
CloseFile -> CloseHa
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00
add st_file_attributes and st_reparse_tag to os.stat on win64
--HG--
branch : win64-stat
- - - - -
022e334a by Matti Picus at 2021-09-09T11:52:56+03:00
backport check for '='
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00
add st_file_attributes and st_reparse_tag to os.stat on win64
--HG--
branch : win64-stat
- - - - -
5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00
add _PyList_Extend, re
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
8f754180 by Matti Picus at 2021-09-10T07:25:01+03:00
typo
--HG--
branch : py3.8
- - - - -
ad77526e by Matti Picus at 2021-09-10T13:00:55+03:00
fix more uses of include vs. include/pypy3.8
--HG--
branch : py3.8
- - - - -
3 c
Matti Picus pushed new branch branch/issue-2674 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue-2674
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing li
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
77046602 by Matti Picus at 2021-09-10T16:06:18+03:00
remove hack, restores DeprecationWarning
--HG--
branch : py3.7
- - - - -
764025a7 by Matti Picus at 2021-09-10T16:07:42+03:00
merge py3.7 into py3.8
--HG--
branch : py3.8
-
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
77046602 by Matti Picus at 2021-09-10T16:06:18+03:00
remove hack, restores DeprecationWarning
--HG--
branch : py3.7
- - - - -
1 changed file:
- lib-python/3/collections/__init__.py
View it on Heptapod:
https://foss.heptap
Matti Picus pushed to branch branch/issue-2674 at PyPy / pypy
Commits:
5f3994c4 by Matti Picus at 2021-09-10T17:04:39+03:00
convert test to PyType_FromSpec, it still fails
--HG--
branch : issue-2674
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_typeobject.py
View it on Heptapo
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
cbb23f39 by Matti Picus at 2021-09-11T10:34:13+03:00
maybe create include/pypy3.8 in tests
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/_cffi_backend/copy_includes.py
View it on Heptapod:
https://foss.hep
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00
skip hpy tests if _hpy_universal not found
--HG--
branch : py3.7
- - - - -
1 changed file:
- + extra_tests/hpy_tests/conftest.py
View it on Heptapod:
https://foss.hepta
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00
skip hpy tests if _hpy_universal not found
--HG--
branch : py3.7
- - - - -
a73494ab by Matti Picus at 2021-09-11T10:39:53+03:00
merge py3.7 into py3.8
--HG--
branch : py3.8
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
5b5c4619 by Matti Picus at 2021-09-12T08:19:28+03:00
mention stdlib 3.7.12 in the release note
- - - - -
1 changed file:
- pypy/doc/release-v7.3.6.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/5b5
Matti Picus pushed to branch branch/vendor/stdlib-3.7 at PyPy / pypy
Commits:
b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00
add instructions how to upgrade
--HG--
branch : vendor/stdlib-3.7
- - - - -
b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00
update stdlib to v3.7.12
--HG--
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00
add instructions how to upgrade
--HG--
branch : vendor/stdlib-3.7
- - - - -
b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00
update stdlib to v3.7.12
--HG--
branch : ven
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy
Commits:
39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00
add st_file_attributes and st_reparse_tag to os.stat on win64
--HG--
branch : win64-stat
- - - - -
022e334a by Matti Picus at 2021-09-09T11:52:56+03:00
backpor
Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy
Commits:
39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00
add st_file_attributes and st_reparse_tag to os.stat on win64
--HG--
branch : win64-stat
- - - - -
5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00
add _Py
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy
Commits:
39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00
add st_file_attributes and st_reparse_tag to os.stat on win64
--HG--
branch : win64-stat
- - - - -
5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00
add _Py
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
35963bed by Matti Picus at 2021-09-12T23:45:45+03:00
adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on
windows)
issue 3549
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/module/sys/initpa
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
243c0cb1 by Matti Picus at 2021-09-12T23:51:29+03:00
cleanout old bundled versions of pip and setuptools
--HG--
branch : py3.7
- - - - -
2 changed files:
- − lib-python/3/ensurepip/_bundled/pip-20.0.2-py2.py3-none-any.whl
-
Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy
Commits:
243c0cb1 by Matti Picus at 2021-09-12T23:51:29+03:00
cleanout old bundled versions of pip and setuptools
--HG--
branch : py3.7
- - - - -
5144f59a by Matti Picus at 2021-09-13T06:54:22+03:00
merge py3.7 into relea
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
6980bc9e by Matti Picus at 2021-09-13T06:51:07+03:00
fix test
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/sys/test/test_initpath.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/6980b
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy
Commits:
35963bed by Matti Picus at 2021-09-12T23:45:45+03:00
adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on
windows)
issue 3549
--HG--
branch : py3.8
- - - - -
6980bc9e by Matti Picus at 20
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
25baf7b7 by Matti Picus at 2021-09-13T08:17:55+03:00
tweak release note, fix other doc errors
- - - - -
3 changed files:
- pypy/doc/faq.rst
- pypy/doc/index-of-whatsnew.rst
- pypy/doc/release-v7.3.6.rst
View it on Heptapo
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
b725b0da by Matti Picus at 2021-09-13T14:02:58+03:00
Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691
- - - - -
6be42b01 by Matti Picus at 2021-09-13T14:03:21+03:00
Added tag release-pypy3.7-v7.3.6rc1 for changes
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
713b2af9 by Matti Picus at 2021-09-20T11:11:03-04:00
fix venv for possible python3.8 directory (issue 3553)
--HG--
branch : py3.8
- - - - -
2 changed files:
- lib-python/3/venv/__init__.py
- lib_pypy/_sysconfigdata.py
View
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c4eec460 by Matti Picus at 2021-09-23T08:45:26-04:00
revert mistaken part of 824638f0e227
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib_pypy/_sysconfigdata.py
View it on Heptapod:
https://foss.heptapod.net/pypy/py
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d80c8aa0 by Matti Picus at 2021-09-28T14:06:55-04:00
package lib_pypy into the stdlib directory
--HG--
branch : py3.8
- - - - -
4 changed files:
- .hgignore
- pypy/module/sys/initpath.py
- pypy/module/sys/test/test_initpath.
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
cc1c1414 by Matti Picus at 2021-09-29T00:50:41+03:00
update versions.json
- - - - -
e70f2d7e by Matti Picus at 2021-09-29T00:51:50+03:00
update repackage.sh
- - - - -
d66ea103 by Matti Picus at 2021-09-29T01:17:08+03:00
docum
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
f267682f by fijal at 2021-09-27T16:18:01+02:00
merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it
in ssl.read
- - - - -
554a0dd2 by Carl Friedrich Bolz-Tereick at 2021-09-28T19:37:58+02:00
(cfbolz, ar
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00
add instructions how to upgrade
--HG--
branch : vendor/stdlib-3.7
- - - - -
b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00
update stdlib to v3.7.12
--HG--
branch : ven
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
35ea836f by Matti Picus at 2021-09-29T02:06:14+03:00
enable _hpy_universal on windows
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/config/pypyoption.py
View it on Heptapod:
https://foss.heptapod.net/pypy
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
50a5e75c by Matti Picus at 2021-09-29T10:02:18+03:00
fix translation
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_type.py
View it on Heptapod:
https://foss.heptapod.net/pypy/
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
8e0a1949 by Matti Picus at 2021-09-29T12:05:21+03:00
hack to run untranslated tests with python2
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py
View it
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
e7cfdb17 by Matti Picus at 2021-09-29T16:58:10+03:00
make error message match CPython
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/cpyext/longobject.py
View it on Heptapod:
https://foss.heptapod.n
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
0a153920 by Matti Picus at 2021-09-29T22:45:36+03:00
add extra_link_args for untranslated windows tests
--HG--
branch : hpy-0.0.3
- - - - -
2 changed files:
- pypy/module/_hpy_universal/test/_vendored/support.py
- pypy/m
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
c90c3a71 by Matti Picus at 2021-09-30T01:21:06+03:00
make error message match CPython
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_long.py
View it on Heptapod:
https://foss.h
Matti Picus pushed new branch branch/openssl-3.0.0 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/openssl-3.0.0
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mail
Matti Picus pushed new branch branch/py3.7-openssl-3.0.0 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-openssl-3.0.0
You're receiving this email because of your account on foss.heptapod.net.
___
pypy
Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
110ac357 by Matti Picus at 2021-09-30T13:18:51+03:00
make sure tests have unique names regardless of case since they are directory
names on windows
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
8a027c44 by Ronan Lamy at 2021-07-22T17:47:34+01:00
run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings
--HG--
branch : hpy-0.0.3
- - - - -
bd067f49 by Ronan Lamy at 2021-07-23T16:47:35+01:00
Replace HPyCo
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
8a027c44 by Ronan Lamy at 2021-07-22T17:47:34+01:00
run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings
--HG--
branch : hpy-0.0.3
- - - - -
bd067f49 by Ronan Lamy at 2021-07-23T16:47:35+01:00
Replace HPyCo
701 - 800 of 1518 matches
Mail list logo