summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)Dong-hee Na2022-06-031-0/+3
* gh-93356: Lay out exception handling code at end of code unit (GH-92769)Irit Katriel2022-06-021-0/+1
* gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...Eric V. Smith2022-06-011-0/+2
* gh-90300: split --help output into separate options (#30331)Éric2022-06-012-2/+28
* gh-92597: Ensure that AST nodes without explicit end positions can be compile...Pablo Galindo Salgado2022-05-311-0/+2
* gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...Dennis Sweeney2022-05-311-0/+1
* gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)Christian Heimes2022-05-311-0/+1
* gh-93283: Improve error message for f-string with invalid conversion characte...Serhiy Storchaka2022-05-311-0/+2
* GH-93354: Use exponential backoff to avoid excessive specialization attempts....Mark Shannon2022-05-311-0/+3
* GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)Kumar Aditya2022-05-311-0/+3