aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | backendopt is required to generate valid C in test_ztranslationRonan Lamy2021-09-212-4/+2
| | * | Add is_legacy flag, in order to enforce inheritance constraintsRonan Lamy2021-09-211-5/+19
| | * | Disable -D tests under pypy/module/_hpy_universal - they already run in extra...Ronan Lamy2021-09-171-5/+8
| | * | skip or xfail some extra testsRonan Lamy2021-09-167-10/+13
| | * | fix extra test: the distribution is now called 'hpy'Ronan Lamy2021-09-161-2/+2
| | * | typo fixed upstreamRonan Lamy2021-09-161-1/+1
| | * | Implement HPyUnicode_AsUTF8AndSize and HPyUnicode_DecodeFSDefault.Ronan Lamy2021-09-165-4/+73
| | * | Manually disable a skipped test using fixtures so it doesn't error in collect...Ronan Lamy2021-09-161-1/+1
| | * | Skip a test that cannot possibly run on pypyRonan Lamy2021-09-151-0/+2
| | * | Update hpyRonan Lamy2021-09-1530-376/+602
| | * | Implement HPyImport_ImportModuleRonan Lamy2021-09-082-1/+31
| | * | Fix tests dealing with unsigned_long_bits()Ronan Lamy2021-09-082-30/+31
| | * | Convert test_handles to apptestRonan Lamy2021-09-075-302/+368
| | * | hg merge py3.7Ronan Lamy2021-09-0251-330/+779
| | |\ \
| | * | | Remove extra_AppTestXXX mechanismRonan Lamy2021-08-255-104/+11
| | * | | Reapply hacks to vendored codeRonan Lamy2021-08-252-2/+2
| | * | | Stop vendoring the HPy tests as own-tests, as that is too annoying to maintainRonan Lamy2021-08-255-57/+2
| | * | | fix HPyBytes_FromStringAndSize()Ronan Lamy2021-08-031-0/+3
| | * | | Implement HPyErr_NewExceptionWithDoc()Ronan Lamy2021-08-031-1/+22
| | * | | hg merge py3.7Ronan Lamy2021-08-0222-111/+336
| | |\ \ \
| | * | | | Implement HPyErr_NewException()Ronan Lamy2021-07-301-1/+18
| | * | | | Implement HPy_Is()Ronan Lamy2021-07-301-0/+7
| | * | | | fix buffer testRonan Lamy2021-07-292-2/+2
| | * | | | Implement HPy_AsStruct and HPy_AsStructLegacyRonan Lamy2021-07-282-26/+26
| | * | | | Enable cpyext in the tests that include Python.hRonan Lamy2021-07-281-0/+17
| | * | | | fix compilation of _hpy_universalRonan Lamy2021-07-263-6/+6
| | * | | | Update llapi.py and other fixesRonan Lamy2021-07-235-16/+25
| | * | | | fix debug mode compilationRonan Lamy2021-07-233-2/+3
| | * | | | Replace HPyContext with HPyContext* in function signaturesRonan Lamy2021-07-2322-151/+151
| | * | | | run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamingsRonan Lamy2021-07-22171-5195/+7502
| * | | | | hg merge defaultRonan Lamy2021-09-294-23/+42
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | skip the test on CPythonRonan Lamy2021-09-291-1/+3
| | * | | | Move test from deprecated test_lib_pypy/ to extra_tests/Ronan Lamy2021-09-292-12/+10
| | * | | | fix test_pypy_c, goes with 0012ea4931c1Carl Friedrich Bolz-Tereick2021-09-291-4/+8
| | * | | | make test work without hypothesisCarl Friedrich Bolz-Tereick2021-09-291-7/+22
| * | | | | merge default into py3.7Matti Picus2021-09-298-31/+185
| |\| | | |
| | * | | | document newly-merged improvementsMatti Picus2021-09-293-6/+13
| | * | | | update repackage.shMatti Picus2021-09-291-5/+10
| | * | | | update versions.jsonMatti Picus2021-09-292-0/+138
| | * | | | (cfbolz, arigo instigating): switch the storage of unboxed mapdicts around: useCarl Friedrich Bolz-Tereick2021-09-282-20/+24
| | * | | | merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it...fijal2021-09-275-19/+106
| | |\ \ \ \
| * | | | | | reduce difference to upstreamMatti Picus2021-09-291-1/+2
| * | | | | | merge scoped cffi mallocfijal2021-09-2710-35/+125
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | close to be merged branchfijal2021-09-270-0/+0
| | * | | | | move stuff around so we can actually import sslfijal2021-09-271-1/+1
| | * | | | | cffi renamefijal2021-09-274-4/+4
| | * | | | | dumb testfijal2021-09-271-0/+4
| | * | | | | write a dumb test, a bit hard to testfijal2021-09-271-0/+8
| | * | | | | write and use StackNew for a cffi helperfijal2021-09-274-19/+94
| | |/ / / /
| | * | | | issue #3463Armin Rigo2021-09-251-2/+4