Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e6ee4ff3 by Matti Picus at 2021-06-21T09:50:00+03:00
adapt test to cpython3.8's dis output, pypy still fails
--HG--
branch : py3.8
- - - - -
fc0722e1 by Matti Picus at 2021-06-21T10:14:51+03:00
del also raises AttributeError wh
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
3a56b901 by Matti Picus at 2021-06-22T22:01:48+03:00
document merged branch
- - - - -
1 changed file:
- pypy/doc/whatsnew-head.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/3a56b9013503f8c0057dc86
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
93401d6a by Matti Picus at 2021-06-21T04:43:09+03:00
customize compiler
--HG--
branch : py3.7
- - - - -
bbe7cf59 by Matti Picus at 2021-06-21T09:35:58+03:00
fix test, repr was fixed in cpython3.7
--HG--
branch : py3.7
- - - -
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
55136feb by olliemath at 2021-06-22T09:26:27+01:00
Specialize builtin sum for lists/tuples
--HG--
branch : specialize-sum
- - - - -
a1973663 by olliemath at 2021-06-22T09:40:49+01:00
sum: add edge-cases to tests
--HG--
branch
Matti Picus pushed to branch branch/conda at PyPy / pypy
Commits:
c573f352 by Matti Picus at 2021-06-24T16:35:13+03:00
conda schema fixes for distutils
--HG--
branch : conda
- - - - -
1 changed file:
- lib-python/3/distutils/command/install.py
View it on Heptapod:
https://foss.heptapod.
Matti Picus deleted branch branch/implement_timezone_c_api 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
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
868329d2 by olliemath at 2021-06-25T14:47:17+01:00
CPyext: initial implementation of TimeZone_FromOffset
--HG--
branch : implement_timezone_c_api
- - - - -
a66aca79 by olliemath at 2021-06-25T16:37:27+01:00
CPyext: emulate CPyt
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
31610bb3 by Ronan Lamy at 2021-03-17T19:42:12+00:00
update-vendored to commit eb07982
--HG--
branch : hpy-update-to-facdb01
- - - - -
466cb19c by Ronan Lamy at 2021-03-17T19:48:10+00:00
temporary fixes to vendored files to allo
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
cf5d7e6b by Matti Picus at 2021-06-29T00:02:36+03:00
cannot remove audit hook after translation
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/sys/test/apptest_audit.py
View it on Heptapod:
https://foss.hep
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
6cc788ba by Matti Picus at 2021-07-01T09:08:33+03:00
error message compatibility with CPython
--HG--
branch : py3.7
- - - - -
3c2099f1 by Matti Picus at 2021-07-01T10:56:18+03:00
use CPython list of consts in os {confstr,pathco
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
6cc788ba by Matti Picus at 2021-07-01T09:08:33+03:00
error message compatibility with CPython
--HG--
branch : py3.7
- - - - -
3c2099f1 by Matti Picus at 2021-07-01T10:56:18+03:00
use CPython list of consts in os {confstr,pathco
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
0caa0840 by Matti Picus at 2021-07-02T15:14:46+03:00
remove outdated comment, issue 2248 was fixed
--HG--
branch : py3.7
- - - - -
8e9f3ee2 by Matti Picus at 2021-07-02T16:26:32+03:00
remove bad copy-paste line
--HG--
branch :
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
c731f253 by Matti Picus at 2021-07-02T18:48:22+03:00
Backed out 656bfe595f14, it breaks test_issue_2760_getattr
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/cpyext/slotdefs.py
View it on Heptapod:
https:/
Matti Picus pushed to branch branch/conda at PyPy / pypy
Commits:
261bf339 by Matti Picus at 2021-07-02T18:18:41+03:00
use conda layout in get_python_libs
--HG--
branch : conda
- - - - -
1 changed file:
- lib-python/3/distutils/sysconfig_pypy.py
View it on Heptapod:
https://foss.heptapo
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
855c2757 by Matti Picus at 2021-07-03T23:35:10+03:00
add a passing test
--HG--
branch : py3.7
- - - - -
421fa986 by Matti Picus at 2021-07-04T10:36:28+03:00
remove hack to look up function by offset, not needed by numpy since v
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
f71b8c0b by Matti Picus at 2021-07-04T16:51:05+03:00
check env keys for '=' when calling os.execve
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/posix/interp_posix.py
- pypy/module/posix/test/test_posix2.py
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
28cca765 by Matti Picus at 2021-07-05T08:30:25+03:00
delete test for improperly setting a point-to-function after PyType_Ready
continuation of 66c38129f52a
--HG--
branch : py3.7
- - - - -
f3602858 by Matti Picus at 2021-07-05T
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
0caa0840 by Matti Picus at 2021-07-02T15:14:46+03:00
remove outdated comment, issue 2248 was fixed
--HG--
branch : py3.7
- - - - -
8e9f3ee2 by Matti Picus at 2021-07-02T16:26:32+03:00
remove bad copy-paste line
--HG--
branch :
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
5b2371b2 by Armin Rigo at 2021-07-07T14:48:03+02:00
update to cffi 1.14.6
- - - - -
2aad2e2f by Matti Picus at 2021-07-07T16:50:13+03:00
merge default into py3.7
--HG--
branch : py3.7
- - - - -
10 changed files:
- extra_tes
Matti Picus pushed new branch branch/libffi-win64 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/libffi-win64
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailin
Matti Picus pushed to branch branch/libffi-win64 at PyPy / pypy
Commits:
93f8df39 by Matti Picus at 2021-07-11T11:03:07+03:00
copy libpypy-7.dll in packaging and at the end of translation
--HG--
branch : libffi-win64
- - - - -
2 changed files:
- pypy/tool/release/package.py
- rpython/trans
Matti Picus pushed to branch branch/libffi-win64 at PyPy / pypy
Commits:
1652cbd9 by Matti Picus at 2021-07-11T12:46:37+03:00
copy libffi in venv too
--HG--
branch : libffi-win64
- - - - -
1 changed file:
- lib-python/3/venv/__init__.py
View it on Heptapod:
https://foss.heptapod.net/pyp
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
a7c176c1 by Armin Rigo at 2021-07-07T16:14:09+02:00
add 'static' over C functions for cffi to avoid having them exported
- - - - -
7bc02a63 by Matti Picus at 2021-07-09T15:41:19+03:00
use libffi-7.dll from externals instead of t
Matti Picus deleted branch branch/libffi-win64 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
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
32e871e9 by Matti Picus at 2021-07-11T12:46:37+03:00
backport libffi-win64
- - - - -
83c6bd7b by Matti Picus at 2021-07-12T20:16:37+03:00
cleanup libffi_msvc removal
- - - - -
14 changed files:
- pypy/tool/release/package.
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
a60baa2d by Matti Picus at 2021-07-13T10:51:55+03:00
fix test for windows
- - - - -
1 changed file:
- rpython/rlib/test/test_rbigint.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/a60baa2d4dc859dddf
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
fb4b34ab by Matti Picus at 2021-07-13T14:28:31+03:00
remove msvc9 _PyVerify_fd and replace FdValidator with SuppressIPH
this may affect compilation on mingw since I don't know if they have an IPH
handler
- - - - -
8 changed
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
a60baa2d by Matti Picus at 2021-07-13T10:51:55+03:00
fix test for windows
- - - - -
fb4b34ab by Matti Picus at 2021-07-13T14:28:31+03:00
remove msvc9 _PyVerify_fd and replace FdValidator with SuppressIPH
this may affect compila
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
80e44034 by Matti Picus at 2021-07-13T16:13:58+03:00
speed up win64 rposix.read, rposix.write by pushing IPH wrapping into C
- - - - -
2 changed files:
- rpython/rlib/rposix.py
- rpython/rlib/test/test_rposix.py
View it o
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
2d362472 by Matti Picus at 2021-07-13T18:52:27+03:00
fix the runpack test for the size of LONG_BIT (which is 64 on win64)
- - - - -
a7077eea by Matti Picus at 2021-07-13T18:53:28+03:00
add debug prints to figure out why a test
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
b6da37bf by Matti Picus at 2021-07-14T07:22:55+03:00
fix rposix
- - - - -
1 changed file:
- rpython/rlib/rposix.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/b6da37bf92bcde69db1773220546cca827dcd7e
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
237c389d by Matti Picus at 2021-07-14T08:33:23+03:00
enable finding pytest when running subprocess
- - - - -
1 changed file:
- rpython/rlib/test/test_rbigint.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
55ae150c by Matti Picus at 2021-07-14T20:11:14+03:00
codemap is broken on win64, but is also unused so skip the failing test
- - - - -
1 changed file:
- rpython/jit/backend/llsupport/test/test_codemap.py
View it on Heptap
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
4bd84517 by Matti Picus at 2021-07-14T16:48:52+03:00
remove 2.7 cruft from merges
--HG--
branch : py3.7
- - - - -
2 changed files:
- − lib-python/2.7/distutils/_msvccompiler.py
- − lib-python/2.7/distutils/tests/test_msvccom
Matti Picus pushed new branch branch/win64-xmm-registers at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/win64-xmm-registers
You're receiving this email because of your account on foss.heptapod.net.
___
pypy
Matti Picus pushed to branch branch/win64-xmm-registers at PyPy / pypy
Commits:
f20eaf7c by Matti Picus at 2021-07-18T07:47:37+03:00
typo
--HG--
branch : win64-xmm-registers
- - - - -
1 changed file:
- rpython/jit/backend/x86/regalloc.py
View it on Heptapod:
https://foss.heptapod.net/py
Matti Picus pushed to branch branch/win64-xmm-registers at PyPy / pypy
Commits:
a72f473f by Matti Picus at 2021-07-18T13:37:18+03:00
remove duplicate value
--HG--
branch : win64-xmm-registers
- - - - -
1 changed file:
- rpython/jit/backend/x86/regalloc.py
View it on Heptapod:
https://fo
Matti Picus pushed to branch branch/win64-xmm-registers at PyPy / pypy
Commits:
212e58d2 by Matti Picus at 2021-07-18T17:37:54+03:00
fix logic (isuruf)
--HG--
branch : win64-xmm-registers
- - - - -
1 changed file:
- rpython/jit/backend/x86/regalloc.py
View it on Heptapod:
https://foss.h
Matti Picus pushed to branch branch/py3.8 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 copie
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
cc0cfb70 by Matti Picus at 2021-07-18T23:26:11+03:00
fix a warning from rpython/tool/cparser/cparser.py:166 during translation
--HG--
branch : py3.8
- - - - -
60024f54 by Matti Picus at 2021-07-18T23:28:38+03:00
use the __index
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
5286ffd7 by Matti Picus at 2021-07-19T10:45:00+03:00
move 2bd69a0a528b to a branch, more work is needed
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/interpreter/baseobjspace.py
View it on Heptapod:
https://foss.
Matti Picus pushed new branch branch/py3.8-index at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-index
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing
Matti Picus deleted branch branch/win64-xmm-registers 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-comm
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
00e5b281 by Matti Picus at 2021-07-18T01:29:25+03:00
on win64, xmm6-15 are non-volatile
--HG--
branch : win64-xmm-registers
- - - - -
f20eaf7c by Matti Picus at 2021-07-18T07:47:37+03:00
typo
--HG--
branch : win64-xmm-regist
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
7fa85927 by Matti Picus at 2021-07-22T12:24:47+03:00
continuation of 1697fc0bff5d, putenv('=hidden', 'value') fails
on windows
- - - - -
2 changed files:
- pypy/module/posix/interp_posix.py
- pypy/module/posix/test/test_po
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
e66af38a by Matti Picus at 2021-07-22T16:49:51+03:00
partially revert a4669b4e2e77 the test should fail but the code was fine.
- - - - -
1 changed file:
- pypy/module/posix/interp_posix.py
View it on Heptapod:
https://fo
Matti Picus pushed new branch branch/compact-unicode at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/compact-unicode
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
4d02f21a by Matti Picus at 2021-07-23T06:45:42+03:00
also fix test
- - - - -
1 changed file:
- pypy/module/posix/test/test_posix2.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/4d02f21a4ad264fb81680
Matti Picus pushed to branch branch/compact-unicode at PyPy / pypy
Commits:
c91a42ce by Matti Picus at 2021-07-23T18:02:35+03:00
add more gaurds but still segfaulting
--HG--
branch : compact-unicode
- - - - -
69fe3b1b by Matti Picus at 2021-07-25T20:17:17+03:00
optimize by creating helper fun
Matti Picus deleted branch branch/compact-unicode 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
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
80e44034 by Matti Picus at 2021-07-13T16:13:58+03:00
speed up win64 rposix.read, rposix.write by pushing IPH wrapping into C
- - - - -
2d362472 by Matti Picus at 2021-07-13T18:52:27+03:00
fix the runpack test for the size of LON
Matti Picus pushed to branch branch/conda at PyPy / pypy
Commits:
ba03fd5e by Matti Picus at 2021-07-27T10:00:54+03:00
add 'packaged by conda-forge' like in CPython feedstock
--HG--
branch : conda
- - - - -
1 changed file:
- pypy/module/sys/version.py
View it on Heptapod:
https://foss.h
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
c95713d1 by Matti Picus at 2021-07-27T12:53:52+03:00
fix merge
--HG--
branch : py3.7
- - - - -
dd4ce6eb by Matti Picus at 2021-07-27T12:54:34+03:00
allocate PyUnicodeObject + data when non-compact
--HG--
branch : py3.7
- - -
Matti Picus pushed to branch branch/conda at PyPy / pypy
Commits:
d9b4d24f by Matti Picus at 2021-07-27T13:41:35+03:00
adapt patch for modifying dll search path
--HG--
branch : conda
- - - - -
3 changed files:
- pypy/module/cpyext/api.py
- pypy/module/sys/version.py
- rpython/translator/c/
Matti Picus deleted branch branch/py3.8-index 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
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
1691a31f by Matti Picus at 2021-07-28T09:25:04+03:00
if __int__ is not found use __index__ in space.int(), like in int.__new__
What about __trunc__ ?
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/interpreter/baseob
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
599a5bd1 by Matti Picus at 2021-07-28T09:37:09+03:00
skip test when untranslated
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/interpreter/test/test_app_main.py
View it on Heptapod:
https://foss.heptapod.net/pypy
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
f1a8cdeb by Matti Picus at 2021-07-28T11:21:33+03:00
add coding stanza and fix tests for -A --python=python3.8
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/binascii/test/test_binascii.py
View it on Heptapo
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
ed1ab783 by Matti Picus at 2021-07-28T11:28:57+03:00
fix test
--HG--
branch : py3.8
- - - - -
b3a6cd95 by Matti Picus at 2021-07-28T13:31:17+03:00
add kwarg deterministic to _sqlite3.create_function
--HG--
branch : py3.8
- -
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
80e44034 by Matti Picus at 2021-07-13T16:13:58+03:00
speed up win64 rposix.read, rposix.write by pushing IPH wrapping into C
- - - - -
2d362472 by Matti Picus at 2021-07-13T18:52:27+03:00
fix the runpack test for the size of LON
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
a22c4e5c by Matti Picus at 2021-07-28T17:10:12+03:00
fix project name for benchmark runs
--HG--
branch : py3.8
- - - - -
1 changed file:
- testrunner/get_info.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/
Matti Picus pushed to branch branch/conda at PyPy / pypy
Commits:
58d5df47 by Matti Picus at 2021-07-28T15:09:25+03:00
back out 5c40eeb773c2, the problem is not here
--HG--
branch : conda
- - - - -
77e896d1 by Matti Picus at 2021-07-28T17:08:57+03:00
do not copy dlls into lib_pypy on conda
-
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
38573677 by Matti Picus at 2021-07-29T10:33:24+03:00
support multiple tags in hg_archive, fixes platform._sys_version()
- - - - -
2 changed files:
- rpython/tool/test/test_version.py
- rpython/tool/version.py
View it on H
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
38573677 by Matti Picus at 2021-07-29T10:33:24+03:00
support multiple tags in hg_archive, fixes platform._sys_version()
- - - - -
02cfcb42 by Matti Picus at 2021-07-29T10:34:47+03:00
merge default into py3.7
--HG--
branch : py3
Matti Picus pushed to branch branch/conda at PyPy / pypy
Commits:
90cb1d68 by Matti Picus at 2021-07-29T10:33:24+03:00
support multiple tags in hg_archive, fixes platform._sys_version()
--HG--
branch : conda
- - - - -
a9d4d86e by Matti Picus at 2021-07-29T12:05:31+03:00
adapt regex to sys.ver
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
ffd2f05d by isidentical at 2021-07-04T19:42:01+03:00
pytokenizer: bring back the support for parsing async/await context dependantly
--HG--
branch : py3.8-isidentical-ast-feature-version
- - - - -
fd3be10f by isidentical at 202
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
e07ecb87 by Matti Picus at 2021-07-30T15:21:09+03:00
windows fixes
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/_cffi_backend/errorbox.py
- pypy/module/_cffi_backend/misc.py
View it on Heptapod:
https://
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
335e6996 by Armin Rigo at 2019-07-23T04:06:51+02:00
backport 0fcdbc3de300 for upcoming cython that needs PyGILState_Check
- - - - -
3 changed files:
- pypy/module/cpyext/api.py
- pypy/module/cpyext/pystate.py
- pypy/module/
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
335e6996 by Armin Rigo at 2019-07-23T04:06:51+02:00
backport 0fcdbc3de300 for upcoming cython that needs PyGILState_Check
- - - - -
e48408e6 by Matti Picus at 2021-07-31T23:12:22+03:00
merge default into py3.7
--HG--
branch : p
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
a3c62ef5 by Matti Picus at 2021-08-02T22:58:20+03:00
update contributors
- - - - -
2 changed files:
- LICENSE
- pypy/doc/contributor.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/a3c62ef5c3c8cb2f0
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
adfd09d4 by Matti Picus at 2021-08-05T23:30:13+03:00
add _winapi.GetFileType and FILE_TYPE_* values (issue 3531)
--HG--
branch : py3.7
- - - - -
3 changed files:
- lib_pypy/_pypy_winbase_build.py
- lib_pypy/_pypy_winbase_cff
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
335e6996 by Armin Rigo at 2019-07-23T04:06:51+02:00
backport 0fcdbc3de300 for upcoming cython that needs PyGILState_Check
- - - - -
38573677 by Matti Picus at 2021-07-29T10:33:24+03:00
support multiple tags in hg_archive, fixes
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
bf16b06b by Matti Picus at 2021-08-06T00:32:24+03:00
add 32-bit version of _pypy_winbase_cffi.py
--HG--
branch : py3.7
- - - - -
1 changed file:
- lib_pypy/_pypy_winbase_cffi.py
View it on Heptapod:
https://foss.heptapod.
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
e9691d71 by Matti Picus at 2021-08-06T14:32:31+03:00
make str(sys.version_info) have the stuctseq name (like CPython)
- - - - -
3 changed files:
- lib_pypy/_structseq.py
- pypy/module/sys/test/test_version.py
- pypy/module/
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
a3c62ef5 by Matti Picus at 2021-08-02T22:58:20+03:00
update contributors
- - - - -
af1cdaba by Ronan Lamy at 2021-08-02T21:15:00+01:00
merge heads
- - - - -
e9691d71 by Matti Picus at 2021-08-06T14:32:31+03:00
make str(sys.vers
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
b4c6014d by Matti Picus at 2021-08-06T15:44:53+03:00
fix signature of PyErr_SetFromWindowsErr
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/cpyext/pyerrors.py
View it on Heptapod:
https://foss.heptapod.net
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
ae5a2670 by Matti Picus at 2021-08-09T15:11:51+03:00
clarify python2/python3 resource tracking.
- - - - -
1 changed file:
- pypy/doc/cpython_differences.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/comm
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
e33ec63d by Matti Picus at 2021-08-10T08:11:47+03:00
expose functions implemented directly in C (issue 3532)
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/cpyext/include/pythread.h
- pypy/module/cpyext/inclu
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
c01c79c3 by Matti Picus at 2021-08-11T06:31:01+03:00
sys.implementation.hexversion is from pypy_version_info not version_info
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/sys/app.py
- pypy/module/sys/test/t
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4240302b by isidentical at 2021-08-10T17:47:40+03:00
pytokenizer: explicit check for indentation check for type comments
--HG--
branch : isidentical-py38-pytokenizer-fixes
- - - - -
b2fecc6a by isidentical at 2021-08-10T17:49:4
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
b031a345 by Matti Picus at 2021-08-11T18:39:10+03:00
add PyContextVar_New, PyContextVar_Get, PyContextVar_Set (new for python 3.7)
--HG--
branch : py3.7
- - - - -
3 changed files:
- + pypy/module/cpyext/context.py
- pypy/mod
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
96d9f284 by Matti Picus at 2021-08-15T14:33:25+03:00
add handling of -Xpycache_prefix and PYTHONPYCACHEPREFIX
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/conftest.py
- pypy/interpreter/app_main.py
View it on He
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4a7575e7 by Matti Picus at 2021-08-16T16:25:19+03:00
inherit tp_vectorcall_offset, deal with buildin functions and vectorcall
--HG--
branch : py3.8
- - - - -
03c6ad72 by Matti Picus at 2021-08-16T18:22:11+03:00
skip gc-related
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c8a96ff2 by Matti Picus at 2021-08-16T19:32:57+03:00
add gc.collect to trigger warning
--HG--
branch : py3.8
- - - - -
2 changed files:
- lib-python/3/unittest/test/testmock/__init__.py
- lib-python/3/unittest/test/testmock/
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
9d5af915 by Matti Picus at 2021-08-17T07:50:58+03:00
fix translation
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/cpyext/pyerrors.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/9d5af
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
583c7096 by Matti Picus at 2021-08-17T07:50:58+03:00
fix translation
--HG--
branch : py3.8
- - - - -
5d9c10db by Matti Picus at 2021-08-17T07:51:42+03:00
strsignal only available on posix
--HG--
branch : py3.8
- - - - -
6ecd5
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
dc2ace99 by Matti Picus at 2021-08-17T08:50:11+03:00
fix unused-variable errors in cpyext tests
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_typeobject.py
View it on Heptapod:
https://fos
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
98806f70 by Matti Picus at 2021-08-17T09:29:45+03:00
fix unused-variable errors in cpyext tests
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_context.py
View it on Heptapod:
https://foss.h
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
a60cb489 by nimaje at 2021-08-17T11:36:25+02:00
fix idlelib.calltip.get_argspec()
This is needed because on pypy more stuff passes isinstance(ob_call,
types.MethodType) than on cpython
--HG--
branch : fix-idlelib.calltip.get_a
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
170506b2 by Matti Picus at 2021-08-17T09:29:45+03:00
fix unused-variable errors in cpyext tests
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_context.py
View it on Heptapod:
https://foss.h
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
af13e8fd by Matti Picus at 2021-08-18T10:50:25+03:00
remove unused variable from cpyext tests
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_typeobject.py
View it on Heptapod:
https://foss.
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
ccb234a0 by Matti Picus at 2021-08-18T21:53:10+03:00
update _ssl error message formatting
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib_pypy/_cffi_ssl/_stdssl/error.py
View it on Heptapod:
https://foss.heptapod.ne
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
b3cd9e38 by Matti Picus at 2021-08-19T07:53:53+03:00
delete unused arguments in c test
--HG--
branch : py3.8
- - - - -
e929eee8 by Matti Picus at 2021-08-19T11:59:23+03:00
_ssl - use __pypy__.write_unraisable, add num_tickets,
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
0c40f8ca by Matti Picus at 2021-08-20T12:32:14+03:00
add _ssl.HAS_X509_CHECK_FLAG_NEVER_CHECK_SUBJECT (issue 3539)
--HG--
branch : py3.8
- - - - -
2 changed files:
- lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py
- lib_pypy/_cf
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
f05410de by Matti Picus at 2021-08-20T17:01:33+03:00
add frame.f_back, assuming the user is aware of the dangers of examinig the
stack
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/module/cpyext/frameobject.py
- p
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
92b3120d by Matti Picus at 2021-08-20T17:01:33+03:00
add frame.f_back, assuming the user is aware of the dangers of examinig the
stack
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/cpyext/frameobject.py
- p
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c49b4a3e by Matti Picus at 2021-08-22T14:13:01+03:00
move test to run it with -A and rework parsing to make it pass
--HG--
branch : py3.8
- - - - -
5873999b by Matti Picus at 2021-08-23T00:47:49+03:00
add _PyErr_WriteUnraisable
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
bb8c08a9 by Matti Picus at 2021-08-23T07:46:39+03:00
tweak formatting of unraisable
--HG--
branch : py3.8
- - - - -
bc13c7b1 by Matti Picus at 2021-08-23T08:20:48+03:00
fix 4cf7f0005c6f
--HG--
branch : py3.8
- - - - -
4 cha
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
f8d0f6ad by Matti Picus at 2021-08-23T10:42:20+03:00
typo in import.h
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/cpyext/include/import.h
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
9d5af915 by Matti Picus at 2021-08-17T07:50:58+03:00
fix translation
--HG--
branch : py3.7
- - - - -
170506b2 by Matti Picus at 2021-08-17T09:29:45+03:00
fix unused-variable errors in cpyext tests
--HG--
branch : py3.7
- - -
601 - 700 of 1518 matches
Mail list logo