]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-04-24  Łukasz LangaAlso fail DO-NOT-MERGE when "awaiting changes" or ...
2023-04-24  Jaime Alonso... gh-103765: Remove pkgutil.rst from .nitignore (GH-103797)
2023-04-24  Olga Matoulagh-103810: Fix broken references in dataclasses (#103811)
2023-04-24  Rodolfo M.... GH-103805: Lib test f541 linting issue fix (#103812)
2023-04-24  Eric Snowgh-101659: Isolate "obmalloc" State to Each Interpreter...
2023-04-24  Daniel Versozagh-103801: Tools/wasm linting and formatting (#103796)
2023-04-24  jb2170gh-103673: Add missing ForkingUnixStreamServer and...
2023-04-24  Eric Snowgh-95795: Move types.next_version_tag to PyInterpreterS...
2023-04-24  Carl Meyergh-87729: add LOAD_SUPER_ATTR instruction for faster...
2023-04-24  Łukasz Langagh-103791: Make contextlib.suppress also act on excepti...
2023-04-24  Eric Snowgh-100227: Only Use deepfreeze for the Main Interpreter...
2023-04-24  Shantanugh-103492: Clarify SyntaxWarning with literal compariso...
2023-04-24  Hugo van Kemenadegh-101100: Fix Sphinx warnings in `argparse` module...
2023-04-24  Irit Katrielgh-101517: fix line number propagation in code generate...
2023-04-24  Itamar Ostrichergh-103780: Use patch instead of mock in asyncio unix...
2023-04-24  JosephSBoylegh-102498 Clean up unused variables and imports in...
2023-04-24  Nikita Sobolevgh-99184: Bypass instance attribute access in `repr...
2023-04-24  William Andreagh-99032: datetime docs: Encoding is no longer relevant...
2023-04-24  Howie Zhaogh-94300: Update datetime.strptime documentation (...
2023-04-24  Zachary Waregh-103776: Remove explicit uses of $(SHELL) from Makefi...
2023-04-24  Irit Katrielgh-87092: fix a few cases of incorrect error handling...
2023-04-24  Lysandros NikolaouGH-103727: Avoid advancing tokenizer too far in f-strin...
2023-04-24  Terry Jan ReedyRevert "Add tests for empty range equality (#103751...
2023-04-24  Oleg Iarygingh-94518: Port 23-argument `_posixsubprocess.fork_exec...
2023-04-24  Furkan OnderGH-65022: Fix description of copyreg.pickle function...
2023-04-24  Eric Snowgh-103323: Get the "Current" Thread State from a Thread...
2023-04-24  Allan Lagogh-91687: modernize dataclass example typing (#103773)
2023-04-24  Nikita Sobolevgh-103746: Test `types.UnionType` and `Literal` types...
2023-04-24  Jaime Alonso... gh-103765: Fix 'Warning: py:class reference target...
2023-04-24  Joshua Hermangh-87452: Improve the Popen.returncode docs
2023-04-24  Richard HajekRemoved unnecessary escaping of asterisks (#103714)
2023-04-24  Miro HrončokGH-102973: Slim down Fedora packages in the dev contain...
2023-04-24  Brett Simmersgh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
2023-04-24  KirillAdd tests for empty range equality (#103751)
2023-04-24  Alex Gaynorgh-103712: Increase the length of the type name in...
2023-04-24  Stanleygh-44123: Add note on relative path for os.exec* (GH...
2023-04-24  Christopher... Change 'dependant' to 'dependent' (#103745)
2023-04-24  Petr Viktoringh-102950: Implement PEP 706 – Filter for tarfile.extra...
2023-04-24  Tian Gaogh-103285: Rewrite _splitlines_no_ff to improve perform...
2023-04-24  Christopher... gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)
2023-04-23  Nikita Sobolevgh-103668: Run pyugrade on idlelib (#103671)
2023-04-23  Ankit Kumar... gh-103724: Add test case if no arg as provided in os...
2023-04-23  Senthil Kumarangh-81403: Add NEWS entry for PR #13951 (#103729)
2023-04-23  James Hilton... gh-101688: Implement types.get_original_bases (#101827)
2023-04-23  Lysandros NikolaouGH-103718: Correctly cache and restore f-string buffers...
2023-04-23  Nikita Sobolevgh-103592: Add tests of `Literal` with `Enum` and ...
2023-04-23  Ankit Kumar... gh-103716: Add test support requires fork in simple_sub...
2023-04-23  Dong-hee Nagh-101408: PyObject_GC_Resize should calculate preheade...
2023-04-23  Adrian Garcia... GH-103699: Add `__orig_bases__` to various typing...
2023-04-23  Dan Hembergergh-81403: Fix for CacheFTPHandler in urllib (#13951)
2023-04-23  Nikita Sobolevgh-102310: Change error range for invalid bytes literal...
2023-04-22  Randygh-68654: Clarify subdirectories used by pkgutil.extend...
2023-04-22  Hugo van KemenadeRevert "Avoid error lexing multiprocessing docs code...
2023-04-22  Eddie Elizondogh-84436: Implement Immortal Objects (gh-19474)
2023-04-22  Jason R. Coombsgh-103661: Apply bugfix from importlib_metadata 6.5...
2023-04-22  Eric Wiesergh-83791: Raise TypeError for len(memoryview_0d) (...
2023-04-22  Rafael FontenelleGH-103484: Fix broken links reported by linkcheck ...
2023-04-22  Raymond HettingerGH-103475: cache() and lru_cache() do not have a "call...
2023-04-22  Raymond HettingerDescriptor HowTo: Update to include attributes added...
2023-04-22  Paul Mooregh-103559: Update bundled pip version to 23.1.1 (gh...
2023-04-22  Nikita Sobolevgh-103556: [inspect.Signature] disallow pos-or-kw param...
2023-04-22  Raymond HettingerMinor improvements to the functools docs (#103672)
2023-04-22  Raymond HettingerGH-103415: Document itertools.batched() in whatsnew...
2023-04-21  Jason R. Coombsgh-103661: Skip failing test on Windows. (#103662)
2023-04-21  Oleg Iarygingh-103082: Fix shifted field initialization in `instrum...
2023-04-21  Jason R. CoombsSync with importlib_metadata 6.5 (GH-103584)
2023-04-21  Wheeler Lawgh-99352: Respect `http.client.HTTPConnection.debugleve...
2023-04-20  Adriengh-98641: Document difference between task group and...
2023-04-19  Eric Snowgh-98040: Move the Single-Phase Init Tests Out of test_...
2023-04-19  Alexander Belopolskygh-83861: Fix datetime.astimezone() method (GH-101545)
2023-04-19  Pablo Galindo... gh-102856: Clean some of the PEP 701 tokenizer implemen...
2023-04-19  Pablo Galindo... gh-102856: Skip test_mismatched_parens in WASI builds...
2023-04-19  Pablo Galindo... gh-102856: Initial implementation of PEP 701 (#102855)
2023-04-19  Erlend E. Aaslandgh-103583: Add ref. dependency between multibytecodec...
2023-04-19  Erlend E. Aaslandgh-83004: Harden msvcrt further (#103420)
2023-04-19  Kumar AdityaGH-88342: clarify that `asyncio.as_completed` accepts...
2023-04-19  Irit Katrielgh-102778: IDLE - make sys.last_exc available in Shell...
2023-04-19  Nikita Sobolevgh-103582: Remove last references to `argparse.REMAINDE...
2023-04-19  Erlend E. Aaslandgh-103583: Always pass multibyte codec structs as const...
2023-04-19  Erlend E. Aaslandgh-103617: Fix compiler warning in _iomodule.c (#103618)
2023-04-18  Ethan Furmangh-103596: [Enum] do not shadow mixed-in methods/attrib...
2023-04-18  Nikita SobolevGH-100530: Change the error message for non-class class...
2023-04-18  Steve Dowergh-95299: Remove lingering setuptools reference in...
2023-04-18  zyckk4[Doc] Fix a typo in optparse.rst (#103504)
2023-04-18  yukigh-101100: Fix broken reference `__format__` in `string...
2023-04-18  Pradyun Gedamgh-95299: Stop installing setuptools as a part of ensur...
2023-04-18  Rafael FontenelleGH-103484: Docs: add linkcheck allowed redirects entrie...
2023-04-18  Skip Montanarogh-67230: update whatsnew note for csv changes (#103598)
2023-04-17  Nikita Sobolevgh-103449: Fix a bug in dataclass docstring generation...
2023-04-17  AN Longgh-103092: Isolate winreg (#103250)
2023-04-17  Steve Dowergh-103088: Ensure POSIX venv scripts always use LF...
2023-04-17  Dong-hee Nagh-101525: Fix make test if the --enable-bolt enabled...
2023-04-17  Ezio MelottiRemove `expert-*` from `project-updater` GH workflow...
2023-04-17  Erlend E. Aaslandgh-103583: Add codecs and maps to _codecs_* module...
2023-04-16  Giampaolo Rodolagh-48330: address review comments to PR-12271 (#103209)
2023-04-16  Erlend E. Aaslandgh-103527: Add multibytecodec.h as make dep for _codecs...
2023-04-15  Nikita Sobolevgh-103553: Improve `test_inspect`: add more assertions...
2023-04-15  Barney GaleGH-103517: Improve tests for `pathlib.Path.walk()`...
2023-04-15  chgnrdvgh-102114: Make dis print more concise tracebacks for...
2023-04-14  Barney GaleGH-78079: Fix UNC device path root normalization in...
next