summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (...Miss Islington (bot)2024-05-023-8/+26
* [3.12] gh-118272: Clear generator frame's locals when the generator is closed...Irit Katriel2024-05-025-5/+39
* [3.12] gh-117903: Clarify that the staticmethod descriptor is callable (GH-11...Miss Islington (bot)2024-05-021-2/+3
* [3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-...Thomas Grainger2024-05-023-0/+186
* [3.12] Uncomment one grammar test (GH-118361) (#118385)Miss Islington (bot)2024-05-021-1/+1
* [3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-1...Jelle Zijlstra2024-05-024-6/+6
* [3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11...Irit Katriel2024-05-014-7/+50
* gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)Seth Michael Larson2024-05-012-5/+31
* [3.12] gh-118418: Use a default value for `type_params` in `typing._eval_type...Miss Islington (bot)2024-04-301-2/+2
* [3.12] gh-117860: Add tests for resolving names when import rebind names (GH-...Miss Islington (bot)2024-04-308-0/+149
* [3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-11...Miss Islington (bot)2024-04-303-2/+15
* [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