| Commit message (Expand) | Author | Age | Files | Lines |
* | fix translation (can't iterate over tuples in rpython)HEADmaster | Carl Friedrich Bolz-Tereick | 2021-03-02 | 1 | -2/+2 |
* | woops | Carl Friedrich Bolz-Tereick | 2021-03-02 | 1 | -1/+1 |
* | some ascii fast paths of latin-1 encoding/decoding | Carl Friedrich Bolz-Tereick | 2021-03-02 | 4 | -4/+23 |
* | fast path for unicode.upper/lower for ascii | Carl Friedrich Bolz-Tereick | 2021-03-02 | 2 | -6/+29 |
* | make init_flags a init_function | Matti Picus | 2021-03-02 | 1 | -4/+5 |
* | sync Py_.*Flags with sys.flags, issue 3409 | Matti Picus | 2021-03-02 | 6 | -11/+71 |
* | fix structseq attribute setter error message | Matti Picus | 2021-03-02 | 1 | -0/+10 |
* | document branch | Matti Picus | 2021-03-02 | 1 | -0/+4 |
* | sprinkle more links to heptapod in the docs, update some older pages | Matti Picus | 2021-03-01 | 5 | -16/+38 |
* | merge string-algorithmic-optimizations | Carl Friedrich Bolz-Tereick | 2021-02-28 | 5 | -2/+36 |
|\ |
|
| * | add whatsnew | Carl Friedrich Bolz-Tereick | 2021-02-28 | 1 | -0/+5 |
| * | 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 |
* | | Test and fix for #3381 | Armin Rigo | 2021-02-26 | 1 | -0/+65 |
* | | Tests (passing) for _continulet switching to a different thread | Armin Rigo | 2021-02-26 | 2 | -1/+81 |
|/ |
|
* | 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 |