summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* GH-93678: reduce boilerplate and code repetition in the compiler (GH-93682)Irit Katriel2022-06-141-0/+1
* gh-79579: Improve DML query detection in sqlite3 (#93623)Erlend Egeberg Aasland2022-06-141-0/+2
* GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)Ken Jin2022-06-141-0/+1
* GH-93516: Store offset of first traceable instruction in code object (GH-93769)Mark Shannon2022-06-141-0/+2
* GH-93662: Make sure that column offsets are correct in multi-line method call...Mark Shannon2022-06-141-0/+2
* gh-91321: Fix compatibility with C++ older than C++11 (#93784)Victor Stinner2022-06-141-0/+2
* gh-89546: Clean up PyType_FromMetaclass (GH-93686)Petr Viktorin2022-06-141-0/+4
* gh-91810: Fix regression with writing an XML declaration with encoding='unico...Serhiy Storchaka2022-06-141-0/+2
* gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)Serhiy Storchaka2022-06-141-0/+3
* gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)Victor Stinner2022-06-131-0/+3
* gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...Pablo Galindo Salgado2022-06-131-0/+3
* gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...Serhiy Storchaka2022-06-121-0/+5
* gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)Christian Heimes2022-06-111-0/+2
* gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)Dennis Sweeney2022-06-111-0/+1
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...jackh-ncl2022-06-101-0/+1
* gh-91317: Document that Path does not collapse initial `//` (GH-32193)Oleg Iarygin2022-06-101-0/+2
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Christian Heimes2022-06-101-0/+6
* GH-93621: reorder code in with/async-with exception exit path to reduce the s...Irit Katriel2022-06-101-0/+1
* gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)Barney Gale2022-06-101-0/+2
* gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...Pablo Galindo Salgado2022-06-101-0/+2
* gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...Petr Viktorin2022-06-101-0/+3
* gh-93491: Add support tier detection to configure (GH-93492)Christian Heimes2022-06-101-0/+1
* gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...Leo Trol2022-06-091-0/+2
* gh-90473: disable user site packages on WASI/Emscripten (GH-93633)Christian Heimes2022-06-091-0/+2
* bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)Sebastian Berg2022-06-091-0/+3
* gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)Serhiy Storchaka2022-06-091-0/+3
* gh-93616: Fix env changed issue in test_modulefinder (GH-93617)Christian Heimes2022-06-091-0/+2
* gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)Christian Heimes2022-06-081-0/+4
* gh-93584: Make all install+tests targets depends on all (GH-93589)Christian Heimes2022-06-081-0/+2
* gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)Erlend Egeberg Aasland2022-06-081-0/+3
* GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...Bluenix2022-06-081-0/+4
* gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)Kalyan2022-06-072-0/+2
* gh-92592: Allow logging filters to return a LogRecord. (GH-92591)Adrian Garcia Badaracco2022-06-071-0/+3
* Shrink the LOAD_METHOD cache by one codeunit. (#93537)Mark Shannon2022-06-071-0/+1
* gh-88831: In docs for asyncio.create_task, explain why strong references to t...Andreas Grommek2022-06-071-0/+1
* gh-57539: Increase calendar test coverage (GH-93468)Hugo van Kemenade2022-06-072-0/+2
* gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...Vinay Sajip2022-06-071-0/+4
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann2022-06-071-0/+1
* gh-86986: bump min sphinx version to 3.2 (GH-93337)Davide Rizzo2022-06-071-0/+1
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...AN Long2022-06-061-0/+3
* gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)Illia Volochii2022-06-061-0/+2
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-061-0/+2
* gh-89973: Fix re.error in the fnmatch module. (GH-93072)Serhiy Storchaka2022-06-051-0/+3
* gh-90473: wasmtime does not support absolute symlinks (GH-93490)Christian Heimes2022-06-052-0/+3
* gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)Neil Schemenauer2022-06-051-0/+3
* gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (#9...jackh-ncl2022-06-041-0/+1
* GH-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b...Irit Katriel2022-06-031-0/+1
* gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...Barney Gale2022-06-031-0/+2
* gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)Ken Jin2022-06-031-0/+1
* gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)Petr Viktorin2022-06-031-0/+4