]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Lib
docs: clarify csv.DictReader's treatment of the first data row (#118549)
[thirdparty/Python/cpython.git] / Lib /
2024-05-03  Brett Simmersgh-116322: Add Py_mod_gil module slot (#116882)
2024-05-03  mpagegh-118495: Skip test using threads after forking when...
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  Jelle Zijlstragh-116126: Implement PEP 696 (#116129)
2024-05-03  Eric Snowgh-117953: Other Cleanups in the Extensions Machinery...
2024-05-02  Tian Gaogh-118500: Add pdb support for zipapp (#118501)
2024-05-02  Dino Viehlandgh-117657: Fix TSAN list set failure (#118260)
2024-05-02  Sam Grossgh-118413: Fix test_release_task_refs on free-threaded...
2024-05-02  infohashgh-90848: Fixed create_autospec ignoring configure_mock...
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  NGRsoftlabgh-116180: Check the globals argument in PyRun_* C...
2024-05-02  Crowthebirdgh-118216: Don't consider dotted `__future__` imports...
2024-05-02  Andrew Zippererdocs: typo: tiny grammar change: "pointed by" -> "point...
2024-05-01  Sam Grossgh-118413: Temporarily skip `test_release_task_refs...
2024-05-01  Nice Zombiesgh-117607: Speedup os.path.relpath() (GH-117608)
2024-05-01  mpagegh-118433: Temporarily skip `test_interrupt_main_subthr...
2024-05-01  Hugo van Kemenadegh-117225: Move colorize functionality to own internal...
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  Brandt BucherGH-115802: Use the GHC calling convention in JIT code...
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  da-woodsTest syntax error on comma-less tuple-style sequence...
2024-05-01  Thomas GraingerGH-117881: fix athrow().throw()/asend().throw() concurr...
2024-05-01  Russell Keith-Mageegh-118201: Accomodate flaky behavior of `os.sysconf...
2024-05-01  Guido van Rossumgh-118335: Configure Tier 2 interpreter at build time...
2024-04-30  Russell Keith-Mageegh-118201 - Disable the flaky POSIX test_confstr test...
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  Nikita Sobolevgh-118418: Use a default value for `type_params` in...
2024-04-30  Serhiy Storchakagh-118402: Fix inspect.signature() for functools.cmp_to...
2024-04-30  Serhiy Storchakagh-102402: Make test_relativeCreated_has_higher_precisi...
2024-04-30  Serhiy Storchakagh-117860: Add tests for resolving names when import...
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  Sam Grossgh-117783: Immortalize objects that use deferred refere...
2024-04-29  mpagegh-118331: Don't raise an error if tuple allocation...
2024-04-29  Serhiy Storchakagh-118285: Fix signatures of operator.{attrgetter,itemg...
2024-04-29  Kirill Podoprigoragh-118351: Adapt support.TEST_MODULES_ENABLED for build...
2024-04-29  Nikita SobolevUncomment one grammar test (#118361)
2024-04-29  Kirill Podoprigoragh-118374: test_ast: Add ``ctx`` argument to ``ast...
2024-04-28  Henrik Tunedalgh-118293: Suppress mouse cursor feedback when launchin...
2024-04-28  Jelle Zijlstragh-109118: Make comprehensions work within annotation...
2024-04-27  Eric Snowgh-110693: Use a Larger Queue for Per-Interpreter Pendi...
2024-04-26  Cheryl Sabellabpo-32839: Add the after_info() method for Tkinter...
2024-04-26  Pablo Galindo Salgadogh-112730: Respect tests that require environment varia...
2024-04-26  Mark ShannonGH-118095: Add dynamic exit support and FOR_ITER_GEN...
2024-04-26  Eric Snowgh-110693: Pending Calls Machinery Cleanups (gh-118296)
2024-04-25  Serhiy StorchakaRemove tests_gui variables from Tkinter tests (GH-118280)
2024-04-25  Faidon Liambotisgh-117566: fix IPv6Address.is_loopback for IPv4-mapped...
2024-04-25  Kirill PodoprigoraFix incorrect usage of ``support.requires_gil_enabled...
2024-04-25  Mark ShannonGH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH...
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  Pablo Galindo Salgadogh-112730: Make the test suite resilient to color-activ...
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  Mark ShannonGH-115419: Move setting the instruction pointer to...
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  Kirill Podoprigoragh-118140: Make the``test_concurrent_futures.test_init...
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-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  Serhiy Storchakagh-118148: Improve tests for shutil.make_archive()...
2024-04-22  Mark ShannonGH-115480: Reduce guard strength for binary ops when...
2024-04-22  Erlend E. Aaslandgh-117995: Don't raise DeprecationWarnings for indexed...
2024-04-22  Dino Viehlandgh-112075: Make instance attributes stored in inline...
2024-04-21  Serhiy Storchakagh-115961: Add name and mode attributes for compressed...
2024-04-21  Nikita Sobolevgh-118121: Fix `test_doctest.test_look_in_unwrapped...
2024-04-20  Barney GaleGH-112855: Speed up `pathlib.PurePath` pickling (#112856)
2024-04-19  Dino Viehlandgh-116818: Make `sys.settrace`, `sys.setprofile`, and...
2024-04-19  Kirill Podoprigoragh-118079: Fix ``requires_singlephase_init`` helper...
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-102402: Fix logging test_relativeCreated_has_higher_...
2024-04-18  Serhiy Storchakagh-117503: Fix test for posixpath.expanduser() when...
2024-04-18  Shreyan Avigyangh-87969: Align docs and docstrings with implementation...
2024-04-18  Nice Zombiesgh-117641: Improve the perfornance of posixpath.commonp...
2024-04-17  Serhiy Storchakagh-117968: Add tests for the part of the PyRun family...
2024-04-17  neonenegh-117613: Argument Clinic: disallow defining class...
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  Diego RussoTest: Get the smtp test server using os.getenv() (...
next