summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-90300: split --help output into separate options (GH-30331)Miss Islington (bot)2022-06-142-2/+28
* gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)Miss Islington (bot)2022-06-141-0/+3
* [3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over Ty...Miss Islington (bot)2022-06-141-0/+5
* gh-91321: Fix compatibility with C++ older than C++11 (#93784) (#93802)Victor Stinner2022-06-141-0/+2
* [3.11] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93800)Erlend Egeberg Aasland2022-06-141-0/+2
* gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)Miss Islington (bot)2022-06-131-0/+3
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Miss Islington (bot)2022-06-131-0/+6
* gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)Miss Islington (bot)2022-06-111-0/+2
* 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
* gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...Miss Islington (bot)2022-06-101-0/+2
* gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-...Miss Islington (bot)2022-06-101-0/+2
* gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93631)Miss Islington (bot)2022-06-101-0/+3
* gh-93491: Add support tier detection to configure (GH-93492)Miss Islington (bot)2022-06-101-0/+1
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...Steve Dower2022-06-101-0/+3
* gh-90473: disable user site packages on WASI/Emscripten (GH-93633)Miss Islington (bot)2022-06-091-0/+2
* [3.11] gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save()...Ɓukasz Langa2022-06-091-0/+1
* gh-93616: Fix env changed issue in test_modulefinder (GH-93617)Miss Islington (bot)2022-06-091-0/+2
* [3.11] gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-9360...Christian Heimes2022-06-081-0/+4
* [3.11] gh-93584: Make all install+tests targets depends on all (GH-93589) (GH...Christian Heimes2022-06-081-0/+2
* gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526)Miss Islington (bot)2022-06-081-0/+3
* GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...Miss Islington (bot)2022-06-081-0/+4
* gh-57539: Increase calendar test coverage (GH-93468) (GH-93564)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-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93561)Miss Islington (bot)2022-06-071-0/+1
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)Miss Islington (bot)2022-06-061-0/+2
* gh-89973: Fix re.error in the fnmatch module. (GH-93072)Miss Islington (bot)2022-06-051-0/+3
* gh-90473: wasmtime does not support absolute symlinks (GH-93490)Miss Islington (bot)2022-06-052-0/+3
* gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (GH-93500) (gh-93507)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
* [3.11] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...Miss Islington (bot)2022-06-031-0/+4
* gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)Miss Islington (bot)2022-06-031-0/+3
* gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...Miss Islington (bot)2022-06-021-0/+2
* Python 3.11.0b3v3.11.0b3Pablo Galindo2022-06-014-5/+27
* gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...Miss Islington (bot)2022-06-011-0/+2
* gh-92597: Ensure that AST nodes without explicit end positions can be compile...Miss Islington (bot)2022-05-311-0/+2
* gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)Miss Islington (bot)2022-05-311-0/+1
* Python 3.11.0b2v3.11.0b2Pablo Galindo2022-05-3048-105/+489
* bpo-42272: fix misleading warning filter message/module docs (GH-23172)Miss Islington (bot)2022-05-301-0/+3
* 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)Miss Islington (bot)2022-05-281-0/+1
* [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-9...Eric Snow2022-05-281-0/+2
* gh-93297: Make asyncio task groups prevent child tasks from being GCed (GH-93...Miss Islington (bot)2022-05-271-0/+1
* gh-92898: Enhance _testcppext test on cast to PyObject* (GH-93111)Miss Islington (bot)2022-05-261-0/+2
* gh-93217: fix some issues in man page and --help (GH-93219)Miss Islington (bot)2022-05-261-3/+16
* gh-90817: Deprecate explicitly locale.resetlocale() (GH-93196)Miss Islington (bot)2022-05-251-0/+3
* gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (GH-93199)Miss Islington (bot)2022-05-251-0/+2
* [3.11] gh-83245: Raise BadZipFile instead of ValueError when reading a corrup...Miss Islington (bot)2022-05-251-0/+2