aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge default into branchrelease-pypy2.7-v6.0.0Matti Picus2018-04-2427-174/+400
|\
| * add new contributors (thanks!!!)Matti Picus2018-04-242-0/+4
| * update release notes to include cppyyMatti Picus2018-04-243-6/+14
| * merge cppyy-packaging: move to latest backend (0.6.0) and support exceptions ...Wim Lavrijsen2018-04-2317-162/+302
| |\
| | * fix translationWim Lavrijsen2018-04-231-3/+1
| | * update enum handlingWim Lavrijsen2018-04-231-0/+2
| | * merge default into branchWim Lavrijsen2018-04-2310-27/+101
| | |\ | | |/ | |/|
| * | add a test for 321aff47be74Antonio Cuni2018-04-231-0/+41
| * | Issue #2805 Attempted fixArmin Rigo2018-04-231-2/+8
| * | Fix a case where the list strategy leaks to the userArmin Rigo2018-04-232-0/+17
| * | Test that tp_basicsize is correctly set (fails on py3.5)Ronan Lamy2018-04-201-4/+14
| | * initial support for exception handling from wrapped functionsWim Lavrijsen2018-04-238-21/+94
| | * translator fixWim Lavrijsen2018-04-201-1/+1
| | * upgrade to backend 0.6.0Wim Lavrijsen2018-04-207-86/+150
| | * merge default into branchWim Lavrijsen2018-04-19271-4333/+8219
| | |\
| | * \ merge default into branchWim Lavrijsen2018-01-26357-3125/+81845
| | |\ \
| | * | | fix C++ warningsWim Lavrijsen2017-10-302-1/+4
| | * | | naming consistency w/ CPython/cppyyWim Lavrijsen2017-10-306-51/+51
* | | | | merge default into releaseMatti Picus2018-04-2060-1649/+1548
|\| | | |
| * | | | restart whatsnew-head, release noticeMatti Picus2018-04-203-13/+19
| * | | | simplify testMatti Picus2018-04-191-4/+1
| * | | | generalize for python2,3 translated and untranslated, remove Sub.__name__ checkMatti Picus2018-04-191-4/+1
| | |_|/ | |/| |
| * | | fix llinterp debug_{start,stop} on 32bit - one more timeMatti Picus2018-04-191-1/+1
| * | | fix llinterp debug_{start,stop} on 32bitAntonio Cuni2018-04-181-5/+5
| * | | Merge the gc-hook-better-timestamp branch. It improves gc hooks in two ways:Antonio Cuni2018-04-1814-60/+230
| |\ \ \
| | * | | close merged branchAntonio Cuni2018-04-180-0/+0
| | * | | fix test_whatsnewAntonio Cuni2018-04-181-0/+4
| | * | | add a way to know the fastest and the slowest gc-minor/gc-collect-step when w...Antonio Cuni2018-04-183-13/+45
| | * | | expose the new debug_{start,stop} feature also to applevel, just because :)Antonio Cuni2018-04-182-7/+24
| | * | | bad me, no cookie; test_debug_print_start_stop_nonconst was broken, and trans...Antonio Cuni2018-04-181-1/+1
| | * | | implement the new debug_{start,stop}(..., timestamp=True) logic in the C backendAntonio Cuni2018-04-184-18/+82
| | * | | add a timestamp argument to debug_start and debug_stop: if it's True, they wi...Antonio Cuni2018-04-174-22/+75
| | * | | a branch to try to use the same timestamps as in PYPYLOG inside gc hooksAntonio Cuni2018-04-170-0/+0
| |/ / /
| * | | merge the gc-hooks branch: it is now possible to install app-level hooks whic...Antonio Cuni2018-04-1736-66/+1210
| |\ \ \
| | * | | close merged branchAntonio Cuni2018-04-170-0/+0
| | * | | update whatsnewAntonio Cuni2018-04-171-0/+4
| | * | | add docs about GC hooksAntonio Cuni2018-04-171-0/+154
| | * | | hg merge defaultAntonio Cuni2018-04-1622-1537/+156
| | |\ \ \
| | * | | | fix translation on 32bitAntonio Cuni2018-04-161-8/+7
| | * | | | try to fix translationAntonio Cuni2018-04-162-4/+7
| | * | | | expose rtimer.get_timestamp_unit to applevel, for the same motivations as the...Antonio Cuni2018-04-164-2/+16
| | * | | | expose rlib.rtimer.read_timestamp as __pypy__.debug_read_timestamp. The under...Antonio Cuni2018-04-163-0/+11
| | * | | | add JIT support for rtimer.get_timestamp_unitAntonio Cuni2018-04-163-0/+16
| | * | | | add rlib.rtimer.get_timestamp_unit, which tells some info about the value ret...Antonio Cuni2018-04-168-24/+91
| | * | | | hg merge defaultAntonio Cuni2018-04-1239-302/+794
| | |\ \ \ \
| | * | | | | add a count stat which counts how many events have been fired since the last ...Antonio Cuni2018-04-102-25/+88
| | * | | | | rename the 'count' argument of on_gc_collect to match the name used in the so...Antonio Cuni2018-04-106-18/+25
| | * | | | | fix the app-level hooks to use the new 'duration' paramAntonio Cuni2018-04-102-31/+49
| | * | | | | WIP: compute the duration of gc-minor and gc-collect-step, and pass it to the...Antonio Cuni2018-04-104-14/+30
| | * | | | | fix this test, and add comment explaing why it was failingAntonio Cuni2018-04-052-1/+9