]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-04-27  Finn Womackgh-102765: Update ntpath.isdir/isfile/islink/exists... 103859/head
2023-04-27  Erlend E. Aaslandgh-103583: Isolate CJK codec modules (#103869)
2023-04-27  Erlend E. Aaslandgh-103092: Isolate _ctypes, part 1 (#103893)
2023-04-27  Irit Katrielgh-103590: do not wrap a single exception raised from...
2023-04-27  Itayazolaygh-103607: Fix `pause_reading` to work when called...
2023-04-27  Nikita Sobolevgh-103880: Fix `assertRaises` usage in `test_genericali...
2023-04-27  Inada Naokigh-103883: Doc: Move PyUnicode_FromObject doc (#103913)
2023-04-27  Reese Hydegh-89415: Add source-specific multicast constants to...
2023-04-27  Lysandros Nikolaough-103656: Transfer f-string buffers to parser to avoid...
2023-04-27  Stefano Riveragh-62432: unittest runner: Exit code 5 if no tests...
2023-04-26  Franek Magieragh-103629: Update typing.Unpack docs in compliance...
2023-04-26  Aidan Melengh-60436: fix curses textbox backspace/del (#103783)
2023-04-26  Michael Blahaygh-48241: Clarify URL needs to be encoded when provided...
2023-04-26  180909Update MAC_address wikipedia URL in comments (#29019)
2023-04-26  Hugo van Kemenadegh-103884: Docs CI: Only attempt nit-picky PR annotatio...
2023-04-26  Erlend E. Aaslandgh-103489: Add get/set config methods to sqlite3.Connec...
2023-04-26  Erlend E. Aaslandgh-103015: Add entrypoint keyword param to sqlite3...
2023-04-26  Owain Daviesgh-101879: docs - italicize argument in smtplib.SMPT...
2023-04-26  July Tikhonovgh-91441: Clarify the docs of asyncio.loop.subprocess_e...
2023-04-26  Juhi ChandaliaGH-99944: Make dis display the value of oparg of KW_NAM...
2023-04-26  Carol WillingAdd willingc to CODEOWNERS for asyncio (#103885)
2023-04-26  Alex WaygoodDocs build: Add upper bounds to transitive dependencies...
2023-04-26  Jelle Zijlstragh-103879: Fix refleak in super specialization (#103882)
2023-04-26  Carol Willinggh-101786: Clarify docs that asyncio.Server.sockets...
2023-04-26  Yichen Yangh-103875: Use ascii and latin1 singletons in deepfreez...
2023-04-26  Paul Mooregh-103872: Update bundled pip version to 23.1.2 (gh...
2023-04-26  Gordon Messmergh-74940: Allow fallback to UTF-8 encoding on systems...
2023-04-26  Tian Gaogh-103578: Fix pdb reading code with non-utf8 encoding... 31302/head
2023-04-26  Senthil Kumaran gh-99352: Ensure HTTPSConnection is available before...
2023-04-25  Juhi ChandaliaGH-103804: Add test for dis.findlinestarts (#103806)
2023-04-25  Carl Meyergh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
2023-04-25  Alex Waygoodgh-103721: Improve cross-references for generic-alias...
2023-04-25  Samuel Slonikergh-51574: Make tempfile.mkdtemp() always return absolut...
2023-04-25  Petr Viktoringh-102950: Adjust tarfile filter tests for systems...
2023-04-25  Dong-hee Nagh-103726: Set up gcc-10 for ASAN (gh-103728)
2023-04-25  partevDOC: remove reference to OpenSolaris (#102671)
2023-04-25  sunmy2019gh-103826: fix unused variable warning introduced in...
2023-04-25  Eric Snowgh-100227: Add a Granular Lock for _PyRuntime.imports...
2023-04-25  Prince Roshangh-103636: add enums for days and months in calendar...
2023-04-25  Lysandros Nikolaough-103718: Correctly set f-string buffers in all cases...
2023-04-25  Allan Lagogh-82814: fix shutil access error on WSL (#103790)
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...
next