summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)Victor Stinner2022-06-201-0/+14
* gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (G...Miss Islington (bot)2022-06-192-0/+2
* gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)Miss Islington (bot)2022-06-191-0/+1
* gh-89828: Do not relay the __class__ attribute in GenericAlias (GH-93754)Miss Islington (bot)2022-06-181-0/+2
* gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)Miss Islington (bot)2022-06-181-0/+2
* GH-89858: Fix test_embed for out-of-tree builds (GH-93465)Miss Islington (bot)2022-06-181-0/+1
* GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...Miss Islington (bot)2022-06-171-0/+1
* GH-91389: Fix dis position information for CACHEs (GH-93663) (GH-93921)Brandt Bucher2022-06-171-0/+2
* gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...Miss Islington (bot)2022-06-171-0/+3
* gh-93847: Fix repr of enum of generic aliases (GH-93885)Miss Islington (bot)2022-06-171-0/+1
* gh-93820: Fix copy() regression in enum.Flag (GH-93876) (#93886)Miss Islington (bot)2022-06-171-0/+2
* gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...Miss Islington (bot)2022-06-161-0/+3
* gh-91577: SharedMemory move imports out of methods (GH-91579)Miss Islington (bot)2022-06-161-0/+1
* [3.11] GH-93662: Make sure that column offsets are correct in multi-line meth...Irit Katriel2022-06-161-0/+2
* gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)Miss Islington (bot)2022-06-151-0/+2
* gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...Miss Islington (bot)2022-06-151-0/+1
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)Miss Islington (bot)2022-06-141-0/+1
* 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