Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clear OpenSSL error if PY_EVP_MD_fetch() failedgentoo-3.10-7.3.12 | Michał Górny | 2023-06-16 | 1 | -0/+1 |
* | gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93... | Pascal Wittmann | 2023-06-16 | 2 | -2/+33 |
* | Add a Gentoo hack for WHEEL_PKG_DIR | Victor Stinner | 2023-06-16 | 1 | -0/+2 |
* | _sysconfigdata: strip default CFLAGS and OPT | Michał Górny | 2023-06-16 | 1 | -2/+2 |
* | distutils: make -OO enable both opt-1 and opt-2 optimization | Michał Górny | 2023-06-16 | 2 | -10/+10 |
* | update version for releaserelease-pypy3.10-v7.3.12 | Matti Picus | 2023-06-15 | 2 | -2/+2 |
* | merge py3.10 into release | Matti Picus | 2023-06-15 | 68 | -531/+2123 |
|\ | |||||
| * | fix merge | Matti Picus | 2023-06-15 | 1 | -3/+0 |
| * | merge py3.9 | Matti Picus | 2023-06-15 | 40 | -373/+419 |
| |\ | |||||
| | * | docstring of list.__init__ changed, adapt test. | Matti Picus | 2023-06-15 | 1 | -1/+1 |
| | * | fix smalllong | Carl Friedrich Bolz-Tereick | 2023-06-14 | 1 | -1/+2 |
| | * | resync _testcapimodule.c for python 3.9.17 | Matti Picus | 2023-06-14 | 1 | -9/+40 |
| | * | use 'r' on escape sequences in f-strings, cpython issue 105784 | Matti Picus | 2023-06-14 | 1 | -2/+2 |
| | * | merge heads | Carl Friedrich Bolz-Tereick | 2023-06-13 | 2 | -16/+2 |
| | |\ | |||||
| | | * | we can just use posonly args now for list.__init__ and set.__init__ | Carl Friedrich Bolz-Tereick | 2023-05-20 | 2 | -16/+2 |
| | * | | make sure the rbigint.*_int fast paths are used for comparisons between ints | Carl Friedrich Bolz-Tereick | 2023-06-13 | 3 | -3/+28 |
| | * | | merge default | Carl Friedrich Bolz-Tereick | 2023-06-13 | 27 | -298/+352 |
| | |\ \ | |||||
| | | * | | use the rbigint.add_int (etc) shortcuts for the int+int overflowing operations | Carl Friedrich Bolz-Tereick | 2023-06-13 | 2 | -5/+23 |
| | | * | | improve warmup a little bit: | Carl Friedrich Bolz-Tereick | 2023-06-13 | 1 | -2/+57 |
| | | * | | inline get_field_updater to allow FieldUpdater to be alloc-removed everywhere | Carl Friedrich Bolz-Tereick | 2023-06-07 | 1 | -12/+1 |
| | | * | | fix comment | Carl Friedrich Bolz-Tereick | 2023-06-09 | 1 | -1/+1 |
| | | * | | don't give all descrs a ei_index and a descr_index field, almost all don't have | Carl Friedrich Bolz-Tereick | 2023-06-01 | 8 | -30/+50 |
| | | * | | d77a1ac14a7e leads to the two extra operations, which are a bit annoying but | Carl Friedrich Bolz-Tereick | 2023-05-31 | 1 | -0/+2 |
| | | * | | merge heads | Carl Friedrich Bolz-Tereick | 2023-05-31 | 1 | -6/+6 |
| | | |\ \ | |||||
| | | * \ \ | merge jit-history-no-cache: | Carl Friedrich Bolz-Tereick | 2023-05-31 | 16 | -248/+218 |
| | | |\ \ \ | |||||
| | | | * | | | fixes | Carl Friedrich Bolz-Tereick | 2023-05-31 | 1 | -17/+14 |
| | | | * | | | a few fixes | Carl Friedrich Bolz-Tereick | 2023-05-31 | 4 | -11/+13 |
| | | | * | | | fix virtualizables maybe | Carl Friedrich Bolz-Tereick | 2023-05-30 | 2 | -5/+9 |
| | | | * | | | add the value to the *FrontendOp constructors | Carl Friedrich Bolz-Tereick | 2023-05-30 | 9 | -91/+85 |
| | | | * | | | fix | Carl Friedrich Bolz-Tereick | 2023-05-30 | 1 | -2/+2 |
| | | | * | | | remove copy_value_from | Carl Friedrich Bolz-Tereick | 2023-05-30 | 5 | -47/+34 |
| | | | * | | | fix test | Carl Friedrich Bolz-Tereick | 2023-05-30 | 1 | -3/+0 |
| | | | * | | | fix the somewhat fiddly exception stuff | Carl Friedrich Bolz-Tereick | 2023-05-30 | 2 | -13/+28 |
| | | | * | | | try to get rid of the weird _cache mechanism in the History class | Carl Friedrich Bolz-Tereick | 2023-05-30 | 6 | -81/+55 |
| | | |/ / / | |||||
| | * | | | | add debug print when test fails | Matti Picus | 2023-06-11 | 1 | -2/+2 |
| | * | | | | fix test: long is 32 bits on windows | Matti Picus | 2023-06-11 | 1 | -2/+2 |
| | * | | | | PyInt_FromLong is not python3 | Matti Picus | 2023-06-11 | 3 | -51/+4 |
| | * | | | | update python version to 3.9.17 | Matti Picus | 2023-06-07 | 2 | -3/+3 |
| | * | | | | update stdlib to v3.9.17 | Matti Picus | 2023-06-07 | 19 | -68/+1434 |
| | |\ \ \ \ | |||||
| | | * | | | | update to v3.9.17 | Matti Picus | 2023-06-07 | 28 | -102/+1549 |
| * | | | | | | add name mapping for newer hash names | mgorny | 2023-06-08 | 1 | -0/+4 |
| * | | | | | | update python version to 3.10.12 | Matti Picus | 2023-06-07 | 2 | -3/+3 |
| * | | | | | | merge vendor/stdlib-3.10 | Matti Picus | 2023-06-07 | 17 | -91/+1435 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | update to cpython 3.10.12 | Matti Picus | 2023-06-07 | 17 | -91/+1435 |
| * | | | | | | | fix error message and test | Matti Picus | 2023-06-01 | 2 | -2/+2 |
| * | | | | | | | merge py3.9 | Matti Picus | 2023-05-31 | 6 | -31/+196 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | move lzma and _gdbm to be used for protable builds in linux too | Matti Picus | 2023-05-31 | 1 | -19/+12 |
| | * | | | | | | merge default, update also gdbm (to 1.23) | Matti Picus | 2023-05-31 | 6 | -16/+188 |
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | |||||
| | | * | | | | | update openssl (1.1.1u, 3.0.9) and lzma (5.2.10) | Matti Picus | 2023-05-31 | 1 | -6/+6 |
| | | | |_|/ / | | | |/| | | | |||||
| | | * | | | | update versions.json for the rc2 release | Matti Picus | 2023-05-29 | 3 | -3/+159 |