Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge py3.10 into release for v7.3.15release-pypy3.10-v7.3.15 | 2024-01-14 | 87 | -2283/+1882 | |
|\ | |||||
| * | Merge branch 'py3.9' into py3.10 | 2024-01-14 | 23 | -877/+1007 | |
| |\ | |||||
| | * | Merge branch 'main' into py3.9 | 2024-01-14 | 20 | -870/+963 | |
| | |\ | |||||
| | | * | update version to 7.3.16 | 2024-01-14 | 3 | -4/+4 | |
| | | * | Merge pull request #4853 from mattip/unicode-overflow2 | 2024-01-14 | 1 | -1/+1 | |
| | | |\ | |||||
| | | | * | undo more of 6906755 | 2024-01-14 | 1 | -1/+1 | |
| | | * | | Merge pull request #4851 from mattip/unicode-overflow | 2024-01-14 | 4 | -7/+22 | |
| | | |\| | |||||
| | | | * | skip another test | 2024-01-13 | 1 | -0/+3 | |
| | | | * | revert 6906755 and skip untranslated tests | 2024-01-13 | 3 | -4/+16 | |
| | | | * | fix compiler warning | 2024-01-12 | 1 | -3/+3 | |
| | | * | | make gcd on ints and on rbigints elidable | 2024-01-12 | 1 | -1/+2 | |
| | | * | | very minimal support for unsigned comparisons in the optimizer | 2024-01-12 | 2 | -35/+48 | |
| | | * | | rewrite section on tail calls in the metainterp | 2024-01-12 | 1 | -3/+4 | |
| | | |/ | |||||
| | | * | Merge pull request #4848 from mattip/doc-v7.3.15 | 2024-01-12 | 8 | -766/+897 | |
| | | |\ | |||||
| | | | * | update LICENSE and contributor.rst after adapting makecontributor.py to git | 2024-01-11 | 3 | -738/+725 | |
| | | | * | fix link, off-by-one in issue numbers when ported to github | 2024-01-11 | 1 | -1/+1 | |
| | | | * | add 7.3.15 draft release note, update sphinx issue extension | 2024-01-11 | 5 | -29/+173 | |
| | | * | | Merge pull request #4845 from andrewsmedina/medina/update_irc_server_address | 2024-01-11 | 3 | -59/+4 | |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | remove statistic_irc_log | 2024-01-10 | 1 | -55/+0 | |
| | | | * | replace freenode.net references by libera.chat | 2024-01-09 | 3 | -5/+5 | |
| | * | | | test now raises ValueError like in CPython | 2024-01-12 | 1 | -1/+1 | |
| | * | | | Merge pull request #4847 from mattip/issue-4826 | 2024-01-11 | 2 | -1/+37 | |
| | |\ \ \ | |||||
| | | * | | | when type_reattach is called, do not asign empty slots | 2024-01-11 | 2 | -1/+37 | |
| | | * | | | remove passing test | 2024-01-11 | 1 | -38/+0 | |
| | | * | | | add a passing test | 2024-01-10 | 1 | -0/+38 | |
| | |/ / / | |||||
| | * | | | subtle fix for 'pypy -m venv --copies <target>' where the source is a symlink... | 2024-01-10 | 1 | -3/+6 | |
| | * | | | Merge pull request #4846 from mattip/issue-4348 | 2024-01-10 | 2 | -3/+3 | |
| | |\ \ \ | |||||
| | | * | | | remove print from test | 2024-01-10 | 1 | -2/+2 | |
| | | * | | | remove bogus file name from venv list | 2024-01-10 | 1 | -1/+1 | |
| | |/ / / | |||||
| * | | | | fix 249606d7 | 2024-01-10 | 1 | -6/+0 | |
| * | | | | merge py3.9 into py3.10 | 2024-01-09 | 43 | -1371/+593 | |
| |\| | | | |||||
| | * | | | merge main into py3.9 | 2024-01-09 | 21 | -1223/+147 | |
| | |\| | | |||||
| | | * | | Merge pull request #4842 from mattip/flaky | 2024-01-09 | 3 | -1/+5 | |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | add missing import | 2024-01-09 | 1 | -0/+1 | |
| | | | * | skip flaky test on CI | 2024-01-09 | 3 | -1/+4 | |
| | | |/ | |||||
| | | * | Merge branch 'branches/jit-tail-call-optimization' | 2024-01-08 | 2 | -0/+96 | |
| | | |\ | |||||
| | | | * | Merge branch 'main' into branches/jit-tail-call-optimization | 2024-01-04 | 80 | -495/+1741 | |
| | | | |\ | |||||
| | | | * \ | merge default | 2023-09-11 | 4 | -48/+95 | |
| | | | |\ \ | |||||
| | | | * | | | do tail call optimization in the meta-tracer | 2023-09-05 | 2 | -0/+96 | |
| | | * | | | | move timing.py out of goal/ | 2024-01-07 | 3 | -3/+2 | |
| | | * | | | | make target loading a timed task too | 2024-01-07 | 1 | -0/+2 | |
| | | * | | | | fix test_destructor running on top of rpython | 2024-01-07 | 1 | -0/+3 | |
| | | * | | | | Merge pull request #4834 from pypy/branches/rpython-cleanups-github | 2024-01-06 | 13 | -1219/+43 | |
| | | |\ \ \ \ | |||||
| | | | * | | | | fix typo in filename | 2024-01-06 | 1 | -0/+0 | |
| | | | * | | | | try 9a834363ba7abb977bddb9b18b67ac0be36fb410 differently and check explicitly | 2024-01-06 | 1 | -1/+2 | |
| | | | * | | | | use sys.executable instead of 'python' | 2024-01-06 | 1 | -1/+1 | |
| | | | * | | | | don't run a number of tests in the C backend | 2024-01-06 | 1 | -1/+7 | |
| | | | * | | | | memory check fix for running on pypy | 2024-01-06 | 1 | -0/+3 | |
| | | | * | | | | remove two more references to clever_malloc_removal | 2024-01-06 | 2 | -2/+2 | |
| | | | * | | | | make this test take 5s instead of a 1 min by compiling one function, not 18 | 2024-01-06 | 1 | -23/+29 |