| Commit message (Expand) | Author | Age | Files | Lines |
* | merge default into branchrelease-pypy2.7-v6.0.0 | Matti Picus | 2018-04-24 | 27 | -174/+400 |
|\ |
|
| * | add new contributors (thanks!!!) | Matti Picus | 2018-04-24 | 2 | -0/+4 |
| * | update release notes to include cppyy | Matti Picus | 2018-04-24 | 3 | -6/+14 |
| * | merge cppyy-packaging: move to latest backend (0.6.0) and support exceptions ... | Wim Lavrijsen | 2018-04-23 | 17 | -162/+302 |
| |\ |
|
| | * | fix translation | Wim Lavrijsen | 2018-04-23 | 1 | -3/+1 |
| | * | update enum handling | Wim Lavrijsen | 2018-04-23 | 1 | -0/+2 |
| | * | merge default into branch | Wim Lavrijsen | 2018-04-23 | 10 | -27/+101 |
| | |\
| | |/
| |/| |
|
| * | | add a test for 321aff47be74 | Antonio Cuni | 2018-04-23 | 1 | -0/+41 |
| * | | Issue #2805 Attempted fix | Armin Rigo | 2018-04-23 | 1 | -2/+8 |
| * | | Fix a case where the list strategy leaks to the user | Armin Rigo | 2018-04-23 | 2 | -0/+17 |
| * | | Test that tp_basicsize is correctly set (fails on py3.5) | Ronan Lamy | 2018-04-20 | 1 | -4/+14 |
| | * | initial support for exception handling from wrapped functions | Wim Lavrijsen | 2018-04-23 | 8 | -21/+94 |
| | * | translator fix | Wim Lavrijsen | 2018-04-20 | 1 | -1/+1 |
| | * | upgrade to backend 0.6.0 | Wim Lavrijsen | 2018-04-20 | 7 | -86/+150 |
| | * | merge default into branch | Wim Lavrijsen | 2018-04-19 | 271 | -4333/+8219 |
| | |\ |
|
| | * \ | merge default into branch | Wim Lavrijsen | 2018-01-26 | 357 | -3125/+81845 |
| | |\ \ |
|
| | * | | | fix C++ warnings | Wim Lavrijsen | 2017-10-30 | 2 | -1/+4 |
| | * | | | naming consistency w/ CPython/cppyy | Wim Lavrijsen | 2017-10-30 | 6 | -51/+51 |
* | | | | | merge default into release | Matti Picus | 2018-04-20 | 60 | -1649/+1548 |
|\| | | | |
|
| * | | | | restart whatsnew-head, release notice | Matti Picus | 2018-04-20 | 3 | -13/+19 |
| * | | | | simplify test | Matti Picus | 2018-04-19 | 1 | -4/+1 |
| * | | | | generalize for python2,3 translated and untranslated, remove Sub.__name__ check | Matti Picus | 2018-04-19 | 1 | -4/+1 |
| | |_|/
| |/| | |
|
| * | | | fix llinterp debug_{start,stop} on 32bit - one more time | Matti Picus | 2018-04-19 | 1 | -1/+1 |
| * | | | fix llinterp debug_{start,stop} on 32bit | Antonio Cuni | 2018-04-18 | 1 | -5/+5 |
| * | | | Merge the gc-hook-better-timestamp branch. It improves gc hooks in two ways: | Antonio Cuni | 2018-04-18 | 14 | -60/+230 |
| |\ \ \ |
|
| | * | | | close merged branch | Antonio Cuni | 2018-04-18 | 0 | -0/+0 |
| | * | | | fix test_whatsnew | Antonio Cuni | 2018-04-18 | 1 | -0/+4 |
| | * | | | add a way to know the fastest and the slowest gc-minor/gc-collect-step when w... | Antonio Cuni | 2018-04-18 | 3 | -13/+45 |
| | * | | | expose the new debug_{start,stop} feature also to applevel, just because :) | Antonio Cuni | 2018-04-18 | 2 | -7/+24 |
| | * | | | bad me, no cookie; test_debug_print_start_stop_nonconst was broken, and trans... | Antonio Cuni | 2018-04-18 | 1 | -1/+1 |
| | * | | | implement the new debug_{start,stop}(..., timestamp=True) logic in the C backend | Antonio Cuni | 2018-04-18 | 4 | -18/+82 |
| | * | | | add a timestamp argument to debug_start and debug_stop: if it's True, they wi... | Antonio Cuni | 2018-04-17 | 4 | -22/+75 |
| | * | | | a branch to try to use the same timestamps as in PYPYLOG inside gc hooks | Antonio Cuni | 2018-04-17 | 0 | -0/+0 |
| |/ / / |
|
| * | | | merge the gc-hooks branch: it is now possible to install app-level hooks whic... | Antonio Cuni | 2018-04-17 | 36 | -66/+1210 |
| |\ \ \ |
|
| | * | | | close merged branch | Antonio Cuni | 2018-04-17 | 0 | -0/+0 |
| | * | | | update whatsnew | Antonio Cuni | 2018-04-17 | 1 | -0/+4 |
| | * | | | add docs about GC hooks | Antonio Cuni | 2018-04-17 | 1 | -0/+154 |
| | * | | | hg merge default | Antonio Cuni | 2018-04-16 | 22 | -1537/+156 |
| | |\ \ \ |
|
| | * | | | | fix translation on 32bit | Antonio Cuni | 2018-04-16 | 1 | -8/+7 |
| | * | | | | try to fix translation | Antonio Cuni | 2018-04-16 | 2 | -4/+7 |
| | * | | | | expose rtimer.get_timestamp_unit to applevel, for the same motivations as the... | Antonio Cuni | 2018-04-16 | 4 | -2/+16 |
| | * | | | | expose rlib.rtimer.read_timestamp as __pypy__.debug_read_timestamp. The under... | Antonio Cuni | 2018-04-16 | 3 | -0/+11 |
| | * | | | | add JIT support for rtimer.get_timestamp_unit | Antonio Cuni | 2018-04-16 | 3 | -0/+16 |
| | * | | | | add rlib.rtimer.get_timestamp_unit, which tells some info about the value ret... | Antonio Cuni | 2018-04-16 | 8 | -24/+91 |
| | * | | | | hg merge default | Antonio Cuni | 2018-04-12 | 39 | -302/+794 |
| | |\ \ \ \ |
|
| | * | | | | | add a count stat which counts how many events have been fired since the last ... | Antonio Cuni | 2018-04-10 | 2 | -25/+88 |
| | * | | | | | rename the 'count' argument of on_gc_collect to match the name used in the so... | Antonio Cuni | 2018-04-10 | 6 | -18/+25 |
| | * | | | | | fix the app-level hooks to use the new 'duration' param | Antonio Cuni | 2018-04-10 | 2 | -31/+49 |
| | * | | | | | WIP: compute the duration of gc-minor and gc-collect-step, and pass it to the... | Antonio Cuni | 2018-04-10 | 4 | -14/+30 |
| | * | | | | | fix this test, and add comment explaing why it was failing | Antonio Cuni | 2018-04-05 | 2 | -1/+9 |