summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-917...Serhiy Storchaka2022-05-031-0/+2
* bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408)Miss Islington (bot)2022-05-021-0/+1
* gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)Miss Islington (bot)2022-05-021-0/+2
* [3.10] gh-89301: Fix regression with bound values in traced SQLite statements...Erlend Egeberg Aasland2022-05-021-0/+3
* bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)Miss Islington (bot)2022-05-021-0/+2
* [3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK` (#91932)Gregory P. Smith2022-05-011-0/+5
* [3.10] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-9207...Serhiy Storchaka2022-04-301-0/+2
* bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)Miss Islington (bot)2022-04-301-0/+2
* bpo-26792: Improve docstrings of runpy module run_functions (GH-30729)Miss Islington (bot)2022-04-291-0/+2
* gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)Miss Islington (bot)2022-04-281-0/+1
* Fix missing `f` prefix on f-strings (GH-91910)Miss Islington (bot)2022-04-271-0/+1
* [3.10] gh-91888: add a :gh: role to the documentation (GH-91889) (#91934)Ezio Melotti2022-04-261-0/+1