aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update the files for vmprof-pythonMaciej Fijalkowski2021-02-232-1/+5
* workaround for a crash when running test_recursive_pickle in test_functools onCarl Friedrich Bolz-Tereick2021-02-191-2/+19
* fix C warning, lltype.Signed is a long, not an intCarl Friedrich Bolz-Tereick2021-02-171-2/+2
* merge defaultCarl Friedrich Bolz-Tereick2021-02-012-1/+46
|\
| * re-apply backed out changes from rpython-never-allocateMatti Picus2021-01-282-1/+46
| * Backed out changes from rpython-never-allocate since it is not ready yetMatti Picus2021-01-222-46/+1
| * Merge branch 'branch/rpython-never-allocate' into 'branch/default'Antonio Cuni2021-01-212-1/+46
| |\
| | * improve the test to check that if we constant-fold the MyClass malloc(), ever...Antonio Cuni2020-10-021-6/+19
| | * introduce a @never_allocate class decorator, which ensure that a certain RPyt...Antonio Cuni2020-10-022-1/+33
* | | merge defaultCarl Friedrich Bolz-Tereick2021-01-191-2/+2
|\| |
| * | test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375)Matti Picus2021-01-031-2/+2
* | | store everything erasedCarl Friedrich Bolz-Tereick2020-12-291-0/+1
|/ /
* | backport rpython changes from py3.7-winregMatti Picus2020-12-251-0/+1
* | Patch from issue #3227, modernized to use the existing bitflags: PYPYSIG_NO_W...Armin Rigo2020-12-221-0/+2
* | Merge the rpython-error_value branch.Antonio Cuni2020-12-021-5/+14
|\ \
| * | Refactor&simplify the approach:Antonio Cuni2020-11-301-18/+9
| * | WIP: require the user to explicitly define which error_value to use when usin...Antonio Cuni2020-11-211-5/+12
| * | implement @ll_error_value and add a couple of test to ensure that it works co...Antonio Cuni2020-11-181-0/+11
* | | backport changes from py3.7 to rpythonMatti Picus2020-11-304-1/+6
* | | merge default into win64, tweak rpython/tool/cparser/cparser.pyMatti Picus2020-11-2912-151/+368
|\ \ \
| * | | fix for a case where the difference shows up with recent unicode databases onlyArmin Rigo2020-11-242-2/+8
| * | | fixesArmin Rigo2020-11-242-3/+6
| * | | back-port the rpython bits of "py3.7-rsre"Armin Rigo2020-11-248-129/+327
| |/ /
| * | clarify CCHARP vs CWCHARP in rwinregMatti Picus2020-11-151-18/+22
| * | Ensure compatibility of r_singlefloat/r_longfloat hashes with equalityRonan Lamy2020-11-021-0/+6
| * | typo in macro nameMatti Picus2020-11-021-1/+1
* | | this is no longer needednulano2020-10-311-4/+2
* | | merge default into branchMatti Picus2020-10-281-0/+5
|\| |
| * | backport changes from py3.6Matti Picus2020-10-231-0/+5
* | | backport py3.6 changesMatti Picus2020-10-151-2/+2
* | | merge default into branchMatti Picus2020-10-154-3/+56
|\| |
| * | backport rpython changes from py3.6Matti Picus2020-10-154-3/+56
* | | merge default into branchMatti Picus2020-10-102-19/+47
|\| |
| * | merge default into stdlib-2.7.18-3Stefano Rivera2020-10-092-1/+32
| |\|
| * | merge vendor/stdlibMichał Górny2020-09-282-19/+47
* | | fix overflow in rbigint.abs_rshift_and_mask on non-win64nulano2020-10-071-3/+5
* | | fix rposix function signatures for both Linux and Win64nulano2020-10-052-2/+7
* | | merge default into branchMatti Picus2020-10-0521-49/+178
|\ \ \ | | |/ | |/|
| * | rposix: implement sendfile on darwin (and freebsd?)Dan Villiom Podlaski Christiansen2020-09-231-1/+25
| * | issue3312: some limited support for longdouble constantsArmin Rigo2020-09-281-0/+7
| |/
| * increase the tolerance a bit for latency inside a dockerMatti Picus2020-09-251-1/+1
| * redo the rvmprof changes in a way that I think can be upstreamedMatti Picus2020-09-253-3/+7
| * get rid of mentions of bitbucketMatti Picus2020-09-241-1/+1
| * rvmprof: avoid missing prototype, which is an error in Clang 11Dan Villiom Podlaski Christiansen2020-09-172-1/+1
| * darwin: strlen() is in <string.h>Dan Villiom Podlaski Christiansen2020-09-171-0/+1
| * fix inconsistent #ifdef's surrounding get_vmprof_stack()Dan Villiom Podlaski Christiansen2020-09-171-2/+0
| * Test fix: workaround for limited length of UNIXAddressesArmin Rigo2020-09-111-1/+8
| * Fix this test for 32-bitArmin Rigo2020-09-111-10/+7
| * add jit_hooks.stats_memmgr_release_all()Armin Rigo2020-08-301-0/+4
| * add a gc.collect for pypyMatti Picus2020-08-261-0/+3