| Commit message (Expand) | Author | Age | Files | Lines |
* | fix translation | Carl Friedrich Bolz-Tereick | 2021-02-26 | 1 | -0/+1 |
* | copy an optimization from CPython: when the search string of str.replace and | Carl Friedrich Bolz-Tereick | 2021-02-25 | 4 | -2/+30 |
* | more upstream syncing - move inttypes.h into pyport.h (issue 3407) | Matti Picus | 2021-02-24 | 2 | -5/+35 |
* | merge branch to fix PyObject_Format for type objects (issue 3404) | Matti Picus | 2021-02-21 | 3 | -0/+10 |
|\ |
|
| * | test, fix for PyObject_Format(space.wrap(type('a')), None) | Matti Picus | 2021-02-21 | 2 | -0/+6 |
* | | update cffi to c16abb8f809f | Matti Picus | 2021-02-21 | 1 | -1/+39 |
* | | merge intbount-improvements-3 | Carl Friedrich Bolz-Tereick | 2021-02-21 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | document branch | Carl Friedrich Bolz-Tereick | 2021-02-04 | 1 | -0/+5 |
* | | fix translation error on 32b Linux | Wim Lavrijsen | 2021-02-17 | 1 | -1/+2 |
* | | update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too) | Matti Picus | 2021-02-17 | 2 | -2/+2 |
* | | skip test on 32-bit | Matti Picus | 2021-02-17 | 1 | -2/+5 |
* | | test, add PyUnicode_Contains (issue 3400) | Matti Picus | 2021-02-16 | 3 | -9/+24 |
* | | mention the paper and Remi's PhD thesis on the stm page | Carl Friedrich Bolz-Tereick | 2021-02-14 | 1 | -0/+7 |
* | | updated API to cppyy_backend 1.14.2, consistent types for Win64, support for ... | Wim Lavrijsen | 2021-02-09 | 34 | -1107/+3583 |
|\ \ |
|
| * \ | merge default into cppyy_packaging branch | Wim Lavrijsen | 2021-02-09 | 30 | -290/+1172 |
| |\ \
| |/ /
|/| | |
|
* | | | backport changes to _ctypes needed for maxos BigSur from py3.7 | Matti Picus | 2021-02-06 | 1 | -0/+4 |
| |/
|/| |
|
* | | fix test_ast. | Carl Friedrich Bolz-Tereick | 2021-02-03 | 1 | -4/+4 |
* | | merge branch to update Tk/Tcl to 8.6 on windows | Matti Picus | 2021-02-03 | 2 | -5/+9 |
|\ \ |
|
| * | | fix Tcl/Tk 8.6 packaging on win | nulano | 2021-02-02 | 1 | -5/+5 |
* | | | merge default | Carl Friedrich Bolz-Tereick | 2021-02-01 | 1 | -0/+5 |
|\| | |
|
| * | | remerge fixes from rpython-never-allocate | Matti Picus | 2021-01-28 | 1 | -0/+6 |
| |\ \ |
|
* | | | | only unbox ints on 64 bit machines (otherwise there is no memory saving and | Carl Friedrich Bolz-Tereick | 2021-01-31 | 2 | -41/+60 |
* | | | | merge default | Carl Friedrich Bolz-Tereick | 2021-01-30 | 8 | -34/+182 |
|\| | | |
|
| * | | | document and close branch to be merged | Matti Picus | 2021-01-27 | 1 | -0/+5 |
| * | | | merge default into branch | Matti Picus | 2021-01-27 | 111 | -2810/+2369 |
| |\ \ \ |
|
| | * | | | Fix signature of PyEval_EvalCode | Matti Picus | 2021-01-23 | 1 | -1/+1 |
| | * | | | merge, document py2.7-winreg which backports winreg changes from py3.7 | Matti Picus | 2021-01-21 | 4 | -16/+169 |
| | |\ \ \ |
|
| | | * | | | fix py3.7-winreg backports | nulano | 2020-12-25 | 2 | -31/+21 |
| | | * | | | backport 0df11e6e: redo winreg reflection using runtime loading | nulano | 2020-12-25 | 2 | -12/+101 |
| | | * | | | backport d5d9fb27, fb5cddf8: bpo-21151, preserve None passed as REG_BINARY in... | nulano | 2020-12-25 | 2 | -4/+8 |
| | | * | | | backport e070d661: implement winreg reflection on win64 | nulano | 2020-12-25 | 2 | -10/+70 |
| | | * | | | don't add REG_QWORD introduced in CPython 3.6 to winreg on PyPy2 | nulano | 2020-12-25 | 1 | -0/+5 |
| * | | | | | Revert changes to PyFoo_Check and PyFoo_CheckExact signatures | Yannick Jadoul | 2021-01-26 | 2 | -3/+5 |
| * | | | | | Change parameter type of PyModule_New to const char*, and use build_type_chec... | Yannick Jadoul | 2020-10-18 | 3 | -18/+6 |
* | | | | | | pretty subtle bug: when iterating over a map dict, some items would go missing! | Carl Friedrich Bolz-Tereick | 2021-01-30 | 2 | -7/+24 |
* | | | | | | always go through _set_mapdict_map | Carl Friedrich Bolz-Tereick | 2021-01-28 | 1 | -6/+10 |
* | | | | | | fix test_unbox_reorder_bug3 | Carl Friedrich Bolz-Tereick | 2021-01-28 | 2 | -51/+16 |
* | | | | | | add layout comments | Carl Friedrich Bolz-Tereick | 2021-01-28 | 1 | -15/+14 |
* | | | | | | this took way too long: at least reproduce the failure in a unit test | Carl Friedrich Bolz-Tereick | 2021-01-27 | 1 | -0/+31 |
* | | | | | | fix a bug where the unboxed storage would grow too large | Carl Friedrich Bolz-Tereick | 2021-01-27 | 2 | -2/+16 |
* | | | | | | document branch | Carl Friedrich Bolz-Tereick | 2021-01-27 | 1 | -0/+7 |
* | | | | | | remove debugging comment, make test_pypy_c more natural | Carl Friedrich Bolz-Tereick | 2021-01-26 | 4 | -10/+8 |
* | | | | | | stop field optimizations in a few of the existing tests | Carl Friedrich Bolz-Tereick | 2021-01-26 | 4 | -0/+7 |
* | | | | | | fix a problem with undetected type-instability: it wasn't found if the | Carl Friedrich Bolz-Tereick | 2021-01-26 | 3 | -34/+124 |
* | | | | | | add missing immutable field | Carl Friedrich Bolz-Tereick | 2021-01-26 | 1 | -1/+1 |
* | | | | | | another reordering bug | Carl Friedrich Bolz-Tereick | 2021-01-21 | 2 | -10/+23 |
* | | | | | | fix interaction of reordering and unboxing | Carl Friedrich Bolz-Tereick | 2021-01-21 | 2 | -5/+48 |
* | | | | | | expose mapdict implementation via __pypy__ to help with debugability | Carl Friedrich Bolz-Tereick | 2021-01-19 | 3 | -8/+37 |
* | | | | | | fix bug in more complicated patterns of boxed and unboxed attributes | Carl Friedrich Bolz-Tereick | 2021-01-19 | 2 | -1/+44 |
* | | | | | | merge default | Carl Friedrich Bolz-Tereick | 2021-01-19 | 7 | -20/+87 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|