]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Lib
gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)
[thirdparty/Python/cpython.git] / Lib /
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() (...
2024-04-17  Vinay Sajipgh-117975: Ensure flush level is checked when configuri...
2024-04-17  Ivan Savinbpo-40944: Fix IndexError when parse emails with trunca...
2024-04-17  Serhiy Storchakagh-65824: Add "Help on ..." to the "less" prompt in...
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  Serhiy Storchakagh-117907: Fix test_inspect for the build with enabled...
2024-04-17  Serhiy Storchakagh-117879: Fix test_httpservers for the build with...
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-17  Kirill Podoprigoragh-117923: Catch ``test_webbrowser.test_parse_args_erro...
2024-04-17  Serhiy Storchakagh-71966: Move the module docstring from _pydecimal...
2024-04-16  Jelle Zijlstralinecache: Fix docstring location (#117948)
2024-04-16  Victor Stinnergh-117645: Increase WASI stack size from 512 KiB to...
2024-04-16  Victor Stinnergh-117755: Remove tests on huge memory allocations...
2024-04-16  Sam Grossgh-117376: Make code objects use deferred reference...
2024-04-16  Sam Grossgh-117683: Fix test_free_different_thread failures...
2024-04-16  Alex Waygoodgh-117691: Add an appropriate stacklevel for PEP-706...
2024-04-16  neonenegh-117613: Argument Clinic: ensure that 'defining_class...
2024-04-16  Douglas Thorgh-102402: Fix floating point math issue by using ...
2024-04-16  Nikita Sobolevgh-117797: Improve `test_descr.test_not_implemented...
2024-04-16  Victor Stinnergh-117613: Enhance test_clinic @defining_class tests...
2024-04-16  Inada Naokigh-77102: site: try utf-8 and fallback to locale encodi...
2024-04-16  Eric Snowgh-76785: Fix Windows Refleak in test_interpreters...
2024-04-15  Sam Grossgh-117688: Fix deadlock in test_no_stale_references...
2024-04-15  mpagegh-117657: Add TSAN suppressions for the free-threaded...
2024-04-15  Raymond Hettingergh-115532: Minor tweaks to kde() (gh-117897)
2024-04-15  Steve Dowergh-112278: Improve error handling in wmi module and...
2024-04-15  Steve Dowergh-90329: Add _winapi.GetLongPathName and GetShortPathN...
2024-04-15  Victor Stinnergh-117889: Fix PGO test in test_peg_generator (#117893)
2024-04-15  Mark ShannonGH-117750: When clearing object's dict, clear inline...
2024-04-15  Hugo van KemenadeAdd 'The Python 2.3 Method Resolution Order' (#116435)
2024-04-15  Serhiy Storchakagh-117694: Improve tests for PyEval_EvalCodeEx() (GH...
2024-04-15  Victor Stinnergh-117755: Skip test_io.test_constructor() on s390x...
2024-04-14  Nice Zombiesgh-117636: Remove redundant type check in `os.path...
2024-04-14  Hugo van Kemenadegh-115692: Add tests to increase `json` coverage (...
2024-04-14  Jason R. Coombsgh-117348: restore import time performance of configpar...
2024-04-13  Barney GaleGH-115060: Speed up `pathlib.Path.glob()` by omitting...
2024-04-13  Hugo van Kemenadegh-68583: webbrowser: replace `getopt` with `argparse...
2024-04-13  Michiel W. Beijengh-102247: http: support rfc9110 status codes (GH-117611)
2024-04-12  Barney GaleGH-117727: Speed up `pathlib.Path.iterdir()` by using...
2024-04-12  Barney GaleGH-115060: Speed up `pathlib.Path.glob()` by not scanni...
2024-04-12  Victor Stinnergh-115627: Fix ssl test_pha_required_nocert() (#117821)
2024-04-12  Sam Grossgh-117376: Partial implementation of deferred reference...
2024-04-12  Serhiy Storchakagh-117764: Add more tests for signatures of builtins...
2024-04-12  Serhiy Storchakagh-117764: Add docstrings and signatures for the types...
2024-04-11  Eric Snowgh-76785: Handle Legacy Interpreters Properly (gh-117490)
2024-04-11  Sam Grossgh-117649: Fix file descriptor leak in (expected) faili...
2024-04-11  Sam Grossgh-117649: Raise ImportError for unsupported modules...
2024-04-11  Bruce Merrygh-117722: Fix Stream.readuntil with non-bytes buffer...
2024-04-11  Mikhail Bgh-101549: fix documentation of xml.etree.ElementInclud...
2024-04-11  Kirill Podoprigoragh-115142: Skip ``test_capi/test_opt.py`` if ``_testint...
2024-04-11  Erlend E. Aaslandgh-117709: Add vectorcall support for str() with positi...
2024-04-11  Victor Stinnergh-113317: Add Codegen class to Argument Clinic (#117626)
2024-04-11  Karolina Surmagh-117711: Only check for 'test/wheeldata' when it...
2024-04-11  Nice Zombiesgh-117606: Truncate extremely long error message in...
2024-04-11  Eric Snowgh-76785: Add More Tests to test_interpreters.test_api...
2024-04-11  Barney GaleGH-117586: Speed up `pathlib.Path.walk()` by working...
2024-04-10  Barney GaleGH-117586: Speed up `pathlib.Path.glob()` by working...
2024-04-10  Pablo Galindo Salgadogh-67224: Make linecache imports relative to improve...
2024-04-10  Barney GaleGH-117546: Fix symlink resolution in `os.path.realpath...
2024-04-10  Laurie Ogh-117531: Unblock getters after non-immediate queue...
2024-04-10  Kirill Podoprigoragh-115142: Skip ``test_capi.test_dict.py`` if ``_testca...
2024-04-10  neonenegh-117142: Port _ctypes to multi-phase init (GH-117181)
2024-04-10  Nikita Sobolevgh-117692: Fix `AttributeError` in `DocTestFinder`...
2024-04-10  Nice Zombiesgh-117686: Improve the performance of ntpath.expanduser...
2024-04-10  Erlend E. Aaslandgh-117431: Argument Clinic: copy forced text signature...
2024-04-09  Thomas WoutersMerge branch 'main' of https://github.com/python/cpython
2024-04-09  Ethan Furmangh-117663: [Enum] fix _simple_enum's detection of alias...
2024-04-09  Vlad4896gh-117534: Add checking for input parameter in iso_to_y...
2024-04-09  Sam Grossgh-117658: Fix check_dump_traceback_threads in free...
2024-04-09  Guido van Rossumgh-116720: Fix corner cases of taskgroups (#117407)
2024-04-09  Malcolm Smithgh-116622: Enable `test_doctest` on platforms that...
2024-04-09  Jelle Zijlstragh-117516: Implement typing.TypeIs (#117517)
2024-04-09  Thomas WoutersPython 3.13.0a6 v3.13.0a6
2024-04-09  Nice Zombiesgh-117648: Improve performance of os.join (#117654)
2024-04-09  Chris Markiewiczgh-117182: Allow lazily loaded modules to modify their...
2024-04-08  Victor Stinnergh-117645: Skip test_dynamic global specialization...
2024-04-08  Victor StinnerEnhance regrtest get_signal_name(): support shell exit...
2024-04-08  Bruce Merrygh-81322: support multiple separators in StreamReader...
2024-04-08  Serhiy Storchakagh-117642: Fix PEP 737 implementation (GH-117643)
2024-04-08  mpagegh-111926: Make weakrefs thread-safe in free-threaded...
2024-04-08  Laurie Ogh-96471: Correct documentation for asyncio queue shutd...
2024-04-08  Sam Grossgh-117293: Fix race condition in run_workers.py (#117298)
2024-04-08  Sam Grossgh-117552: Add timeout in HTTPHandlerTest (#117553)
2024-04-08  Erlend E. Aaslandgh-116303: Skip tests if C recursion limit is unavailab...
2024-04-08  Victor Stinnergh-113317: Remove unused INVALID constant in Argument...
2024-04-07  Donghee Nagh-117594: Require cpu resource to test_search_anchor_a...
2024-04-07  Nice Zombiesgh-117584: Raise TypeError for non-paths in posixpath...
2024-04-06  Laurie Ogh-96471: Add asyncio queue shutdown (#104228)
2024-04-05  Malcolm Smithgh-116622: Test updates for Android (#117299)
2024-04-05  Barney GaleGH-77609: Add recurse_symlinks argument to `pathlib...
2024-04-05  Petr Viktoringh-116608: Ignore UTF-16 BOM in importlib.resources...
next