aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix, test locking in HMAC update (issue 3962)gentoo-3.10-7.3.12_p3Matti Picus2023-08-212-2/+7
* refactor logicgentoo-3.10-7.3.12_p2Matti Picus2023-07-211-1/+1
* Let tp_iternext raise StopIteration more selectivelyRodrigo Tobar2023-07-211-17/+17
* use a different tp_internext wrapper for coroutinesMatti Picus2023-07-211-5/+18
* Don't clear StopIteration exceptions on tp_iternextRodrigo Tobar2023-07-212-6/+76
* use a PYPY_PORTABLE_DEPS.txt file to state which dlls to copy in a portable b...gentoo-3.10-7.3.12_p1Matti Picus2023-07-192-15/+18
* copy less when creating a venv (issue 3611)Matti Picus2023-07-191-1/+5
* clear OpenSSL error if PY_EVP_MD_fetch() failedgentoo-3.10-7.3.12Michał Górny2023-06-161-0/+1
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann2023-06-162-2/+33
* Add a Gentoo hack for WHEEL_PKG_DIRVictor Stinner2023-06-161-0/+2
* _sysconfigdata: strip default CFLAGS and OPTMichał Górny2023-06-161-2/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2023-06-162-10/+10
* update version for releaserelease-pypy3.10-v7.3.12Matti Picus2023-06-152-2/+2
* merge py3.10 into releaseMatti Picus2023-06-1568-531/+2123
|\
| * fix mergeMatti Picus2023-06-151-3/+0
| * merge py3.9Matti Picus2023-06-1540-373/+419
| |\
| | * docstring of list.__init__ changed, adapt test.Matti Picus2023-06-151-1/+1
| | * fix smalllongCarl Friedrich Bolz-Tereick2023-06-141-1/+2
| | * resync _testcapimodule.c for python 3.9.17Matti Picus2023-06-141-9/+40
| | * use 'r' on escape sequences in f-strings, cpython issue 105784Matti Picus2023-06-141-2/+2
| | * merge headsCarl Friedrich Bolz-Tereick2023-06-132-16/+2
| | |\
| | | * we can just use posonly args now for list.__init__ and set.__init__Carl Friedrich Bolz-Tereick2023-05-202-16/+2
| | * | make sure the rbigint.*_int fast paths are used for comparisons between intsCarl Friedrich Bolz-Tereick2023-06-133-3/+28
| | * | merge defaultCarl Friedrich Bolz-Tereick2023-06-1327-298/+352
| | |\ \
| | | * | use the rbigint.add_int (etc) shortcuts for the int+int overflowing operationsCarl Friedrich Bolz-Tereick2023-06-132-5/+23
| | | * | improve warmup a little bit:Carl Friedrich Bolz-Tereick2023-06-131-2/+57
| | | * | inline get_field_updater to allow FieldUpdater to be alloc-removed everywhereCarl Friedrich Bolz-Tereick2023-06-071-12/+1
| | | * | fix commentCarl Friedrich Bolz-Tereick2023-06-091-1/+1
| | | * | don't give all descrs a ei_index and a descr_index field, almost all don't haveCarl Friedrich Bolz-Tereick2023-06-018-30/+50
| | | * | d77a1ac14a7e leads to the two extra operations, which are a bit annoying butCarl Friedrich Bolz-Tereick2023-05-311-0/+2
| | | * | merge headsCarl Friedrich Bolz-Tereick2023-05-311-6/+6
| | | |\ \
| | | * \ \ merge jit-history-no-cache:Carl Friedrich Bolz-Tereick2023-05-3116-248/+218
| | | |\ \ \
| | | | * | | fixesCarl Friedrich Bolz-Tereick2023-05-311-17/+14
| | | | * | | a few fixesCarl Friedrich Bolz-Tereick2023-05-314-11/+13
| | | | * | | fix virtualizables maybeCarl Friedrich Bolz-Tereick2023-05-302-5/+9
| | | | * | | add the value to the *FrontendOp constructorsCarl Friedrich Bolz-Tereick2023-05-309-91/+85
| | | | * | | fixCarl Friedrich Bolz-Tereick2023-05-301-2/+2
| | | | * | | remove copy_value_fromCarl Friedrich Bolz-Tereick2023-05-305-47/+34
| | | | * | | fix testCarl Friedrich Bolz-Tereick2023-05-301-3/+0
| | | | * | | fix the somewhat fiddly exception stuffCarl Friedrich Bolz-Tereick2023-05-302-13/+28
| | | | * | | try to get rid of the weird _cache mechanism in the History classCarl Friedrich Bolz-Tereick2023-05-306-81/+55
| | | |/ / /
| | * | | | add debug print when test failsMatti Picus2023-06-111-2/+2
| | * | | | fix test: long is 32 bits on windowsMatti Picus2023-06-111-2/+2
| | * | | | PyInt_FromLong is not python3Matti Picus2023-06-113-51/+4
| | * | | | update python version to 3.9.17Matti Picus2023-06-072-3/+3
| | * | | | update stdlib to v3.9.17Matti Picus2023-06-0719-68/+1434
| | |\ \ \ \
| | | * | | | update to v3.9.17Matti Picus2023-06-0728-102/+1549
| * | | | | | add name mapping for newer hash namesmgorny2023-06-081-0/+4
| * | | | | | update python version to 3.10.12Matti Picus2023-06-072-3/+3
| * | | | | | merge vendor/stdlib-3.10Matti Picus2023-06-0717-91/+1435
| |\ \ \ \ \ \