summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.13] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136330)Miss Islington (bot)2025-07-081-17/+20
* [3.13] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (...Miss Islington (bot)2025-07-072-10/+9
* [3.13] gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335) (GH...Miss Islington (bot)2025-07-071-1/+2
* [3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#1...Miss Islington (bot)2025-07-071-0/+2
* [3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136373)Miss Islington (bot)2025-07-073-6/+10
* [3.13] gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem ...Miss Islington (bot)2025-07-071-12/+14
* [3.13] gh-94503: Update logging cookbook with an example of uniformly handlin...Miss Islington (bot)2025-07-071-0/+62
* [3.13] gh-127502: Remove XML vulnerability table (GH-135294) (#136360)Miss Islington (bot)2025-07-079-89/+32
* [3.13] gh-109700: fix interpreter finalization while handling memory error (G...Miss Islington (bot)2025-07-071-7/+7
* [3.13] Docs: Move "or" outside monospace syntax in tarfile.rst (GH-136263) (G...Rafael Fontenelle2025-07-071-5/+6
* [3.13] gh-109070: Document that get_context in multiprocessing have side effe...Miss Islington (bot)2025-07-061-5/+7
* [3.13] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136...Miss Islington (bot)2025-07-051-1/+1
* [3.13] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` ...Miss Islington (bot)2025-07-051-7/+11
* [3.13] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (...Miss Islington (bot)2025-07-041-4/+4
* [3.13] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 st...Miss Islington (bot)2025-07-043-3/+50
* [3.13] gh-135661: Fix parsing start and end tags in HTMLParser according to t...Miss Islington (bot)2025-07-033-129/+194
* [3.13] gh-115119: Recommend upstream libmpdec in build requirements (#136205)...Victor Stinner2025-07-031-0/+3
* [3.13] gh-130664: Treat '0' fill character with align '=' as zero-padding for...Miss Islington (bot)2025-07-033-5/+9
* [3.13] gh-135069: Fix exception message in encodings.idna module (GH-135071) ...Miss Islington (bot)2025-07-032-1/+4
* [3.13] Docs: fix docstring of `email.message.Message.add_header` (GH-134355) ...Miss Islington (bot)2025-07-031-1/+1
* [3.13] Fix comments for `heapq.siftup_max` (GH-135359) (#136233)Miss Islington (bot)2025-07-031-3/+3
* [3.13] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136226)Miss Islington (bot)2025-07-033-2/+39
* [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-13587...Miss Islington (bot)2025-07-033-30/+67
* [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty ...Miss Islington (bot)2025-07-033-1/+35
* [3.13] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136219)Miss Islington (bot)2025-07-032-2/+2
* [3.13] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) ...Miss Islington (bot)2025-07-021-2/+1
* [3.13] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) (#136...Sergey B Kirpichev2025-07-026-9/+16
* [3.13] gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24...Miss Islington (bot)2025-07-011-0/+43
* [3.13] gh-136169: Update parameter name in fractions.from_float method (GH-13...Miss Islington (bot)2025-07-011-1/+1
* [3.13] gh-135607: remove null checking of weakref list in dealloc of extensio...Victor Stinner2025-07-0131-73/+75
* [3.13] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFil...Miss Islington (bot)2025-06-301-5/+7
* [3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) ...Miss Islington (bot)2025-06-302-2/+9
* [3.13] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068)...Miss Islington (bot)2025-06-301-1/+6
* [3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) (#136130)Miss Islington (bot)2025-06-303-1/+5
* [3.13] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136...Miss Islington (bot)2025-06-301-1/+1
* [3.13] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136124)Miss Islington (bot)2025-06-301-0/+8
* [3.13] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-...Miss Islington (bot)2025-06-301-2/+2
* [3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) (#1...Victor Stinner2025-06-3015-43/+49
* [3.13] gh-132813: Fix the csv documentation for quoting and escaping (GH-1332...Miss Islington (bot)2025-06-301-12/+26
* [3.13] gh-136087: Remove `\r` from documented `os.linesep` values (GH-136088)...Miss Islington (bot)2025-06-301-1/+1
* [3.13] Doc: Fix duplicate words in idlelib (GH-136089) (#136091)Miss Islington (bot)2025-06-295-4/+5
* [3.13] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136075)Miss Islington (bot)2025-06-281-0/+10
* [3.13] gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (GH-135572) (#1...Bénédikt Tran2025-06-281-2/+6
* [3.13] gh-108765: fix comment about macro definitions in `_stat.c` post GH-10...Miss Islington (bot)2025-06-271-2/+2
* [3.13] gh-136028: Fix parsing month names containing "İ" (U+0130) in strptim...Miss Islington (bot)2025-06-273-2/+22
* [3.13] gh-92266: Replace tabs with four spaces in Python files (GH-135983) (#...Miss Islington (bot)2025-06-271-0/+7
* [3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not...Serhiy Storchaka2025-06-274-6/+9
* [3.13] gh-53203: Fix strptime() for %c, %x and %X formats on some locales (GH...Miss Islington (bot)2025-06-273-56/+164
* [3.13] gh-135968: Add iOS binary stubs for strip (GH-135970) (#136015)Miss Islington (bot)2025-06-274-0/+7
* [3.13] gh-135966: Modify iOS testbed to make app_packages a site directory (G...Russell Keith-Magee2025-06-273-13/+50