summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...Serhiy Storchaka2022-05-311-0/+2
* bpo-42272: fix misleading warning filter message/module docs (#23172)Kevin Locke2022-05-301-0/+3
* bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)Sergei Izmailov2022-05-291-0/+1
* gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)georgically2022-05-291-0/+2
* gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)oda-gitso2022-05-281-0/+1
* bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)Eric Snow2022-05-271-0/+2
* gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)Yury Selivanov2022-05-271-0/+1
* bpo-46951: Order contents of zipapps (GH-31713)hfinucane2022-05-271-0/+1
* GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)Kumar Aditya2022-05-271-0/+3
* gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)Dennis Sweeney2022-05-271-0/+1
* gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)Wenzel Jakob2022-05-272-0/+10
* gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)Victor Stinner2022-05-261-0/+2
* gh-93217: fix some issues in man page and --help (#93219)Éric2022-05-261-3/+16
* gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)jackh-ncl2022-05-261-0/+1
* gh-90817: Deprecate explicitly locale.resetlocale() (#93196)Victor Stinner2022-05-251-0/+3
* gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)Ken Jin2022-05-251-0/+1
* gh-93202: Always use %zd printf formatter (#93201)Victor Stinner2022-05-251-0/+4
* gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)oda-gitso2022-05-251-0/+1
* gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)Victor Stinner2022-05-251-0/+2
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro Hrončok2022-05-252-0/+4
* gh-92658: Add Hyper-V socket support (GH-92755)Jordan Borean2022-05-241-0/+1
* gh-93033: Use wmemchr in stringlib (GH-93034)goldsteinn2022-05-241-0/+1
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)Yury Selivanov2022-05-232-0/+6
* gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP f...Sam Ezeh2022-05-231-0/+2
* gh-93010: InvalidHeaderError used but nonexistent (#93015)oda-gitso2022-05-231-0/+1
* gh-93061: Mark as artificial: backwards jump after async for (GH-93062)Dennis Sweeney2022-05-231-0/+1
* gh-93103: Deprecate global configuration variable (#93104)Victor Stinner2022-05-231-0/+4