| Commit message (Expand) | Author | Age | Files | Lines |
* | update version to 7.3.16release-pypy3.10-v7.3.16 | Matti Picus | 2024-04-21 | 2 | -3/+3 |
* | Merge branch 'py3.10' into release-pypy3.10-v7.x | Matti Picus | 2024-04-21 | 93 | -444/+17876 |
|\ |
|
| * | Merge branch 'py3.9' into py3.10 | Matti Picus | 2024-04-21 | 2 | -5/+21 |
| |\ |
|
| | * | try harder to disable host JIT for aarch64 backend tests on macos-arm64 | Matti Picus | 2024-04-21 | 1 | -0/+13 |
| | * | restore single-file skipping for aarch64 jit backend, remove splitting unused... | Matti Picus | 2024-04-21 | 1 | -3/+4 |
| | * | fix sys/test_sysmodule for darwin | Matti Picus | 2024-04-19 | 1 | -2/+4 |
| * | | Merge branch 'py3.9' into py3.10 | Matti Picus | 2024-04-19 | 3 | -1/+179 |
| |\| |
|
| | * | Merge branch 'main' into py3.9 | Matti Picus | 2024-04-19 | 3 | -1/+179 |
| | |\ |
|
| | | * | skip variadic cffi test due to issue 4937 | Matti Picus | 2024-04-18 | 1 | -0/+2 |
| | | * | fix _cppyy tests on macos-arm64 | Matti Picus | 2024-04-18 | 3 | -2/+4 |
| | | * | create 7.3.16 release note | Matti Picus | 2024-04-17 | 2 | -0/+177 |
| | | * | raise default gc nursery size to 4MB (issue 4939) | Matti Picus | 2024-04-17 | 1 | -1/+2 |
| * | | | Merge branch 'py3.9' into py3.10 | Matti Picus | 2024-04-16 | 4 | -2/+6 |
| |\| | |
|
| | * | | skip variadic cffi test due to issue 4937 | Matti Picus | 2024-04-16 | 1 | -0/+2 |
| | * | | fix _cppyy tests on macos-arm64 | Matti Picus | 2024-04-16 | 3 | -2/+4 |
| * | | | Merge branch 'py3.9' into py3.10 | Matti Picus | 2024-04-16 | 2 | -2/+11 |
| |\| | |
|
| | * | | add gc.collect to apptest so subsequent leak checking works | Matti Picus | 2024-04-16 | 2 | -2/+11 |
| * | | | merge py3.9 into py3.10 | Matti Picus | 2024-04-15 | 4 | -10/+24 |
| |\| | |
|
| | * | | fix for cpython issue gh-111695 | Matti Picus | 2024-04-15 | 2 | -4/+18 |
| | * | | unicode.__mul__ raises when called with non-int | Matti Picus | 2024-04-15 | 2 | -6/+6 |
| * | | | fix conftest for pytest version > 6 | Matti Picus | 2024-04-12 | 1 | -4/+10 |
| * | | | merge py3.9 into py3.10 | Matti Picus | 2024-04-10 | 4 | -16/+31 |
| |\| | |
|
| | * | | add and test sys._git | Matti Picus | 2024-04-10 | 3 | -0/+15 |
| | * | | fix translation on linux32 | Matti Picus | 2024-04-10 | 1 | -16/+16 |
| * | | | merge py3.9, update stdlib to 3.10.14 | Matti Picus | 2024-04-08 | 2 | -3/+3 |
| |\| | |
|
| | * | | fix site.py, update python version to 3.9.19 | Matti Picus | 2024-04-05 | 2 | -3/+3 |
| * | | | Merge branch 'py3.9' into py3.10 | Matti Picus | 2024-04-05 | 1 | -2/+3 |
| |\| | |
|
| | * | | fix pyexpat configuration for linux | Matti Picus | 2024-04-04 | 1 | -2/+3 |
| * | | | Merge branch 'py3.9' into py3.10 | CF Bolz-Tereick | 2024-04-04 | 25 | -13/+16577 |
| |\| | |
|
| | * | | implement dict.__ror__ too | CF Bolz-Tereick | 2024-04-04 | 2 | -0/+23 |
| | * | | fix expat building | mattip | 2024-04-04 | 1 | -1/+1 |
| | * | | add xml.etree.ElementTree.XMLParser.flush() | Matti Picus | 2024-04-02 | 1 | -0/+14 |
| | * | | move internal.h to expat_internal.h to avoid collision with vmprof file | mattip | 2024-04-02 | 4 | -3/+3 |
| | * | | fix for windows | Matti Picus | 2024-04-02 | 1 | -1/+1 |
| | * | | vendor expat from cpython 3.9.19 | Matti Picus | 2024-03-29 | 23 | -12/+16514 |
| | * | | start fixes for python 3.9.19 | Matti Picus | 2024-03-28 | 1 | -1/+26 |
| * | | | Merge branch 'py3.9' into py3.10 | CF Bolz-Tereick | 2024-03-11 | 2 | -1/+5 |
| |\| | |
|
| | * | | fix the flakiness in test_bytearrayobject | CF Bolz-Tereick | 2024-03-11 | 2 | -1/+4 |
| | * | | try to debug the ci test failure | CF Bolz-Tereick | 2024-03-02 | 1 | -0/+1 |
| * | | | small refactoring: make normalize_exception return the exception value | CF Bolz-Tereick | 2024-03-08 | 8 | -35/+28 |
| * | | | Merge branch 'py3.9' into py3.10 | CF Bolz-Tereick | 2024-03-02 | 7 | -66/+102 |
| |\| | |
|
| | * | | Merge branch 'main' into py3.9 | CF Bolz-Tereick | 2024-03-02 | 5 | -18/+57 |
| | |\| |
|
| | | * | make expandtabs not quadratic for bytes either | CF Bolz-Tereick | 2024-03-02 | 2 | -7/+13 |
| | | * | a faster implementation if tabsize=0 | CF Bolz-Tereick | 2024-03-02 | 3 | -4/+8 |
| | | * | use a string builder for computing the result | CF Bolz-Tereick | 2024-03-02 | 2 | -7/+9 |
| | | * | make expandtabs do the right thing about unicode characters | CF Bolz-Tereick | 2024-03-02 | 2 | -0/+26 |
| | | * | add missing import [skip ci] | CF Bolz-Tereick | 2024-02-20 | 1 | -0/+2 |
| | * | | fix unidoce tests for Py_UCS4 args | mattip | 2024-02-23 | 1 | -36/+33 |
| | * | | fix test (move import) and document why it is skipped | mattip | 2024-02-22 | 1 | -12/+12 |
| * | | | Merge branch 'py3.9' into py3.10 | CF Bolz-Tereick | 2024-02-20 | 9 | -93/+158 |
| |\| | |
|