aboutsummaryrefslogtreecommitdiff
path: root/pypy
Commit message (Expand)AuthorAgeFilesLines
* update version to 7.3.16release-pypy3.10-v7.3.16Matti Picus2024-04-212-3/+3
* Merge branch 'py3.10' into release-pypy3.10-v7.xMatti Picus2024-04-2193-444/+17876
|\
| * Merge branch 'py3.9' into py3.10Matti Picus2024-04-212-5/+21
| |\
| | * try harder to disable host JIT for aarch64 backend tests on macos-arm64Matti Picus2024-04-211-0/+13
| | * restore single-file skipping for aarch64 jit backend, remove splitting unused...Matti Picus2024-04-211-3/+4
| | * fix sys/test_sysmodule for darwinMatti Picus2024-04-191-2/+4
| * | Merge branch 'py3.9' into py3.10Matti Picus2024-04-193-1/+179
| |\|
| | * Merge branch 'main' into py3.9Matti Picus2024-04-193-1/+179
| | |\
| | | * skip variadic cffi test due to issue 4937Matti Picus2024-04-181-0/+2
| | | * fix _cppyy tests on macos-arm64Matti Picus2024-04-183-2/+4
| | | * create 7.3.16 release noteMatti Picus2024-04-172-0/+177
| | | * raise default gc nursery size to 4MB (issue 4939)Matti Picus2024-04-171-1/+2
| * | | Merge branch 'py3.9' into py3.10Matti Picus2024-04-164-2/+6
| |\| |
| | * | skip variadic cffi test due to issue 4937Matti Picus2024-04-161-0/+2
| | * | fix _cppyy tests on macos-arm64Matti Picus2024-04-163-2/+4
| * | | Merge branch 'py3.9' into py3.10Matti Picus2024-04-162-2/+11
| |\| |
| | * | add gc.collect to apptest so subsequent leak checking worksMatti Picus2024-04-162-2/+11
| * | | merge py3.9 into py3.10Matti Picus2024-04-154-10/+24
| |\| |
| | * | fix for cpython issue gh-111695Matti Picus2024-04-152-4/+18
| | * | unicode.__mul__ raises when called with non-intMatti Picus2024-04-152-6/+6
| * | | fix conftest for pytest version > 6Matti Picus2024-04-121-4/+10
| * | | merge py3.9 into py3.10Matti Picus2024-04-104-16/+31
| |\| |
| | * | add and test sys._gitMatti Picus2024-04-103-0/+15
| | * | fix translation on linux32Matti Picus2024-04-101-16/+16
| * | | merge py3.9, update stdlib to 3.10.14Matti Picus2024-04-082-3/+3
| |\| |
| | * | fix site.py, update python version to 3.9.19Matti Picus2024-04-052-3/+3
| * | | Merge branch 'py3.9' into py3.10Matti Picus2024-04-051-2/+3
| |\| |
| | * | fix pyexpat configuration for linuxMatti Picus2024-04-041-2/+3
| * | | Merge branch 'py3.9' into py3.10CF Bolz-Tereick2024-04-0425-13/+16577
| |\| |
| | * | implement dict.__ror__ tooCF Bolz-Tereick2024-04-042-0/+23
| | * | fix expat buildingmattip2024-04-041-1/+1
| | * | add xml.etree.ElementTree.XMLParser.flush()Matti Picus2024-04-021-0/+14
| | * | move internal.h to expat_internal.h to avoid collision with vmprof filemattip2024-04-024-3/+3
| | * | fix for windowsMatti Picus2024-04-021-1/+1
| | * | vendor expat from cpython 3.9.19Matti Picus2024-03-2923-12/+16514
| | * | start fixes for python 3.9.19Matti Picus2024-03-281-1/+26
| * | | Merge branch 'py3.9' into py3.10CF Bolz-Tereick2024-03-112-1/+5
| |\| |
| | * | fix the flakiness in test_bytearrayobjectCF Bolz-Tereick2024-03-112-1/+4
| | * | try to debug the ci test failureCF Bolz-Tereick2024-03-021-0/+1
| * | | small refactoring: make normalize_exception return the exception valueCF Bolz-Tereick2024-03-088-35/+28
| * | | Merge branch 'py3.9' into py3.10CF Bolz-Tereick2024-03-027-66/+102
| |\| |
| | * | Merge branch 'main' into py3.9CF Bolz-Tereick2024-03-025-18/+57
| | |\|
| | | * make expandtabs not quadratic for bytes eitherCF Bolz-Tereick2024-03-022-7/+13
| | | * a faster implementation if tabsize=0CF Bolz-Tereick2024-03-023-4/+8
| | | * use a string builder for computing the resultCF Bolz-Tereick2024-03-022-7/+9
| | | * make expandtabs do the right thing about unicode charactersCF Bolz-Tereick2024-03-022-0/+26
| | | * add missing import [skip ci]CF Bolz-Tereick2024-02-201-0/+2
| | * | fix unidoce tests for Py_UCS4 argsmattip2024-02-231-36/+33
| | * | fix test (move import) and document why it is skippedmattip2024-02-221-12/+12
| * | | Merge branch 'py3.9' into py3.10CF Bolz-Tereick2024-02-209-93/+158
| |\| |