aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'py3.9' into py3.10gentoo-3.10-7.3.15_p1CF Bolz-Tereick2024-04-049-64/+159
* implement dict.__ror__ tooCF Bolz-Tereick2024-04-042-0/+23
* gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...gentoo-3.10-7.3.15Miss Islington (bot)2024-01-152-1/+19
* clear OpenSSL error if PY_EVP_MD_fetch() failedMichał Górny2024-01-151-0/+1
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann2024-01-152-2/+33
* Add a Gentoo hack for WHEEL_PKG_DIRVictor Stinner2024-01-151-0/+2
* _sysconfigdata: strip default CFLAGS and OPTMichał Górny2024-01-151-2/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2024-01-152-10/+10
* merge py3.10 into release for v7.3.15release-pypy3.10-v7.3.15mattip2024-01-1487-2283/+1882
|\
| * Merge branch 'py3.9' into py3.10mattip2024-01-1423-877/+1007
| |\
| | * Merge branch 'main' into py3.9mattip2024-01-1420-870/+963
| | |\
| | | * update version to 7.3.16mattip2024-01-143-4/+4
| | | * Merge pull request #4853 from mattip/unicode-overflow2Matti Picus2024-01-141-1/+1
| | | |\
| | | | * undo more of 6906755mattip2024-01-141-1/+1
| | | * | Merge pull request #4851 from mattip/unicode-overflowMatti Picus2024-01-144-7/+22
| | | |\|
| | | | * skip another testmattip2024-01-131-0/+3
| | | | * revert 6906755 and skip untranslated testsmattip2024-01-133-4/+16
| | | | * fix compiler warningmattip2024-01-121-3/+3
| | | * | make gcd on ints and on rbigints elidableCF Bolz-Tereick2024-01-121-1/+2
| | | * | very minimal support for unsigned comparisons in the optimizerCF Bolz-Tereick2024-01-122-35/+48
| | | * | rewrite section on tail calls in the metainterpCF Bolz-Tereick2024-01-121-3/+4
| | | |/
| | | * Merge pull request #4848 from mattip/doc-v7.3.15Matti Picus2024-01-128-766/+897
| | | |\
| | | | * update LICENSE and contributor.rst after adapting makecontributor.py to gitmattip2024-01-113-738/+725
| | | | * fix link, off-by-one in issue numbers when ported to githubmattip2024-01-111-1/+1
| | | | * add 7.3.15 draft release note, update sphinx issue extensionmattip2024-01-115-29/+173
| | | * | Merge pull request #4845 from andrewsmedina/medina/update_irc_server_addressMatti Picus2024-01-113-59/+4
| | | |\ \ | | | | |/ | | | |/|
| | | | * remove statistic_irc_logAndrews Medina2024-01-101-55/+0
| | | | * replace freenode.net references by libera.chatAndrews Medina2024-01-093-5/+5
| | * | | test now raises ValueError like in CPythonmattip2024-01-121-1/+1
| | * | | Merge pull request #4847 from mattip/issue-4826Matti Picus2024-01-112-1/+37
| | |\ \ \
| | | * | | when type_reattach is called, do not asign empty slotsmattip2024-01-112-1/+37
| | | * | | remove passing testmattip2024-01-111-38/+0
| | | * | | add a passing testmattip2024-01-101-0/+38
| | |/ / /
| | * | | subtle fix for 'pypy -m venv --copies <target>' where the source is a symlink...mattip2024-01-101-3/+6
| | * | | Merge pull request #4846 from mattip/issue-4348Matti Picus2024-01-102-3/+3
| | |\ \ \
| | | * | | remove print from testmattip2024-01-101-2/+2
| | | * | | remove bogus file name from venv listmattip2024-01-101-1/+1
| | |/ / /
| * | | | fix 249606d7mattip2024-01-101-6/+0
| * | | | merge py3.9 into py3.10mattip2024-01-0943-1371/+593
| |\| | |
| | * | | merge main into py3.9mattip2024-01-0921-1223/+147
| | |\| |
| | | * | Merge pull request #4842 from mattip/flakyMatti Picus2024-01-093-1/+5
| | | |\ \ | | | | |/ | | | |/|
| | | | * add missing importmattip2024-01-091-0/+1
| | | | * skip flaky test on CImattip2024-01-093-1/+4
| | | |/
| | | * Merge branch 'branches/jit-tail-call-optimization'CF Bolz-Tereick2024-01-082-0/+96
| | | |\
| | | | * Merge branch 'main' into branches/jit-tail-call-optimizationCF Bolz-Tereick2024-01-0480-495/+1741
| | | | |\
| | | | * \ merge defaultCarl Friedrich Bolz-Tereick2023-09-114-48/+95
| | | | |\ \
| | | | * | | do tail call optimization in the meta-tracerCarl Friedrich Bolz-Tereick2023-09-052-0/+96
| | | * | | | move timing.py out of goal/CF Bolz-Tereick2024-01-073-3/+2
| | | * | | | make target loading a timed task tooCF Bolz-Tereick2024-01-071-0/+2
| | | * | | | fix test_destructor running on top of rpythonCF Bolz-Tereick2024-01-071-0/+3