summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.8v3.12.8Thomas Wouters2024-12-03110-514/+1654
* [3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...Miss Islington (bot)2024-12-0310-20/+124
* [3.12] gh-126876: Fix socket internal_select() for large timeout (GH-126968) ...Miss Islington (bot)2024-12-032-1/+34
* [3.12] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH...Miss Islington (bot)2024-12-031-3/+11
* gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)Miss Islington (bot)2024-12-023-18/+35
* [3.12] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127...Miss Islington (bot)2024-12-023-1/+8
* [3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127510)Sergey B Kirpichev2024-12-023-6/+28
* [3.12] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-...Miss Islington (bot)2024-12-023-1/+6
* [3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127512)Miss Islington (bot)2024-12-023-8/+7
* [3.12] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127501)Miss Islington (bot)2024-12-021-0/+2
* [3.12] Docs: Miscellaneous corrections to simple statements in the language r...Carol Willing2024-12-021-22/+11
* [3.12] gh-99880: document rounding mode for new-style formatting (GH-121481) ...Miss Islington (bot)2024-12-021-0/+5
* [3.12] Fix Unicode encode_wstr_utf8() (#127420) (#127504)Bénédikt Tran2024-12-021-1/+1
* [3.12] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (GH-127451) (#...Miss Islington (bot)2024-12-021-19/+21
* [3.12] gh-127356: Fix prepend doctrees directory for gettext target (GH-12735...Miss Islington (bot)2024-12-011-1/+1
* [3.12] Docs: Fix incorrect indents in `c-api/type.rst` (GH-127449) (#127461)Yuki Kobayashi2024-12-011-20/+19
* [3.12] Add the missing `f` on an f-string error message in multiprocessing. (...Miss Islington (bot)2024-12-011-1/+1
* [3.12] Link to correct class methods in asyncio primitives docs (GH-127270) (...Bénédikt Tran2024-11-301-3/+4
* [3.12] gh-88110: Clear concurrent.futures.thread._threads_queues after fork t...Miss Islington (bot)2024-11-303-0/+22
* [3.12] gh-127208: Reject null character in _imp.create_dynamic() (#127400) (#...Victor Stinner2024-11-294-3/+33
* [3.12] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127394)Hugo van Kemenade2024-11-291-1/+4
* [3.12] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-1273...Miss Islington (bot)2024-11-291-1/+5
* [3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)Miss Islington (bot)2024-11-295-2/+13
* [3.12] gh-127190: Fix local_setattro() error handling (GH-127366) (#127368)Miss Islington (bot)2024-11-282-1/+16
* [3.12] gh-123967: Fix faulthandler for trampoline frames (#127329) (#127363)Victor Stinner2024-11-282-9/+16
* [3.12] gh-124008: Fix calculation of the number of written bytes for the Wind...Miss Islington (bot)2024-11-273-28/+115
* [3.12] gh-109746: Fix race condition in test_start_new_thread_failed (GH-1272...Miss Islington (bot)2024-11-271-2/+2
* [3.12] gh-101100: Fix sphinx warnings in `howto/*` (GH-127084) (#127311)Yuki Kobayashi2024-11-273-106/+105
* [3.12] gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184) (GH-127252)Miss Islington (bot)2024-11-261-17/+115
* [3.12] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (...Miss Islington (bot)2024-11-251-1/+1
* [3.12] Fix a few typos found in the docs (GH-127126) (GH-127185)Rafael Fontenelle2024-11-253-4/+4
* [3.12] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...Miss Islington (bot)2024-11-253-14/+33
* [3.12] gh-126384: Add tests to verify the behavior of basic COM methods. (GH-...Miss Islington (bot)2024-11-251-0/+188
* [3.12] gh-101100: Fix sphinx warnings of removed opcodes (GH-127222) (#127240)Yuki Kobayashi2024-11-254-12/+12
* [3.12] gh-127217: Fix pathname2url() for paths starting with multiple slashes...Miss Islington (bot)2024-11-243-0/+9
* [3.12] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127233)Miss Islington (bot)2024-11-241-7/+19
* [3.12] Fix "useable" typo in docs (GH-127200) (#127206)Miss Islington (bot)2024-11-231-1/+1
* [3.12] Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (GH-126667)...Miss Islington (bot)2024-11-231-1/+5
* [3.12] gh-109746: Make _thread.start_new_thread delete state of new thread on...Serhiy Storchaka2024-11-224-1/+40
* [3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...Serhiy Storchaka2024-11-224-246/+301
* [3.12] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127148)Miss Islington (bot)2024-11-221-3/+33
* [3.12] gh-127082: Replace "Windows only" with the `availability: Windows` in ...Jun Komoda2024-11-221-14/+45
* [3.12] GH-127078: `url2pathname()`: handle extra slash before UNC drive in UR...Miss Islington (bot)2024-11-223-1/+6
* [3.12] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) ...Miss Islington (bot)2024-11-224-5/+15
* [3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)Serhiy Storchaka2024-11-214-28/+96
* [3.12] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)...Miss Islington (bot)2024-11-213-4/+92
* [3.12] Run `apt update` before `apt install git` in autoconf CI job (GH-127071)Miss Islington (bot)2024-11-201-1/+1
* [3.12] gh-126991: Add tests for unpickling bad object state (GH-127031) (GH-1...Miss Islington (bot)2024-11-201-0/+35
* [3.12] GH-85168: Use filesystem encoding when converting to/from `file` URIs ...Miss Islington (bot)2024-11-194-10/+26
* [3.12] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126...Miss Islington (bot)2024-11-191-0/+1