aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.9, update stdlib to 3.10.14Matti Picus2024-04-085-9/+12
|\
| * use xz-tools 5.4.6 from sourceforceMatti Picus2024-04-081-6/+6
| * Merge branch 'main' into py3.9Matti Picus2024-04-084-3/+6
| |\
| | * update vendored pycparser for its 2.22 releaseMatti Picus2024-04-074-3/+6
| | * fix 'const' in signature of gdbm_open (issue 4926)mattip2024-03-191-1/+1
* | | Merge branch 'py3.9' into py3.10CF Bolz-Tereick2024-04-045-27/+90
|\| |
| * | skip building lzma (xz) from source for nowMatti Picus2024-04-031-6/+6
| * | use archived xz downloadMatti Picus2024-04-021-4/+4
| * | add X509_STORE_get1_objects to _sslMatti Picus2024-04-023-20/+80
| * | start fixes for python 3.9.19Matti Picus2024-03-281-0/+3
* | | Merge branch 'py3.9' into py3.10mattip2024-03-191-1/+1
|\| |
| * | fix 'const' in signature of Tcl_Merge (issue 4926)mattip2024-03-191-1/+1
* | | Merge branch 'py3.9' into py3.10mattip2024-02-1614-10/+36
|\| |
| * | fix merge, move cffi to 1.17.0-devmattip2024-02-165-7/+0
| * | merge main into py3.9mattip2024-02-1611-10/+43
| |\|
| | * Skip a test completely (our pytest doesn't have monkeypatch?) and tweak the v...Armin Rigo2024-02-121-1/+1
| | * import the current cffi, with manual fixes recorded in import_cffi.patchArmin Rigo2024-02-1216-43/+190
| | * port cffi PR 46Armin Rigo2024-01-111-1/+9
* | | another _ssl compatibility fix (issue 4883)mattip2024-02-051-0/+1
* | | Merge branch 'py3.9' into py3.10mattip2024-02-052-5/+3
|\| |
| * | replace handshake_done with SSL_is_init_finished, bpo-29334 from python3.5mattip2024-02-052-5/+3
* | | fix use of 'count'mattip2024-02-051-2/+2
* | | Merge branch 'py3.9' into py3.10Matti Picus2024-02-044-1/+1
|\| |
| * | underlying _putwch on windows accepts a chr not an int (issue #4881)mattip2024-01-271-1/+1
| * | remove unwanted static librariesmattip2024-01-183-0/+0
* | | bring _ssl cffi implementation closer to CPython 3.10Matti Picus2024-02-041-23/+33
* | | Merge branch 'py3.9' into py3.10mattip2024-01-035-1/+1
|\| |
| * | fix cffi*.dist-info directory nameMichał Górny2024-01-014-0/+0
| * | bumpy minimum macos version support to 10.13 for hpyMatti Picus2023-12-251-1/+1
* | | merge py3.9Matti Picus2023-12-201-3/+0
|\| |
| * | merge defaultMatti Picus2023-12-131-3/+0
| |\|
| | * use sphinx-issues extension to automatically create issue/pr/commit rolesMatti Picus2023-12-131-3/+0
* | | merge py3.9Matti Picus2023-12-061-0/+3
|\| |
| * | add non-functional _ctypes.PyObj_FromPtr (fixes test error)Matti Picus2023-11-281-0/+3
* | | merge py3.9Matti Picus2023-11-271-0/+5
|\| |
| * | add hidden_applevel to _contextvars.Context.runMatti Picus2023-11-271-0/+5
* | | merge py3.9Matti Picus2023-11-231-7/+13
|\| |
| * | perform dealloc callbacks directly in gc.collect, to ensure tp_dealloc will b...Matti Picus2023-11-231-7/+13
* | | merge py3.9Matti Picus2023-11-221-0/+2
|\| |
| * | trick test into working by mocking gc.collect, call desctructor in capsule_de...Matti Picus2023-11-221-0/+2
* | | merge py3.9Matti Picus2023-11-2180-1201/+5766
|\| |
| * | fix "defined but not used" errorMatti Picus2023-11-171-0/+2
| * | merge defaultMatti Picus2023-11-171-1/+1
| |\|
| | * allow curl to follow redirectsMatti Picus2023-11-171-1/+1
| * | tweak building of test c-extension modulesMatti Picus2023-11-152-10/+5
| * | add a gc.collect for PyListObject inside testcapimoduleMatti Picus2023-11-151-4/+16
| * | merge defaultMatti Picus2023-11-151-1/+1
| |\|
| | * us canonical location for lzma downloadMatti Picus2023-11-151-1/+1
| * | fix mergeMatti Picus2023-11-141-2/+0
| * | merge defaultMatti Picus2023-11-141-25/+19
| |\|