]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Misc
docs: clarify csv.DictReader's treatment of the first data row (#118549)
[thirdparty/Python/cpython.git] / Misc /
2024-05-03  Brett Simmersgh-116322: Add Py_mod_gil module slot (#116882)
2024-05-03  Sam Grossgh-117514: Add `sys._is_gil_enabled()` function (#118514)
2024-05-03  Carl Meyergh-118513: Fix sibling comprehensions with a name bound...
2024-05-03  Alexander Kanavingh-101732: Modules/_ssl.c: use Y2038 compatible openssl...
2024-05-03  Jelle Zijlstragh-116126: Implement PEP 696 (#116129)
2024-05-02  Tian Gaogh-118500: Add pdb support for zipapp (#118501)
2024-05-02  infohashgh-90848: Fixed create_autospec ignoring configure_mock...
2024-05-02  Pablo Galindo Salgadogh-93502: Add new C-API functions to trace object creat...
2024-05-02  Raphael Gaschignardgh-105879: Add support for keyword arguments to eval...
2024-05-02  Sergey B Kirpichevgh-82062: Fix support of parameter defaults on methods...
2024-05-02  Steve Dowergh-118486: Support mkdir(mode=0o700) on Windows (GH...
2024-05-02  Crowthebirdgh-118216: Don't consider dotted `__future__` imports...
2024-05-01  Guido van Rossumgh-118335: Make REGEN_JIT_COMMAND empty if tier2 interp...
2024-05-01  Nice Zombiesgh-117607: Speedup os.path.relpath() (GH-117608)
2024-05-01  Victor Stinnergh-110850: Add PyTime_TimeRaw() function (#118394)
2024-05-01  Malcolm Smithgh-116622: Android sysconfig updates (#118352)
2024-05-01  Harmen Stoppelsgh-99730: urllib.request: Keep HEAD method on redirect...
2024-05-01  Anthony Shawgh-117958: Expose JIT code via method in UOpExecutor...
2024-05-01  Pablo Galindo Salgadogh-99180: Remove traceback anchors in return and assign...
2024-05-01  Irit Katrielgh-116767: fix crash on 'async with' with many context...
2024-05-01  Thomas GraingerGH-117881: fix athrow().throw()/asend().throw() concurr...
2024-05-01  Malcolm Smithgh-116622: Add Android testbed (GH-117878)
2024-05-01  Guido van Rossumgh-118335: Configure Tier 2 interpreter at build time...
2024-04-30  Victor Stinnergh-118124: Use static_assert() in Py_BUILD_ASSERT(...
2024-04-30  Shantanugh-118218: Reuse return tuple in itertools.pairwise...
2024-04-30  Erlend E. Aaslandgh-118406: Add signature for sqlite3.Connection objects...
2024-04-30  Irit Katrielgh-118272: Clear generator frame's locals when the...
2024-04-30  Tian Gaogh-117618: Make package.module searchable for breakpoin...
2024-04-30  Serhiy Storchakagh-118402: Fix inspect.signature() for functools.cmp_to...
2024-04-30  Malcolm Smithgh-116622: Redirect stdout and stderr to system log...
2024-04-30  Serhiy Storchakagh-118404: Fix inspect.signature() for non-comparable...
2024-04-29  Savannah OstrowskiGH-118306: Update JIT to use LLVM 18 (GH-118307)
2024-04-29  Steve Dowergh-118347: Fix Windows installer not updating launcher...
2024-04-29  Serhiy Storchakagh-118285: Fix signatures of operator.{attrgetter,itemg...
2024-04-29  Tian Gaogh-107674: Lazy load line number to improve performance...
2024-04-29  Erlend E. Aaslandgh-115119: Detect _decimal dependencies using pkg-confi...
2024-04-28  Henrik Tunedalgh-118293: Suppress mouse cursor feedback when launchin...
2024-04-28  Hugo van Kemenadegh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst...
2024-04-28  Jelle Zijlstragh-109118: Make comprehensions work within annotation...
2024-04-27  Xie YanboCorrect spelling error in recent NEWS entry (#118308)
2024-04-26  Cheryl Sabellabpo-32839: Add the after_info() method for Tkinter...
2024-04-26  Tian Gaogh-117385: Remove unhooked events on sys.settrace ...
2024-04-26  Kirill Podoprigoragh-117928: Bump the minimum Sphinx version to 6.2.1...
2024-04-25  Faidon Liambotisgh-117566: fix IPv6Address.is_loopback for IPv4-mapped...
2024-04-25  Nice Zombiesgh-102511: Speed up os.path.splitroot() with native...
2024-04-25  Erlend E. Aaslandgh-118221: Always use the default row factory in sqlite...
2024-04-24  Steve Dowergh-117786: Fix venv created from Windows Store install...
2024-04-24  Serhiy Storchakagh-108191: Add support of positional argument in Simple...
2024-04-24  Eric Snowgh-76785: Rename _xxsubinterpreters to _interpreters...
2024-04-24  Alex Waygoodgh-118013: Use weakrefs for the cache key in `inspect...
2024-04-24  Thomas GraingerGH-117536: GH-117894: fix athrow().throw(...) unawaited...
2024-04-24  Hugo van Kemenadegh-117225: Add color to doctest output (#117583)
2024-04-24  Irit Katrielgh-117901: Add option for compiler's codegen to save...
2024-04-24  Nikita Sobolevgh-116023: Add `show_empty=False` to `ast.dump` (#116037)
2024-04-23  Jelle Zijlstragh-118168: Fix Unpack interaction with builtin aliases...
2024-04-23  Nikita Sobolevgh-118082: Improve `import` without names syntax error...
2024-04-23  Joe Jevnikgh-68114: Fix handling for removed PyArg_ParseTuple...
2024-04-23  Shantanugh-95754: Better error when script shadows a standard...
2024-04-23  Seth Michael Larsongh-116741: Upgrade libexpat to 2.6.2 (#117296)
2024-04-22  Guido van RossumGH-118074: Executors in the COLD_EXITS array are not...
2024-04-22  Jelle Zijlstragh-109118: Allow lambdas in annotation scopes in classe...
2024-04-22  tahiabpo-18108: Adding dir_fd and follow_symlinks keyword...
2024-04-22  Erlend E. Aaslandgh-117995: Don't raise DeprecationWarnings for indexed...
2024-04-21  Serhiy Storchakagh-115961: Add name and mode attributes for compressed...
2024-04-21  Andrew Cassidygh-91629 Use conf.d configs and fish_add_path to set...
2024-04-21  Russell Keith-Mageegh-114099: Formalize Tier 3 status of iOS (GH-118020)
2024-04-20  Barney GaleGH-112855: Speed up `pathlib.PurePath` pickling (#112856)
2024-04-19  Savannah OstrowskiGH-115874: Fix segfault in FutureIter_dealloc (GH-117741)
2024-04-19  Russell Keith-Mageegh-114099: Modify preprocessor symbol usage to support...
2024-04-19  Alex Waygoodgh-114053: Fix bad interaction of PEP-695, PEP-563...
2024-04-19  lyc8503gh-116931: Add fileobj parameter check for Tarfile...
2024-04-19  Tian Gaogh-117535: Change unknown filename of warnings from...
2024-04-18  Victor Stinnergh-117987: Restore several functions removed in Python...
2024-04-18  lyc8503gh-116932: Remove redundant NEWS entry (#118040)
2024-04-18  lyc8503gh-116932: Add note on how to report python documentati...
2024-04-18  Nice Zombiesgh-117641: Improve the perfornance of posixpath.commonp...
2024-04-17  Serhiy Storchakagh-80361: Fix TypeError in email.Message.get_payload...
2024-04-17  Irit Katrielgh-117680: make _PyInstructionSequence a PyObject and...
2024-04-17  CF Bolz-TereickGH-100242: bring functools.py partial implementation...
2024-04-17  Victor Stinnergh-117929: Restore removed PyEval_InitThreads() functio...
2024-04-17  Mariusz Felisiakgh-115009: Update macOS installer to use SQLite 3.45...
2024-04-17  Ivan Savinbpo-40944: Fix IndexError when parse emails with trunca...
2024-04-17  Serhiy Storchakagh-117313: Fix re-folding email messages containing...
2024-04-17  Serhiy Storchakagh-117394: Speed up os.path.ismount() on Posix (GH...
2024-04-17  Serhiy Storchakagh-117503: Fix support of non-ASCII user names in posix...
2024-04-17  Joshua Rootgh-117845: Detect libedit hook function signature in...
2024-04-17  Serhiy Storchakagh-86650: Fix IndexError when parse emails with invalid...
2024-04-17  tsufekigh-75171: Fix parsing invalid email address headers...
2024-04-16  Seth Michael Larsongh-112844: Fix xz CPE identifier (GH-117656)
2024-04-16  Mariusz Felisiakgh-115009: Update Windows installer to use SQLite 3...
2024-04-16  Victor Stinnergh-117645: Increase WASI stack size from 512 KiB to...
2024-04-16  Victor Stinnergh-117755: Fix mimalloc for huge allocation on s390x...
2024-04-16  Jeff Glassgh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
2024-04-16  Mark ShannonGH-115776: Static object are immortal, so mark them...
2024-04-16  Alex Waygoodgh-117691: Add an appropriate stacklevel for PEP-706...
2024-04-16  Douglas Thorgh-102402: Fix floating point math issue by using ...
2024-04-16  Inada Naokigh-77102: site: try utf-8 and fallback to locale encodi...
2024-04-15  Hugo van KemenadeDocs: add link roles with Sphinx extlinks (#117850)
2024-04-15  Steve Dowergh-90329: Add _winapi.GetLongPathName and GetShortPathN...
2024-04-15  Mark ShannonGH-117750: When clearing object's dict, clear inline...
next