summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)Miss Islington (bot)2022-06-111-0/+1
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...Miss Islington (bot)2022-06-101-0/+1
* gh-91317: Document that Path does not collapse initial `//` (GH-32193)Miss Islington (bot)2022-06-101-0/+2
* [3.10] gh-93671: Avoid exponential backtracking in deeply nested sequence pat...Pablo Galindo Salgado2022-06-101-0/+2
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...Steve Dower2022-06-101-0/+3
* gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632)Miss Islington (bot)2022-06-101-0/+3
* gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-...Miss Islington (bot)2022-06-101-0/+2
* [3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93...Erlend Egeberg Aasland2022-06-081-0/+3
* gh-57539: Increase calendar test coverage (GH-93468) (GH-93565)Miss Islington (bot)2022-06-072-0/+2
* gh-88831: In docs for asyncio.create_task, explain why strong references to t...Miss Islington (bot)2022-06-071-0/+1
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)...Miss Islington (bot)2022-06-071-0/+1
* gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93562)Miss Islington (bot)2022-06-071-0/+1
* Python 3.10.5v3.10.5Pablo Galindo2022-06-0679-181/+824
* gh-89973: Fix re.error in the fnmatch module. (GH-93072)Miss Islington (bot)2022-06-051-0/+3
* gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH...Miss Islington (bot)2022-06-041-0/+1
* gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...Miss Islington (bot)2022-06-031-0/+2
* gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...Miss Islington (bot)2022-06-021-0/+2
* bpo-42272: fix misleading warning filter message/module docs (GH-23172)Miss Islington (bot)2022-05-301-0/+3
* [3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261)Éric2022-05-291-3/+7
* gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)Miss Islington (bot)2022-05-291-0/+2
* gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321)Miss Islington (bot)2022-05-281-0/+1
* [3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)Victor Stinner2022-05-251-0/+2
* [3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrup...Miss Islington (bot)2022-05-251-0/+2
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...Miss Islington (bot)2022-05-242-0/+6
* gh-93061: Mark as artificial: backwards jump after async for (GH-93120)Dennis Sweeney2022-05-231-0/+1
* gh-93010: InvalidHeaderError used but nonexistent (GH-93015)Miss Islington (bot)2022-05-231-0/+1
* gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...Miss Islington (bot)2022-05-191-0/+1
* [3.10] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-304...Łukasz Langa2022-05-191-0/+2
* bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...Miss Islington (bot)2022-05-191-0/+2
* gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-...Miss Islington (bot)2022-05-191-0/+3
* bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...Miss Islington (bot)2022-05-181-0/+2
* bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)Miss Islington (bot)2022-05-182-0/+2
* gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...Miss Islington (bot)2022-05-161-0/+2
* Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)Miss Islington (bot)2022-05-142-0/+11
* [3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717)Dennis Sweeney2022-05-121-0/+1
* bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)Miss Islington (bot)2022-05-121-0/+1
* [3.10] gh-91810: ElementTree: Use text file's encoding by default in XML decl...Miss Islington (bot)2022-05-111-0/+5
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-102-0/+2
* bpo-13553: Document tkinter.Tk args (GH-4786)Miss Islington (bot)2022-05-101-0/+1
* bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)Miss Islington (bot)2022-05-091-0/+1
* Fix use of the default role in a news entry. (#92500)Ezio Melotti2022-05-081-1/+1
* [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. ...Gregory P. Smith2022-05-081-0/+4
* [3.10] gh-92448: Update the documentation builder to render the GitHub issue ...Dong-hee Na2022-05-087-8/+8
* [3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#9...Jelle Zijlstra2022-05-071-0/+1
* NEWS: Reorder items by section (GH-92373)Miss Islington (bot)2022-05-066-214/+214
* [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters ...Erlend Egeberg Aasland2022-05-051-0/+2
* gh-92036: Fix gc_fini_untrack() (GH-92037)Miss Islington (bot)2022-05-041-0/+5
* bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...Miss Islington (bot)2022-05-041-0/+4
* bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)Miss Islington (bot)2022-05-031-0/+2
* bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...Miss Islington (bot)2022-05-031-0/+2