| Commit message (Expand) | Author | Age | Files | Lines |
* | _sysconfigdata: strip default CFLAGS and OPTgentoo-3.9-7.3.8rc2 | Michał Górny | 2022-02-11 | 1 | -2/+2 |
* | distutils: make -OO enable both opt-1 and opt-2 optimization | Michał Górny | 2022-02-11 | 2 | -10/+10 |
* | fix release version to rc2release-pypy3.9-v7.3.8rc2 | Matti Picus | 2022-02-10 | 2 | -3/+3 |
* | make this a release candidate | Matti Picus | 2022-02-10 | 2 | -2/+2 |
* | merge py3.9 into release | Matti Picus | 2022-02-10 | 101 | -623/+3014 |
|\ |
|
| * | avoid possible deadlocks by creating ProcessPoolExecutor processes earlier (i... | Matti Picus | 2022-02-10 | 1 | -3/+18 |
| * | merge py3.8 | Matti Picus | 2022-02-08 | 14 | -81/+198 |
| |\ |
|
| | * | merge py3.7 | Matti Picus | 2022-02-08 | 14 | -81/+198 |
| | |\ |
|
| | | * | merge default | Matti Picus | 2022-02-08 | 6 | -42/+79 |
| | | |\ |
|
| | | | * | update release note | Matti Picus | 2022-02-08 | 1 | -1/+8 |
| | | | * | fix memory leak | Matti Picus | 2022-02-08 | 1 | -0/+1 |
| | | | * | avoid using epoll_event from RPython since it is a packed struct | Matti Picus | 2022-02-08 | 1 | -30/+53 |
| | | | * | don't redefine or prematurely define _XOPEN_SOURCE (ncurses-config --cflags ... | Matti Picus | 2022-02-08 | 2 | -1/+5 |
| | | | * | test, fix pyexpat error msg conversion | Matti Picus | 2022-02-08 | 2 | -2/+3 |
| | | | * | do not redefine PY_UINT32_T when using cpyext and rpython | Matti Picus | 2022-02-08 | 1 | -0/+2 |
| | | * | | merge default | Matti Picus | 2022-02-07 | 4 | -29/+38 |
| | | |\| |
|
| | | | * | fix translation | Matti Picus | 2022-02-07 | 1 | -1/+1 |
| | | | * | flags are int, not long | Matti Picus | 2022-02-07 | 1 | -2/+2 |
| | | | * | clean up some char * -> const char * | Matti Picus | 2022-02-07 | 3 | -26/+35 |
| | | * | | merge default | Carl Friedrich Bolz-Tereick | 2022-02-07 | 3 | -10/+62 |
| | | |\| |
|
| | | | * | merge heads | Carl Friedrich Bolz-Tereick | 2022-02-07 | 1 | -2/+4 |
| | | | |\ |
|
| | | | | * | mention the **kwargs speed regression | Carl Friedrich Bolz-Tereick | 2022-01-27 | 1 | -2/+4 |
| | | | * | | #3667: improve x << y where x and y are ints but the results doesn't fit into a | Carl Friedrich Bolz-Tereick | 2022-02-07 | 1 | -3/+19 |
| | | | * | | clear some compilation errors when compileing dtoa.c after `#include <Python.h>" | Matti Picus | 2022-02-06 | 1 | -0/+6 |
| | | | * | | update release note | Matti Picus | 2022-02-04 | 1 | -5/+33 |
| | | * | | | improve 1117ad6dc285 (Thomas Grainger) | Matti Picus | 2022-02-07 | 1 | -3/+5 |
| | | * | | | add failing test from issue 3022 | Matti Picus | 2022-02-06 | 1 | -1/+15 |
| | | * | | | allow hashing memoryviews (issue 2756) | Matti Picus | 2022-02-06 | 1 | -0/+3 |
| | | * | | | disable _locale.gettext and friends on macOS like on CPython | Matti Picus | 2022-02-06 | 1 | -1/+1 |
| | * | | | | update bundled setuptools to 58.1.0 to get fix for new PyPy layout | Christian Tismer | 2022-02-04 | 2 | -1/+1 |
| * | | | | | #3662: follow the CPython logic more precisely, about when to do a line trace | Carl Friedrich Bolz-Tereick | 2022-02-08 | 3 | -8/+52 |
| * | | | | | #3666 fix position of function creation | Carl Friedrich Bolz-Tereick | 2022-02-08 | 2 | -0/+16 |
| * | | | | | restructure a bit, should also hopefully fix translation | Carl Friedrich Bolz-Tereick | 2022-02-07 | 1 | -12/+14 |
| * | | | | | issue #3665: fix oddity in class docstring line numbers | Carl Friedrich Bolz-Tereick | 2022-02-07 | 2 | -0/+10 |
| * | | | | | fix offset computation of non-ascii SyntaxError | Carl Friedrich Bolz-Tereick | 2022-02-06 | 3 | -13/+25 |
| * | | | | | skip test of RecursionError | Matti Picus | 2022-02-05 | 1 | -0/+1 |
| * | | | | | merge pep-573 which provides many C-API functions for py3.9 | Matti Picus | 2022-02-03 | 23 | -293/+1754 |
| |\ \ \ \ \ |
|
| | * | | | | | add missing check to PyState_AddModule | Matti Picus | 2022-02-03 | 3 | -3/+6 |
| | * | | | | | fix order of args to W_PyCMethodObject.__init__ | Matti Picus | 2022-02-03 | 3 | -3/+3 |
| | * | | | | | fix function signatures | Matti Picus | 2022-02-03 | 1 | -3/+6 |
| | * | | | | | enable passing tests | Matti Picus | 2022-02-02 | 1 | -10/+0 |
| | * | | | | | remove unneeded imports | Matti Picus | 2022-02-02 | 1 | -2/+1 |
| | * | | | | | fix previous commit | Matti Picus | 2022-02-02 | 3 | -9/+10 |
| | * | | | | | add PyState_FindModule, PyState_AddModule, PyState_RemoveModule | Matti Picus | 2022-02-02 | 6 | -8/+81 |
| | * | | | | | start to support METH_METHOD and replace PyCFunction_NewEx with PyCMethod_New | Matti Picus | 2022-02-02 | 5 | -16/+58 |
| | * | | | | | add helper header for _testmultiphase.c, make sure it is packaged | Matti Picus | 2022-02-01 | 3 | -4/+106 |
| | * | | | | | start to resync pystate.h | Matti Picus | 2022-02-01 | 1 | -2/+17 |
| | * | | | | | resync getargs.c, modsupport.h, modsupport.c, call.c | Matti Picus | 2022-02-01 | 5 | -246/+1361 |
| | * | | | | | fix translation | Matti Picus | 2022-02-01 | 1 | -2/+2 |
| | * | | | | | add _PyUnicode_EqualToASCIIString, _PyUnicode_EQ, remove _PyTuple_ITEMS | Matti Picus | 2022-02-01 | 1 | -0/+38 |