summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst...Miss Islington (bot)2024-04-301-1/+1
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Miss Islington (bot)2024-04-293-6/+7
* [3.12] gh-118359: Improve docs for Bdb.user_call (GH-118368) (#118410)Miss Islington (bot)2024-04-291-0/+3
* [3.12] gh-118401: Docs: Use Sphinx short options (GH-118403) (#118407)Miss Islington (bot)2024-04-291-1/+1
* [3.12] Docs: Upgrade to Sphinx 7.3 (GH-118397) (#118400)Miss Islington (bot)2024-04-292-2/+2
* [3.12] gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-1...Miss Islington (bot)2024-04-293-1/+23
* [3.12] gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (GH-11835...Miss Islington (bot)2024-04-282-8/+9
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (GH-118356) (#11...Miss Islington (bot)2024-04-281-37/+37
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118...Hugo van Kemenade2024-04-287-37/+37
* [3.12] Fix note in Enum.__new__ docs (GH-118284) (#118325)Jelle Zijlstra2024-04-261-5/+5
* [3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)Kirill Podoprigora2024-04-266-40/+24
* [3.12] gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-11823...Miss Islington (bot)2024-04-261-0/+2
* [3.12] gh-118042: Fix error in Telnet.__del__ when __init__() was not called ...Serhiy Storchaka2024-04-262-0/+3
* [3.12] gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it...Miss Islington (bot)2024-04-261-3/+5
* [3.12] gh-118221: Always use the default row factory in sqlite3.iterdump() (#...Erlend E. Aasland2024-04-253-0/+18
* [3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration...Thomas Grainger2024-04-253-2/+70
* [3.12] gh-117968: Make the test for closed file more safe in the C API tests ...Miss Islington (bot)2024-04-251-2/+4
* [3.12] gh-85453: Make numeric literals consistent across datetime.rst (GH-118...Miss Islington (bot)2024-04-241-3/+3
* [3.12] gh-85453: Adapt datetime.rst to devguide recommendations for code snip...Miss Islington (bot)2024-04-241-45/+45
* [3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...Miss Islington (bot)2024-04-245-8/+59
* [3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin2024-04-245-24/+157
* [3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID,...Miss Islington (bot)2024-04-233-5/+51
* [3.12] Fix typo in py_compile.rst (GH-118102) (GH-118191)Miss Islington (bot)2024-04-231-1/+1
* [3.12] gh-118168: Fix Unpack interaction with builtin aliases (GH-118169) (#1...Miss Islington (bot)2024-04-233-2/+39
* [3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152...Miss Islington (bot)2024-04-234-6/+40
* [3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166)Miss Islington (bot)2024-04-235-26/+47
* [3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...Serhiy Storchaka2024-04-227-1/+238
* [3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs`...Miss Islington (bot)2024-04-221-1/+1
* [3.12] gh-118148: Improve tests for shutil.make_archive() (GH-118149) (GH-118...Miss Islington (bot)2024-04-221-71/+176
* [3.12] gh-115986 Improve pprint documentation accuracy (GH-117403) (#118146)Miss Islington (bot)2024-04-221-3/+2
* [3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params...Miss Islington (bot)2024-04-223-1/+17
* [3.12] Docs: replace Harry Potter reference with Monty Python (GH-118130) (#1...Miss Islington (bot)2024-04-211-3/+3
* [3.12] gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122) (#118129)Nikita Sobolev2024-04-211-1/+16
* [3.12] Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing sc...Miss Islington (bot)2024-04-211-2/+3
* [3.12] GH-115874: Fix segfault in FutureIter_dealloc (GH-118114)Miss Islington (bot)2024-04-192-2/+17
* [3.12] gh-118100: Improve links in `ast.rst` (GH-118101) (#118110)Miss Islington (bot)2024-04-191-2/+3
* [3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint...Alex Waygood2024-04-195-10/+81
* [3.12] gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076) (GH...Miss Islington (bot)2024-04-191-2/+2
* [3.12] gh-87969: Align docs and docstrings with implementation for ctypes' [w...Miss Islington (bot)2024-04-192-12/+12
* [3.12] gh-116935: Document that heap types need to support garbage collection...Miss Islington (bot)2024-04-191-1/+2
* [3.12] gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH...Miss Islington (bot)2024-04-191-0/+6
* [3.12] gh-64588: Clarify the difference between mu and xbar in statistics doc...Miss Islington (bot)2024-04-191-7/+7
* [3.12] gh-117535: Ignore made up file name "sys" for warnings (#118014)Tian Gao2024-04-192-1/+4
* [3.12] Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-1...Miss Islington (bot)2024-04-191-3/+3
* [3.12] gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with /...Miss Islington (bot)2024-04-181-0/+1
* [3.12] gh-116932: Remove redundant NEWS entry (GH-118040) (#118041)Miss Islington (bot)2024-04-181-1/+0
* [3.12] Doc: Render version/language selector on Read the Docs (GH-116966) (#1...Miss Islington (bot)2024-04-181-0/+86
* [3.12] gh-116932: Add note on how to report python documentation theme bugs (...Miss Islington (bot)2024-04-182-0/+5
* [3.12] gh-117613: Argument Clinic: ensure that defining class params are posi...neonene2024-04-172-1/+29
* [3.12] gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445) (...Mariusz Felisiak2024-04-175-7/+8