]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2023-03-10  Miss Islington... GH-102537: Handle check for PYTHONTZPATH failing in...
2023-03-10  Miss Islington... gh-86509: Add link to Lib/_threading_local.py in thread...
2023-03-08  Miss Islington... gh-101100: Fix sphinx warnings in `zipapp` and `zipfile...
2023-03-08  Miss Islington... GH-102397: Fix segfault from race condition in signal...
2023-03-08  Miss Islington... Fix style in argparse.rst (GH-101733)
2023-03-07  Miss Islington... [3.11] gh-95913: Edit Faster CPython section in 3.11...
2023-03-07  Miss Islington... [3.11] gh-101759: Update macOS installer SQLite 3.40...
2023-03-06  Miss Islington... Add gettext support to tools/extensions/c_annotations...
2023-03-06  Pablo Galindo... [3.11] gh-102416: Do not memoize incorrectly loop rules...
2023-03-05  Miss Islington... gh-102444: Fix minor bugs in `test_typing` highlighted...
2023-03-05  Miss Islington... GH-102341: Improve the test function for pow (GH-102342)
2023-03-05  Miss Islington... Fix unused classes in a typing test (GH-102437)
2023-03-05  Miss Islington... gh-101979: argparse: fix a bug where parentheses in...
2023-03-05  Miss Islington... gh-102356: Add thrashcan macros to filter object deallo...
2023-03-05  Miss Islington... [3.11] Move around example in to_bytes() to avoid confu...
2023-03-05  Miss Islington... gh-101992: update pstlib module documentation (GH-102133)
2023-03-04  Ilya Kulakov[3.11] Clarify re docs for byte pattern group names...
2023-03-04  Miss Islington... gh-102179: Fix `os.dup2` error reporting for negative...
2023-03-04  Miss Islington... gh-101892: Fix `SystemError` when a callable iterator...
2023-03-03  Miss Islington... gh-102383: [docs] Arguments of `PyObject_CopyData`...
2023-03-03  Miss Islington... gh-101754: Document that Windows converts keys in ...
2023-03-02  Alex Waygood [3.11] Fix typos in documentation and comments (GH...
2023-03-02  Hugo van Kemenade[3.11] gh-90744: Fix erroneous doc links in the sys...
2023-03-02  Miss Islington... [3.11] gh-102088 Optimize iter_index itertools recipe...
2023-03-01  Inada NaokiDoc: Fix minor error in ePub (GH-100614)
2023-02-28  Miss Islington... IDLE: Simplify DynOptionsMenu __init__code (GH-101371)
2023-02-27  Miss Islington... gh-102296 Document that inspect.Parameter kinds support...
2023-02-27  Miss Islington... gh-101100: Fix sphinx warnings in `types` module (GH...
2023-02-26  Miss Islington... gh-101765: unicodeobject: use Py_XDECREF correctly...
2023-02-26  Mark Dickinson[3.11] Add missing 'is' to `cmath.log()` docstring...
2023-02-26  Miss Islington... [3.11] [doc] Improve grammar/fix missing word (GH-10206...
2023-02-26  Miss Islington... [3.11] gh-85417: Clarify behaviour on branch cuts in...
2023-02-26  Miss Islington... gh-102259: Fix re doc issue regarding right square...
2023-02-26  Jelle Zijlstra[3.11] gh-101765: Fix refcount issues in list and unico...
2023-02-25  Shantanu[3.11] GH-99818: improve the documentation for zipfile...
2023-02-25  Miss Islington... gh-101100: Fix sphinx warnings in `typing` module docs...
2023-02-25  Miss Islington... gh-102252: Improve coverage of test_bool.py (GH-102253)
2023-02-25  Kumar Aditya[3.11] GH-102126: fix deadlock at shutdown when clearin...
2023-02-25  Miss Islington... asyncio docs: Fix dangling hyphen (GH-102227)
2023-02-25  Miss Islington... gh-101100: Fix Sphinx warnings in `decimal` module...
2023-02-25  Ionite[3.11] gh-101765: Fix SystemError / segmentation fault...
2023-02-25  Miss Islington... [3.11] gh-95675: fix uid and gid at test_add_dir_getmem...
2023-02-24  Miss Islington... gh-102105 Fix wording in filterfalse/quantify/filter...
2023-02-24  Miss Islington... gh-102158: Add tests for `softkwlist` (GH-102159)
2023-02-23  Miss Islington... gh-101981: Consolidate macOS configure steps in CI...
2023-02-23  Miss Islington... gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze...
2023-02-23  Miss Islington... Fix typo in `Py_GetPythonHome` signature (GH-102168)
2023-02-23  Miss Islington... [3.11] gh-100226: Clarify StreamReader.read behavior...
2023-02-23  Miss Islington... Fix syntax error in struct doc example (GH-102160)
2023-02-22  Miss Islington... GH-101777: `queue.rst`: use 2 spaces after a period...
2023-02-22  Miss Islington... [3.11] gh-97786: Fix compiler warnings in pytime.c...
2023-02-22  Miss Islington... [3.11] gh-101936: Update the default value of fp from...
2023-02-22  Miss Islington... [3.11] gh-102135: Update turtle docs to rename wikipedi...
2023-02-22  Miss Islington... [3.11] gh-95672 fix typo SkitTest to SkipTest (gh-10211...
2023-02-21  Miss Islington... gh-102008: simplify test_except_star by using sys.excep...
2023-02-21  Miss Islington... [3.11] gh-101967: add a missing error check (GH-101968...
2023-02-21  Miss Islington... gh-102011: use sys.exception() instead of sys.exc_info...
2023-02-21  Miss Islington... gh-100556: Improve clarity of `or` docs (GH-100589)
next