aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix issue #3440: when assigning the full slice of a list, evaluate the rhsrelease-pypy3.7-v7.3.5rc1Carl Friedrich Bolz-Tereick2021-04-162-3/+13
* update version to 7.3.5Matti Picus2021-04-213-4/+4
* revert part of 162a16ff0156 (issue 3442)Matti Picus2021-04-211-1/+7
* use platform_name == win_amd64 for 64-bit windows (issue 3443)Matti Picus2021-04-202-3/+7
* make ftplib not trust the PASV response (bpo 43285)Matti Picus2021-04-202-2/+34
* Remove the pydoc getfile feature (bpo 42988)Matti Picus2021-04-202-24/+0
* merge py3.7 into releaserelease-pypy3.7-v7.3.4rc2release-pypy3.7-v7.3.4Matti Picus2021-04-046-29/+36
|\
| * disable _hpyproject_universal on windows until hpyproject/hpy/pull/125 is mergedMatti Picus2021-04-041-1/+1
| * add file lost in merge with defaultMatti Picus2021-04-041-0/+17
| * merge default into py3.7Matti Picus2021-04-036-45/+35
| |\
| | * skip zlib test on 1.2.7 too (manylinux2014 buildbot)Matti Picus2021-04-031-1/+1
| | * revert pyrepl to 8ef001285964, before merging upstreamMatti Picus2021-04-0230-1095/+616
| | * restore code that got lost in the shuffle (thanks obfusk)Matti Picus2021-04-011-4/+19
| | * mention HPy in release note; tweak documentationMatti Picus2021-04-014-26/+36
| * | add '-fPIC', fix gdbm C interfaceMatti Picus2021-04-033-14/+27
* | | add '-fPIC', fix gdbm C interfaceMatti Picus2021-04-033-14/+27
* | | sync with py3.7: enable _hpy_universalMatti Picus2021-04-031-1/+1
* | | merge py3.7 into releaseMatti Picus2021-04-031-4/+11
|\| |
| * | embed _gdbm and lzma on arm64Matti Picus2021-04-031-4/+11
* | | merge py3.7 into releaseMatti Picus2021-04-0227-749/+460
|\| |
| * | revert test to fix itMatti Picus2021-04-021-1/+1
| * | revert pyrepl to 24f58eca7031, before merging from pypy/pyreplMatti Picus2021-04-0226-748/+459
* | | merge py3.7 into releaseMatti Picus2021-04-0145-415/+896
|\| |
| * | fix testMatti Picus2021-04-011-1/+1
| * | merge default into branchMatti Picus2021-04-013-18/+21
| |\|
| | * typo, fix memory leakMatti Picus2021-04-012-2/+2
| | * fix memory leakMatti Picus2021-04-011-16/+18
| | * fix needed for testingMatti Picus2021-04-011-1/+2
| * | restart whatsnew-pypy3-head.rstMatti Picus2021-04-011-86/+2
| * | do not embed lmza on linux, maybe review this when we drop CentOS6Matti Picus2021-04-011-7/+9
| * | merge default into py3.7Matti Picus2021-03-315-58/+96
| |\|
| | * merge PR 34 from github.com/pypy/pyrepl (issue 2371)Matti Picus2021-03-315-53/+96
| * | merge hpy into py3.7Matti Picus2021-03-3135-246/+768
| |\ \
| | * \ Merge branch 'branch/hpy-update-to-eb07982b6' into 'branch/hpy'Ronan Lamy2021-03-1630-84/+400
| | |\ \
| | | * | Initialise all required attributes in HPyModule_Create()Ronan Lamy2021-03-162-4/+33
| | | * | Implement HPy_CallTupleDictRonan Lamy2021-03-122-0/+22
| | | * | Implement HPyCallable_CheckRonan Lamy2021-03-121-0/+6
| | | * | Implement HPyTuple_CheckRonan Lamy2021-03-121-0/+8
| | | * | Add the other .supports_foo() helpersRonan Lamy2021-03-121-0/+10
| | | * | rename .should_check_refcount() to .supports_refcounts()Ronan Lamy2021-03-121-3/+2
| | | * | update-vendored to commit eb07982b6Ronan Lamy2021-03-1223-77/+319
| | |/ /
| | * | Update to Python 3.7 (merge 'py3.7' into 'hpy')Ronan Lamy2021-03-111256-25786/+81671
| | |\ \
| | * | | Don't crash when importing a defective moduleRonan Lamy2021-01-152-0/+26
| | * | | Merge branch 'branch/hpy-update-to-2829a0d' into 'branch/hpy'Simon Cross2020-12-1012-174/+354
| | |\ \ \
| | | * | | Look for filename as .hpy.so now that the C extenion name is correct.Simon Cross2020-12-101-1/+1
| | | * | | Update vendored hpy to 6e38f80.Simon Cross2020-12-103-4/+8
| | | * | | Update vendored hpy to 7a0cb53.Simon Cross2020-12-102-4/+4
| | | * | | Update vendored hpy to c9ada53 plus an uncommitted fix for the HPy_FatalError...Simon Cross2020-12-104-7/+62
| | | * | | Fix HPyLong_AsUnsignedLongLong and HPyLong_AsSsize_t to ignore __int__ and __...Simon Cross2020-12-101-2/+3
| | | * | | Implement HPy_FatalError.Simon Cross2020-12-094-0/+13