]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Misc
gh-115692: Add tests to increase `json` coverage (#115693)
[thirdparty/Python/cpython.git] / Misc /
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  Erlend E. Aaslandgh-117431: Adapt bytes and bytearray .find() and friend...
2024-04-11  Will Childs-Kleingh-117233: Detect support for several hashes at hashlib...
2024-04-11  Bruce Merrygh-117722: Fix Stream.readuntil with non-bytes buffer...
2024-04-11  Erlend E. Aaslandgh-117709: Add vectorcall support for str() with positi...
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  Barney GaleGH-117546: Fix symlink resolution in `os.path.realpath...
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-09  Erlend E. Aaslandgh-117648: Amend NEWS entry (#117697)
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  Guido van Rossumgh-116720: Fix corner cases of taskgroups (#117407)
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  Bruce Merrygh-81322: support multiple separators in StreamReader...
2024-04-08  Serhiy Storchakagh-117642: Fix PEP 737 implementation (GH-117643)
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  Steve Dowergh-111140: PyLong_From/AsNativeBytes: Take *flags*...
2024-04-05  Barney GaleGH-114847: Speed up `posixpath.realpath()` (#114848)
2024-04-05  Petr Viktoringh-116608: importlib.resources: Un-deprecate functional...
2024-04-04  Irit Katrielgh-117494: extract the Instruction Sequence data struct...
2024-04-04  Guido van Rossumgh-116968: Reimplement Tier 2 counters (#117144)
2024-04-04  Tony Mountifieldgh-117467: Add preserving of mailbox owner on flush...
2024-04-04  rsp4jackgh-117459: Keep the traceback in _convert_future_exc...
2024-04-03  Shantanugh-117205: Increase chunksize when compiling pyc in...
2024-04-03  Steve Dowergh-117267: Ensure DirEntry.stat().st_ctime still contai...
2024-04-03  Erlend E. Aaslandgh-117431: Adapt str.find and friends to Argument Clini...
2024-04-03  Barney GaleGH-114847: Raise FileNotFoundError when getcwd() return...
2024-04-03  Zackery Spytzgh-59215: unittest: restore _top_level_dir at end of...
2024-04-03  Nice Zombiesgh-117381: Improve error messages for ntpath.commonpath...
2024-04-03  Gregory P. SmithGH-70647: Deprecate strptime day of month parsing witho...
2024-04-03  Erlend E. Aaslandgh-117431: Adapt bytes and bytearray .startswith()...
2024-04-03  Erlend E. Aaslandgh-117431: Adapt str.startswith and str.endswith to...
2024-04-02  Nice Zombiesgh-117349: Micro-optimize a few `os.path` functions...
2024-04-02  Mark ShannonGH-115776: Embed the values array into the object,...
2024-04-02  Grigoriev Semyongh-109120: Fix syntax error in handlinh of incorrect...
2024-04-02  Irit Katrielgh-117411: move PyFutureFeatures to pycore_symtable...
2024-04-01  Barney GaleGH-117337: Deprecate `glob.glob0()` and `glob.glob1...
2024-04-01  Justin Turner Arthurgh-77714: Provide an async iterator version of as_compl...
2024-04-01  Steve (Gadget) Barnesgh-91565: Replace bugs.python.org links with Devguide...
2024-03-29  Jason R. Coombsgh-117348: Refactored RawConfigParser._read for similic...
2024-03-29  Pedro Lacerdagh-66449: configparser: Add support for unnamed section...
2024-03-29  傅立业(Chris Fu)gh-117110: Fix subclasses of typing.Any with custom...
2024-03-28  Nice Zombiesgh-117335: Handle non-iterables for `ntpath.commonpath...
2024-03-28  Malcolm Smithgh-117294: Report DocTestCase as skipped if all example...
2024-03-28  Joachim Wuttkebpo-43848: explain optional argument mtime in gzip...
2024-03-28  Chris Markiewiczgh-117178: Recover lazy loading of self-referential...
2024-03-28  Jelle Zijlstragh-117266: Fix crashes on user-created AST subclasses...
2024-03-28  Gregory P. Smithgh-117310: Remove extra DECREF on "no ciphers" error...
2024-03-28  Russell Keith-Mageegh-114099: Add documentation for iOS platform (GH-117057)
2024-03-28  Russell Keith-Mageegh-114099: Additions to standard library to support...
2024-03-28  Tim Hatchgh-89739: gh-77140: Support zip64 in zipimport (GH...
2024-03-27  Seth Michael Larsongh-99108: Update and check HACL* version information...
2024-03-27  Malcolm Smithgh-71042: Add `platform.android_ver` (#116674)
2024-03-27  Hugo van Kemenadegh-117225: doctest: only print "and X failed" when...
2024-03-27  Tian Gaogh-113548: Allow CLI arguments to `pdb -m` (#113557)
2024-03-26  Irit Katrielgh-115775: Compiler adds __static_attributes__ field...
2024-03-26  Antoniogh-97901 add missing text/rtf to mimetypes (GH-97902)
2024-03-26  Paulo Nevesgh-98966: Handle stdout=subprocess.STDOUT (GH-98967)
2024-03-26  Serhiy Storchakagh-66543: Fix mimetype.guess_type() (GH-117217)
2024-03-26  Mark ShannonGH-117108: Set the "old space bit" to "visited" for...
2024-03-26  Pablo Galindo Salgadobpo-24612: Improve syntax error for 'not' after an...
2024-03-26  yevgeny honggh-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCAL...
2024-03-26  Victor Stinnergh-83434: Disable XML in regrtest when -R option is...
2024-03-26  Sebastian Pippinggh-117187: Fix XML tests for vanilla Expat <2.6.0 ...
2024-03-26  Jonathan Protzenkogh-99108: Refresh HACL*; update modules accordingly...
2024-03-25  Eric V. Smithgh-109870: Dataclasses: batch up exec calls (gh-110851)
2024-03-25  Nice Zombiesgh-117114: Make os.path.isdevdrive available on all...
2024-03-25  Victor Stinnergh-116936: Add PyType_GetModuleByDef() to the limited...
2024-03-25  Serhiy Storchakagh-87193: Support bytes objects with refcount > 1 in...
2024-03-25  Tian Gaogh-112948: Make pdb completion similar to repl completi...
2024-03-23  Irit Katrielgh-112383: teach dis how to interpret ENTER_EXECUTOR...
2024-03-23  Erik Somagh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor...
2024-03-22  Mark ShannonGH-117108: Change the size of the GC increment to about...
2024-03-22  Serhiy Storchakagh-113024: C API: Add PyObject_GenericHash() function...
2024-03-22  Serhiy Storchakagh-117084: Fix ZIP file extraction for directory entry...
2024-03-22  Jakub StasiakGH-113171: Fix "private" (non-global) IP address ranges...
2024-03-21  Thomas A Caswellgh-116745: Remove all internal usage of @LIBPYTHON...
2024-03-21  Malcolm Smithgh-71052: Add Android build script and instructions...
2024-03-21  Will Childs-Kleingh-116333: Relax error string text expectations in...
2024-03-21  Victor Stinnergh-85283: Build _testconsole extension with limited...
2024-03-21  Victor Stinnergh-115754: Add Py_GetConstant() function (#116883)
2024-03-21  Malcolm Smithgh-71052: Implement `ctypes.util.find_library` on Andro...
2024-03-21  Tian Gaogh-116987: Support class code objects in inspect.findso...
2024-03-21  Adam TurnerGH-109653: Defer import of ``importlib.metadata._adapte...
2024-03-20  Jason R. Coombsgh-117089: Move importlib.metadata tests to their own...
2024-03-20  Petr Viktoringh-114314: ctypes: remove stgdict and switch to heap...
2024-03-20  jkriegshausergh-116773: Ensure overlapped objects on Windows are...
next