summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.1v3.13.1Thomas Wouters2024-12-03186-684/+2507
* [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#1...Miss Islington (bot)2024-12-035-12/+32
* [3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#...Miss Islington (bot)2024-12-033-1/+22
* [3.13] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IP...Miss Islington (bot)2024-12-033-0/+42
* [3.13] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH...Miss Islington (bot)2024-12-031-3/+11
* [3.13] gh-127521: Mark list as "shared" before resizing if necessary (GH-1275...Miss Islington (bot)2024-12-031-0/+20
* gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)Miss Islington (bot)2024-12-023-18/+35
* [3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterp...Eric Snow2024-12-024-29442/+29496
* [3.13] gh-126876: Fix socket internal_select() for large timeout (GH-126968) ...Miss Islington (bot)2024-12-022-1/+37
* [3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513)Peter Bierma2024-12-022-125/+153
* [3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127...Miss Islington (bot)2024-12-023-1/+8
* [3.13] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127500)Miss Islington (bot)2024-12-021-0/+2
* [3.13] gh-126720: Docs: Miscellaneous corrections to simple statements in the...Carol Willing2024-12-021-22/+11
* [3.13] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-...Miss Islington (bot)2024-12-023-1/+6
* [3.13] gh-122838: Document missing opcodes (GH-123073) (#126492)Miss Islington (bot)2024-12-021-0/+21
* [3.13] gh-99880: document rounding mode for new-style formatting (GH-121481) ...Miss Islington (bot)2024-12-021-0/+5
* [3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-12573...Miss Islington (bot)2024-12-024-1/+17
* [3.13] gh-124984: Enhance `ssl` thread safety (GH-124993) (#125780)Peter Bierma2024-12-024-243/+1696
* [3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF pa...Miss Islington (bot)2024-12-022-0/+7
* [3.13] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127511)Miss Islington (bot)2024-12-023-8/+7
* [3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508)Miss Islington (bot)2024-12-023-6/+28
* [3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505)Bénédikt Tran2024-12-021-1/+1
* [3.13] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (GH-127451) (#...Miss Islington (bot)2024-12-021-19/+21
* [3.13] gh-127321: Avoid stopping at an opcode without an associated line numb...Tian Gao2024-12-013-0/+24
* [3.13] gh-127356: Fix prepend doctrees directory for gettext target (GH-12735...Miss Islington (bot)2024-12-011-1/+1
* [3.13] Docs: Fix incorrect indents in `c-api/type.rst` (GH-127449) (#127460)Yuki Kobayashi2024-12-011-20/+19
* [3.13] Add the missing `f` on an f-string error message in multiprocessing. (...Miss Islington (bot)2024-12-011-1/+1
* [3.13] gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-12...Miss Islington (bot)2024-12-012-0/+9
* [3.13] gh-127190: Fix local_setattro() error handling (GH-127366) (#127367)Miss Islington (bot)2024-12-012-1/+16
* [3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with doc...Peter Bierma2024-11-305-66/+28
* [3.13] summarize: Fix typo in stats (GH-127450) (#127454)Miss Islington (bot)2024-11-301-1/+1
* [3.13] gh-109746: Fix race condition in test_start_new_thread_failed (GH-1272...Miss Islington (bot)2024-11-301-2/+2
* [3.13] gh-124008: Fix calculation of the number of written bytes for the Wind...Miss Islington (bot)2024-11-303-28/+115
* [3.13] gh-123967: Fix faulthandler for trampoline frames (GH-127329) (#127362)Miss Islington (bot)2024-11-302-9/+16
* [3.13] gh-127217: Fix pathname2url() for paths starting with multiple slashes...Miss Islington (bot)2024-11-303-0/+9
* [3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390)Miss Islington (bot)2024-11-305-2/+13
* [3.13] gh-127316: fix incorrect assertion in setting `__class__` in free-thre...Miss Islington (bot)2024-11-292-1/+16
* [3.13] Link to correct class methods in asyncio primitives docs (GH-127270) (...Miss Islington (bot)2024-11-291-4/+4
* [3.13] gh-127208: Reject null character in _imp.create_dynamic() (GH-127400) ...Miss Islington (bot)2024-11-292-3/+18
* [3.13] gh-124873: Skip timerfd tests on Android (GH-127279) (#127290)Miss Islington (bot)2024-11-291-2/+3
* [3.13] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-1273...Miss Islington (bot)2024-11-291-1/+5
* [3.13] fix param type in PyObject_HasAttrWithError (docs) (GH-127403) (#127404)Miss Islington (bot)2024-11-291-1/+1
* [3.13] gh-126881: fix finalization of dtoa state (GH-126904) (#127395)Miss Islington (bot)2024-11-292-1/+4
* [3.13] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365) (#127393)Hugo van Kemenade2024-11-291-1/+4
* [3.13] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#...Miss Islington (bot)2024-11-271-3/+3
* [3.13] gh-122273: Support PyREPL history on Windows (#127141) (#127289)Victor Stinner2024-11-263-20/+40
* [3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) (#12...Victor Stinner2024-11-264-59/+82
* [3.13] gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184) (GH-127251)Miss Islington (bot)2024-11-261-17/+115
* [3.13] gh-101100: Fix sphinx warnings in `howto/*` (GH-127084) (#127287)Miss Islington (bot)2024-11-263-102/+101
* [3.13] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (...Miss Islington (bot)2024-11-251-1/+1