]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-04-11  Miss Islington... gh-99553: add tests for ExceptionGroup wrapping (GH...
2023-04-11  Miss Islington... Docs: don't render files in includes/, they're for...
2023-04-11  Miss Islington... Doc: Avoid error lexing multiprocessing docs code block...
2023-04-10  Miss Islington... [3.11] gh-103059: Clarify gc.freeze documentation ...
2023-04-10  Miss Islington... gh-97797: Mention `__metadata__` in docstrings of ...
2023-04-10  Miss Islington... gh-103395: Improve `typing._GenericAlias.__dir__` cover...
2023-04-09  Miss Islington... CI: Do not allow merge if labelled DO-NOT-MERGE (GH...
2023-04-08  Miss Islington... gh-103242: Migrate SSLContext.set_ecdh_curve not to...
2023-04-08  Miss Islington... gh-103373: Improve documentation for `__mro_entries__...
2023-04-08  Miss Islington... gh-100574: add examples/links to the `strptime`/`strfti...
2023-04-08  Miss Islington... Docs: use Node.findall to avoid a deprecation warning...
2023-04-08  Miss Islington... gh-75729: Fix os.spawn tests not handling spaces on...
2023-04-08  Miss Islington... gh-103329: Add regression test for PropertyMock with...
2023-04-07  Miss Islington... [3.11] GH-88013: Fix TypeError raised by ntpath.realpat...
2023-04-07  Miss Islington... gh-103272: regression test for getattr exception in...
2023-04-07  Miss Islington... gh-74690: Add more tests for runtime-checkable protocol...
2023-04-07  Łukasz Langa[3.11] bpo-46523: fix tests rerun when `setUp[Class...
2023-04-07  Miss Islington... gh-103256: Fix hmac algorithm to support fallback imple...
2023-04-07  Miss Islington... gh-103266: Fix a typo in example code for bisect()...
2023-04-06  Miss Islington... [3.11] GH-102700: allow built-in modules to be submodul...
2023-04-06  Ethan Furman[3.11] gh-93910: [Enum] remove member.member deprecatio...
2023-04-06  Ned Deily[3.11] gh-103207: Fix Welcome formatting issues when...
2023-04-05  Miss Islington... gh-99069: Consolidate checks for static_assert (GH...
2023-04-05  Miss Islington... gh-102899: Fix doc link for getting filesystem error...
2023-04-05  Miss Islington... gh-81762: Clarify and simplify description of print...
2023-04-05  Pablo GalindoMerge remote-tracking branch 'upstream/3.11' into 3.11
2023-04-05  Pablo GalindoPost 3.11.3
2023-04-04  Miss Islington... Improve some grammar in the socket docs (GH-103254)
2023-04-04  Pablo GalindoPython 3.11.3 v3.11.3
2023-04-04  Ned Deily[3.11] gh-103207: Add instructions to the macOS install...
2023-04-03  Miss Islington... gh-102549: [Enum] fail enum creation when data type...
2023-04-03  Miss Islington... gh-98298, gh-74730: [Enum] update docs (GH-103163)
2023-04-02  Miss Islington... gh-102994: Profile docs has typo in example (GH-103074)
2023-04-02  Miss Islington... gh-103109: Document ignore_warnings() test support...
2023-03-31  Miss Islington... Quote literal tokens in standard format specifier gramm...
2023-03-30  Miss Islington... Minor docs improvements fix for `codeop` (GH-103123)
2023-03-30  Miss Islington... gh-103099: Link mypy docs from typing.rst (GH-103100)
2023-03-29  Miss Islington... [3.11] gh-103112: Add http.client.HTTPResponse.read...
2023-03-29  Steve Dowergh-103097: Add workaround for Windows ARM64 compiler...
2023-03-29  Miss Islington... [3.11] gh-102582: Fix invalid JSON in Doc/howto/logging...
2023-03-29  Miss Islington... gh-103054: typing: Improve `Callable` type substitution...
2023-03-28  Miss Islington... [3.11] GH-102711: Fix warnings found by clang (GH-10271...
2023-03-27  Miss Islington... gh-102558: [Enum] better handling of non-Enum EnumType...
2023-03-27  Miss Islington... [3.11] GH-95494: Fix transport EOF handling in OpenSSL...
2023-03-25  Max Bachmann[3.11] gh-102281: Fix potential nullptr dereference...
2023-03-25  Miss Islington... Update pdb docs for arguments (GH-102965)
2023-03-25  Miss Islington... [3.11] gh-103025: fix a ctypes doc typo (GH-103026...
2023-03-25  Hugo van Kemenade[3.11] gh-101100: Document PyObject_ClearWeakRefs,...
2023-03-24  Miss Islington... gh-102980: Add tests for pdf's display, alias and where...
2023-03-24  Miss Islington... gh-102873: logging.LogRecord docs: improve description...
2023-03-24  Miss Islington... [3.11] gh-102027: Fix macro name (GH-102124) (#102916)
2023-03-24  Miss Islington... [3.11] gh-96931: Fix incorrect results in ssl.SSLSocket...
2023-03-24  Miss Islington... GH-100989: remove annotation from docstring (GH-102991)
2023-03-24  Miss Islington... GH-100989: Revert Improve the accuracy of collections...
2023-03-23  Miss Islington... gh-102558: [Enum] fix AttributeError during member...
2023-03-23  Miss Islington... [3.11] Minor readability improvement to the factor...
2023-03-23  Miss Islington... gh-98239: Document that `inspect.getsource()` can raise...
2023-03-23  Miss Islington... gh-102936: typing: document performance pitfalls of...
2023-03-23  Miss Islington... gh-88965: typing: fix type substitution of a list of...
2023-03-23  Miss Islington... gh-102810 Improve the sphinx docs for `asyncio.Timeout...
2023-03-23  Miss Islington... gh-102947: Improve traceback when calling `fields(...
2023-03-22  Miss Islington... [doc] Fix error in tutorial example: type(exc) is the...
2023-03-22  Miss Islington... gh-102780: Fix uncancel() call in asyncio timeouts...
2023-03-22  Miss Islington... gh-102921: [doc] Clarify `exc` argument name in `BaseEx...
2023-03-22  Miss Islington... gh-95913: Consolidate build requirements changes in...
2023-03-22  Miss Islington... gh-101947: Remove size check from sqlite3 serialize...
2023-03-22  Miss Islington... gh-100989: Improve the accuracy of collections.deque...
2023-03-22  Miss Islington... Docs: improve accuracy of sqlite3.Connection.interrupt...
2023-03-22  Miss Islington... Docs: improve the accuracy of the sqlite3.connect(...
2023-03-22  Miss Islington... Docs: improve accuracy of pdb alias example (GH-102892)
2023-03-22  Miss Islington... [3.11] gh-102595: Document `PyObject_Format` c-api...
2023-03-21  Miss Islington... Add link to `sys.exit` function documentation (GH-102805)
2023-03-21  Miss Islington... gh-98608: Fix Failure-handling in new_interpreter(...
2023-03-21  Raymond Hettinger[3.11] Backport itertool recipe updates (GH-102881)
2023-03-20  Mark Shannon[3.11] gh-101975: Fixed a potential SegFault on garbage...
2023-03-19  Miss Islington... gh-102810: Add docstrings to the public-facing methods...
2023-03-17  Nikita Sobolev[3.11] gh-102721: Improve coverage of `_collections_abc...
2023-03-17  Miss Islington... gh-102701: Fix overflow in dictobject.c (GH-102750)
2023-03-17  Miss Islington... Increase stack reserve size for Windows debug builds...
2023-03-16  Miss Islington... [3.11] Fix outdated note about 'int' rounding or trunca...
2023-03-16  Miss Islington... GH-102653: Make recipe docstring show the correct distr...
2023-03-16  Miss Islington... gh-94440: Fix issue of ProcessPoolExecutor shutdown...
2023-03-15  Miss Islington... gh-101100: Documenting --prefix and --exec-prefix....
2023-03-15  Miss Islington... gh-102560 Add docstrings to asyncio.TaskGroup (GH-102565)
2023-03-15  Hugo van Kemenade[3.11] Remove misformatted exclamation marks in docs...
2023-03-15  Miss Islington... gh-101377: improving test_locale_calendar_formatweekday...
2023-03-15  Miss Islington... gh-102703: Fix typo in modules tutorial documentation...
2023-03-14  Miss Islington... Rename redundant enum tests so that they run (GH-102535)
2023-03-14  Miss Islington... [3.11] gh-102354: change python3 to python in docs...
2023-03-14  Miss Islington... gh-100315: clarification to `__slots__` docs. (GH-102621)
2023-03-14  Miss Islington... doc: Remove a duplicate 'versionchanged' in library...
2023-03-13  Miss Islington... gh-102627: Replace address pointing toward malicious...
2023-03-13  Miss Islington... [3.11] gh-102069: Fix `__weakref__` descriptor generati...
2023-03-13  Alex Waygood[3.11] Fix duplicated words in the docs (#102644)
2023-03-13  Miss Islington... Fix broken link to MSDN (GH-102355)
2023-03-13  Miss Islington... gh-101100: Fix Sphinx warnings in `turtle` module ...
2023-03-12  Miss Islington... GH-101673: Fix pdb bug where local variable changes...
2023-03-12  Miss Islington... [3.11] Fixes duplicated word (GH-102623) (#102624)
2023-03-11  Irit Katriel[3.11] gh-102493: backport unit test for PyErr_SetObjec...
2023-03-11  Miss Islington... gh-102433: Add tests for how classes with properties...
next