summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223)Erlend E. Aasland2024-04-251-0/+2
* gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...Steve Dower2024-04-241-0/+2
* gh-108191: Add support of positional argument in SimpleNamespace constructor ...Serhiy Storchaka2024-04-241-0/+3
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-0/+6
* gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)Alex Waygood2024-04-241-0/+9
* GH-117536: GH-117894: fix athrow().throw(...) unawaited warning (GH-117851)Thomas Grainger2024-04-242-0/+2
* gh-117225: Add color to doctest output (#117583)Hugo van Kemenade2024-04-241-0/+1
* gh-117901: Add option for compiler's codegen to save nested instruction seque...Irit Katriel2024-04-241-0/+1
* gh-116023: Add `show_empty=False` to `ast.dump` (#116037)Nikita Sobolev2024-04-241-0/+3
* gh-118168: Fix Unpack interaction with builtin aliases (#118169)Jelle Zijlstra2024-04-231-0/+4
* gh-118082: Improve `import` without names syntax error message (#118083)Nikita Sobolev2024-04-231-0/+3
* gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)Joe Jevnik2024-04-231-0/+2
* gh-95754: Better error when script shadows a standard library or third party ...Shantanu2024-04-231-0/+4
* gh-116741: Upgrade libexpat to 2.6.2 (#117296)Seth Michael Larson2024-04-232-10/+11
* GH-118074: Executors in the COLD_EXITS array are not GC'able (#118117)Guido van Rossum2024-04-221-0/+2
* gh-109118: Allow lambdas in annotation scopes in classes (#118019)Jelle Zijlstra2024-04-221-0/+2
* bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...tahia2024-04-221-0/+1
* gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)Erlend E. Aasland2024-04-221-0/+2
* gh-115961: Add name and mode attributes for compressed file-like objects (GH-...Serhiy Storchaka2024-04-211-0/+7
* gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing...Andrew Cassidy2024-04-211-0/+1
* gh-114099: Formalize Tier 3 status of iOS (GH-118020)Russell Keith-Magee2024-04-211-0/+1
* GH-112855: Speed up `pathlib.PurePath` pickling (#112856)Barney Gale2024-04-201-0/+2
* GH-115874: Fix segfault in FutureIter_dealloc (GH-117741)Savannah Ostrowski2024-04-191-0/+1
* gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...Russell Keith-Magee2024-04-192-3/+6
* gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...Alex Waygood2024-04-191-0/+4
* gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)lyc85032024-04-191-0/+1
* gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)Tian Gao2024-04-191-0/+1
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-182-4/+8
* gh-116932: Remove redundant NEWS entry (#118040)lyc85032024-04-181-1/+0
* gh-116932: Add note on how to report python documentation theme bugs (GH-117989)lyc85032024-04-181-0/+1
* gh-117641: Improve the perfornance of posixpath.commonpath() (#117652)Nice Zombies2024-04-181-0/+1
* gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)Serhiy Storchaka2024-04-171-0/+2
* gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)Irit Katriel2024-04-171-0/+1
* GH-100242: bring functools.py partial implementation more in line with C code...CF Bolz-Tereick2024-04-171-0/+5
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-172-1/+2
* gh-115009: Update macOS installer to use SQLite 3.45.3 (#117443)Mariusz Felisiak2024-04-171-0/+1
* bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...Ivan Savin2024-04-171-0/+1
* gh-117313: Fix re-folding email messages containing non-standard line separat...Serhiy Storchaka2024-04-171-0/+4
* gh-117394: Speed up os.path.ismount() on Posix (GH-117447)Serhiy Storchaka2024-04-171-0/+1
* gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-...Serhiy Storchaka2024-04-171-0/+2
* gh-117845: Detect libedit hook function signature in configure (#117870)Joshua Root2024-04-171-0/+1
* gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)Serhiy Storchaka2024-04-171-0/+2
* gh-75171: Fix parsing invalid email address headers starting or ending with a...tsufeki2024-04-171-0/+1
* gh-112844: Fix xz CPE identifier (GH-117656)Seth Michael Larson2024-04-161-1/+1
* gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)Mariusz Felisiak2024-04-162-4/+5
* gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)Victor Stinner2024-04-161-0/+2
* gh-117755: Fix mimalloc for huge allocation on s390x (#117809)Victor Stinner2024-04-161-0/+2
* gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)Jeff Glass2024-04-161-0/+1
* GH-115776: Static object are immortal, so mark them as such. (GH-117673)Mark Shannon2024-04-161-0/+2
* gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warn...Alex Waygood2024-04-161-0/+5