summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [3.12] gh-114539: Clarify implicit launching of shells by subprocess (GH-1179...Miss Islington (bot)2024-04-171-2/+10
* [3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) (GH...Miss Islington (bot)2024-04-173-1/+18
* [3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, an...Miss Islington (bot)2024-04-171-3/+3
* [3.12] gh-117975: Ensure flush level is checked when configuring a logging Me...Miss Islington (bot)2024-04-172-12/+43
* [3.12] gh-115009: Update macOS installer to use SQLite 3.45.3 (GH-117443) (#1...Miss Islington (bot)2024-04-172-3/+4
* [3.12] gh-71966: Move the module docstring from _pydecimal to decimal (GH-117...Miss Islington (bot)2024-04-172-100/+100
* [3.12] gh-117313: Fix re-folding email messages containing non-standard line ...Miss Islington (bot)2024-04-173-2/+56
* [3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser...Serhiy Storchaka2024-04-173-1/+14
* [3.12] gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-11722...Miss Islington (bot)2024-04-171-4/+5
* [3.12] gh-117879: Fix test_httpservers for the build with profiling (GH-11793...Miss Islington (bot)2024-04-171-0/+3
* [3.12] gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH...Miss Islington (bot)2024-04-173-0/+32
* [3.12] gh-75171: Fix parsing invalid email address headers starting or ending...Miss Islington (bot)2024-04-174-5/+61
* [3.12] gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (#117952)Miss Islington (bot)2024-04-161-2/+2
* gh-112844: Fix xz CPE identifier (GH-117656)Miss Islington (bot)2024-04-161-1/+1