summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-116040: [Enum] fix by-value calls when second value is falsey (GH-1...Ethan Furman2024-03-073-4/+46
* gh-116472: Replace literal newlines with escape characters in MSBuild files (...Miss Islington (bot)2024-03-071-3/+1
* [3.12] gh-115421: List all test subdirs in Makefile, and test them (GH-115813...Petr Viktorin2024-03-072-1/+69
* [3.12] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule...Miss Islington (bot)2024-03-071-9/+19
* [3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...Serhiy Storchaka2024-03-0721-93/+69
* [3.12] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116...Miss Islington (bot)2024-03-061-5/+10
* [3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-0615-21/+439
* [3.12] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116...Miss Islington (bot)2024-03-062-3/+7
* [3.12] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (...Miss Islington (bot)2024-03-061-26/+29
* [3.12] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/previ...Brett Cannon2024-03-055-6/+9
* [3.12] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116382)Miss Islington (bot)2024-03-051-2/+2
* [3.12] chore: fix typos (#116345) (#116370)Terry Jan Reedy2024-03-0510-11/+11
* [3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...Miss Islington (bot)2024-03-053-26/+64
* [3.12] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASC...Miss Islington (bot)2024-03-054-2/+21
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Miss Islington (bot)2024-03-054-74/+140
* [3.12] Fix the PyGetSetDef documentation (GH-116056) (GH-116363)Miss Islington (bot)2024-03-051-3/+3
* [3.12] gh-115777: Fix double versionadded directives (GH-116269) (GH-116361)Miss Islington (bot)2024-03-056-24/+8
* [3.12] gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodu...Miss Islington (bot)2024-03-051-18/+32
* [3.12] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...Miss Islington (bot)2024-03-053-1/+9
* [3.12] gh-116265: Remove obsolete sentence. (GH-116284) (#116331)Miss Islington (bot)2024-03-041-4/+2
* [3.12] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow er...Miss Islington (bot)2024-03-041-23/+25
* [3.12] Docs: update using/configure.rst (GH-116274) (#116276)Hugo van Kemenade2024-03-041-13/+21
* gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...Miss Islington (bot)2024-03-044-6/+8
* [3.12] Consistently spell out *predicate* instead of *pred*. (gh-116308) (gh-...Miss Islington (bot)2024-03-042-26/+19
* [3.12] GH-116271 Docs: provide clarification for object assignments in the Tu...Miss Islington (bot)2024-03-041-7/+24
* gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...AN Long2024-03-041-0/+6
* [3.12] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#11...Miss Islington (bot)2024-03-042-0/+2
* [3.12] gh-116010: Remove link to deprecated PEP 6 in FAQ guide (GH-116246) (#...Miss Islington (bot)2024-03-031-3/+5
* [3.12] gh-116281: Remove wrong '\' from '\*' in some doc signatures (GH-11628...Miss Islington (bot)2024-03-033-6/+6
* [3.12] gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115...Miss Islington (bot)2024-03-033-36/+56
* [3.12] gh-72971: Clarify the special no-TypeError behavior for equality (GH-1...Miss Islington (bot)2024-03-031-1/+4
* [3.12] gh-114494: Change logging docstring to bool for exec_info (GH=114558) ...Miss Islington (bot)2024-03-021-6/+6
* [3.12] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-...Miss Islington (bot)2024-03-022-0/+13
* [3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-1122...Miss Islington (bot)2024-03-014-18/+156
* [3.12] gh-116035: Document that both tzinfo and fold are ignored in compariso...Miss Islington (bot)2024-03-011-2/+8
* [3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208)Miss Islington (bot)2024-03-013-32/+373
* [3.12] gh-104219: Document that idunders can return NotImplemented (GH-104220...Miss Islington (bot)2024-03-011-2/+4
* [3.12] gh-101293: Fix support of custom callables and types in inspect.Signat...Miss Islington (bot)2024-03-013-89/+438
* [3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116...Miss Islington (bot)2024-03-011-0/+36
* [3.12] gh-115881: Document feature_version limitations (#115980) (#116173)Shantanu2024-03-011-6/+9
* [3.12] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027...Miss Islington (bot)2024-03-011-0/+1
* [3.12] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116154)Tian Gao2024-02-293-0/+14
* [3.12] Fix rendering of null character in ast.rst (GH-116080) (#116160)Miss Islington (bot)2024-02-291-1/+1
* [3.12] gh-112844: Add SBOM for external dependencies (GH-115789) (#116128)Miss Islington (bot)2024-02-293-17/+287
* [3.12] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-116149)Miss Islington (bot)2024-02-291-0/+3
* [3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-2916-39/+39
* [3.12] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped...Miss Islington (bot)2024-02-291-0/+4
* [3.12] Make the iter_except() recipe more compact. (gh-116132) (gh0116133)Miss Islington (bot)2024-02-291-20/+1
* [3.12] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission e...Miss Islington (bot)2024-02-291-0/+4
* [3.12] gh-116034: fix location info on the error of a failed assertion (#116054)Irit Katriel2024-02-294-2/+20