summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-118079: Fix ``requires_singlephase_init`` helper (#118081)Kirill Podoprigora2024-04-191-3/+2
* gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...Alex Waygood2024-04-195-10/+81
* gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)lyc85032024-04-194-9/+25
* setobject: remove out of date docstring info (GH-118048)Rostyslav Lobov2024-04-191-1/+1
* gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076)lit2024-04-191-2/+2
* gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)Irit Katriel2024-04-193-0/+17
* gh-116935: Document that heap types need to support garbage collection (GH-11...Savannah Ostrowski2024-04-191-1/+2
* gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)Victor Stinner2024-04-191-0/+6
* GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)Mark Shannon2024-04-195-4/+10
* GH-115419: Improve list of escaping functions (GH-118054)Mark Shannon2024-04-194-25/+37
* gh-64588: Clarify the difference between mu and xbar in statistics docs (#117...Mariusz Felisiak2024-04-191-7/+7
* build(deps): bump hypothesis from 6.98.15 to 6.100.0 in /Tools (#117416)dependabot[bot]2024-04-191-1/+1
* Docs: Fix CVE link (#118077)Jelle Zijlstra2024-04-191-1/+1
* gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)Tian Gao2024-04-194-6/+7
* Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)Rafael Fontenelle2024-04-191-3/+3
* gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)Donghee Na2024-04-182-1/+4
* gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak (#117...Victor Stinner2024-04-181-17/+15
* gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with / (GH-11...Serhiy Storchaka2024-04-181-0/+1
* gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)Donghee Na2024-04-189-34/+76
* GH-118036: Fix a bug with CALL_STAT_INC (#117933)Guido van Rossum2024-04-181-2/+0
* gh-87969: Align docs and docstrings with implementation for ctypes' [w]string...Shreyan Avigyan2024-04-182-12/+12
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-1810-18/+163
* gh-116932: Remove redundant NEWS entry (#118040)lyc85032024-04-181-1/+0
* GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-1...Mark Shannon2024-04-183-132/+169
* gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)Miro Hrončok2024-04-182-0/+7
* fix formatting of literal in docstring of int.from_bytes and int.to_bytes (#1...Jens Hedegaard Nielsen2024-04-182-7/+7
* gh-116932: Add note on how to report python documentation theme bugs (GH-117989)lyc85032024-04-182-0/+5
* Fix two typos in `typeobject.c` (#118024)Nikita Sobolev2024-04-181-2/+2
* gh-118023: Fix reference leak (#118025)Kirill Podoprigora2024-04-181-0/+2
* gh-117641: Improve the perfornance of posixpath.commonpath() (#117652)Nice Zombies2024-04-182-1/+2
* gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)Serhiy Storchaka2024-04-177-1/+235
* gh-117613: Argument Clinic: disallow defining class parameter at module level...neonene2024-04-172-0/+11
* gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)Steve Dower2024-04-171-2/+10
* gh-94673: Fix compiler warning in typeobject.c (#117980)Erlend E. Aasland2024-04-171-0/+2
* gh-117657: Quiet erroneous TSAN reports of data races in `_PySeqLock` (#117955)mpage2024-04-172-5/+3
* gh-117657: Fix data races in the method cache in free-threaded builds (#117954)mpage2024-04-172-4/+5
* gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)Serhiy Storchaka2024-04-173-1/+18
* gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)Irit Katriel2024-04-1717-242/+838
* Doc: Render version/language selector on Read the Docs (#116966)Manuel Kaufmann2024-04-171-0/+86
* gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.li...Nice Zombies2024-04-171-3/+3
* GH-100242: bring functools.py partial implementation more in line with C code...CF Bolz-Tereick2024-04-174-5/+30
* Test: Get the smtp test server using os.getenv() (#117979)Diego Russo2024-04-171-2/+5
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-177-7/+38
* gh-117975: Ensure flush level is checked when configuring a logging MemoryHan...Vinay Sajip2024-04-172-12/+43
* gh-115009: Update macOS installer to use SQLite 3.45.3 (#117443)Mariusz Felisiak2024-04-172-3/+4
* bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...Ivan Savin2024-04-173-5/+51
* GH-117760: Streamline the trashcan mechanism (GH-117763)Mark Shannon2024-04-175-128/+43
* gh-65824: Add "Help on ..." to the "less" prompt in pydoc (GH-116183)Serhiy Storchaka2024-04-171-15/+22
* gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)Serhiy Storchaka2024-04-171-4/+5
* gh-117313: Fix re-folding email messages containing non-standard line separat...Serhiy Storchaka2024-04-173-2/+56