]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-05-18  Miss Islington... gh-91755: Document Py_IncRef and Py_DecRef as C functio...
2022-05-18  Miss Islington... bpo-40838: document `getdoc`, `getmodule`, `getsourcefi...
2022-05-17  Miss Islington... gh-92841: Fix asyncio's RuntimeError: Event loop is...
2022-05-17  Miss Islington... gh-89898: Fix test_threading.test_args_argument() ...
2022-05-17  Miss Islington... gh-89653: PEP 670: Fix PyUnicode_READ() cast (GH-92872)
2022-05-17  Miss Islington... [3.11] gh-92530: Fix an issue that occurred after inter...
2022-05-17  Miss Islington... gh-81548: Clarify the deprecation of octal sequences...
2022-05-17  Miss Islington... Fix NULL check in test_type_from_ephemeral_spec in_test...
2022-05-17  Miss Islington... Fix NULL test in _testinternalcapi (GH-92861)
2022-05-17  Miss Islington... re docs: fix source code link (GH-92819)
2022-05-16  Christian Heimes[3.11] gh-90473: Skip tests that don't apply to Emscrip...
2022-05-16  Miss Islington... gh-92671: Don't omit parentheses when unparsing empty...
2022-05-16  Miss Islington... Speedup: build docs in parallel (GH-92733)
2022-05-16  Victor Stinnergh-92781: Avoid mixing declarations and code in C API...
2022-05-16  Miss Islington... gh-90473: WASI: Mark tests that require os.pipe() ...
2022-05-16  Miss Islington... gh-87670: Add web.archive redirects from effbot (GH...
2022-05-15  Ezio Melotti[3.11] Restore default role check in `make check`....
2022-05-14  Miss Islington... gh-90473: Fail subprocess early on Emscripten/WASI...
2022-05-14  Miss Islington... Check result of utc_to_seconds and skip fold probe...
2022-05-14  Miss Islington... GH-92804: Fix memory leak in memoryview iterator (gh...
2022-05-14  Miss Islington... gh-92311: Add tests for frame_setlineno jumping over...
2022-05-13  Miss Islington... gh-92611: Link to PEP 594 sections & add key detail...
2022-05-13  Miss Islington... Fix typo in argparse docs. (GH-92691) (#92709)
2022-05-13  Miss Islington... Document Py_ssize_t. (GH-92512)
2022-05-13  Miss Islington... GH-92236: Remove spurious "line" event when starting...
2022-05-13  Miss Islington... gh-90473: Increase stack size, disable obmalloc on...
2022-05-12  Miss Islington... gh-92436: __future__ docs: add note on expectations...
2022-05-12  Miss Islington... Update outdated `LOAD_METHOD` comments in `Python/ceval...
2022-05-12  Miss Islington... gh-89653: PEP 670: unicodeobject.h uses _Py_CAST()...
2022-05-11  Miss Islington... gh-89653: PEP 670: Use PyObject* type for parameters...
2022-05-11  Miss Islington... gh-92031, test_embed: Improve test for unquickening...
2022-05-11  Miss Islington... Fix minor documentation error in bisect docs (GH-92697)
2022-05-11  Miss Islington... gh-89653: PEP 670: Limited API doesn't cast arguments...
2022-05-11  Miss Islington... gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)
2022-05-11  Miss Islington... bpo-42627: Fix incorrect parsing of Windows registry...
2022-05-11  Miss Islington... [3.11] gh-89336: Fix configparser.RawConfigParser.readf...
2022-05-11  Miss Islington... [3.11] gh-91810: ElementTree: Use text file's encoding...
2022-05-11  Miss Islington... [3.11] Fix typo in unittest.rst: addCleanupModule ...
2022-05-11  Miss Islington... Update numbers.rst (GH-31995)
2022-05-11  Miss Islington... gh-91966 Document where key functions are applied in...
2022-05-11  Miss Islington... gh-92550: Fix pathlib.Path.rglob() for empty pattern...
2022-05-11  Miss Islington... Fix inconsistent return type for statistics median_grou...
2022-05-11  Serhiy StorchakaRevert "gh-92550 - Fix regression in `pathlib.Path...
2022-05-10  Miss Islington... gh-92619: Fix bug where the compiler duplicates exit...
2022-05-10  Miss Islington... gh-91731: Fix typo in pymacro.h (GH-92618)
2022-05-10  Miss Islington... [3.11] gh-76773: Update docs mentioning no-longer-suppo...
2022-05-10  Miss Islington... Add `__slots__` to `typing._NotIterable` (GH-92570)
2022-05-10  Miss Islington... gh-92417: `zlib` docs, `binascii` docs: remove Python...
2022-05-10  Miss Islington... [3.11] gh-92417: `unittest.mock` docs: remove reference...
2022-05-10  Miss Islington... gh-92256: Improve Argument Clinic parser error messages...
2022-05-10  Miss Islington... gh-92261: Disallow iteration of Union (and other specia...
2022-05-10  Miss Islington... bpo-13553: Document tkinter.Tk args (GH-4786)
2022-05-10  Miss Islington... gh-91928: Add what's new entry for datetime.UTC alias...
2022-05-10  Miss Islington... gh-92550 - Fix regression in `pathlib.Path.rglob()...
2022-05-09  Miss Islington... bpo-46907: Update Windows installer to SQLite 3.38...
2022-05-09  Miss Islington... Doc: Update py2app link. (GH-91585)
2022-05-09  Miss Islington... gh-91731: Add macro compatibility for static_assert...
2022-05-09  Miss Islington... gh-91345: Talk about ``sys._getframe`` compatibility...
2022-05-09  Miss Islington... What's New in Python 3.11: move C API changes (GH-92390)
2022-05-09  Miss Islington... Enhance PyConfig documentation (GH-92394)
2022-05-09  Miss Islington... gh-90005: Cleanup after GH-31698 (GH-91642)
2022-05-09  Miss Islington... CODEOWNERS: Add Erlend Aasland as sqlite3 code owner...
2022-05-09  Miss Islington... bpo-38056: overhaul Error Handlers section in codecs...
2022-05-08  Miss Islington... pdb docs: workaround for double semicolon in strings...
2022-05-08  Miss Islington... bpo-39229: fix formatting in library/functions.rst...
2022-05-08  Miss Islington... gh-77521: Add link to builtin module names in modules...
2022-05-08  Miss Islington... gh-90622: Do not spawn ProcessPool workers on demand...
2022-05-08  Miss Islington... Use percentage over factor for 3.11 whatsnew performanc...
2022-05-08  Miss Islington... gh-80856: doc: reveal doctest directives (GH-92318)
2022-05-08  Miss Islington... Fix the `versionadded` for asyncio.StreamWriter.start_t...
2022-05-08  Miss Islington... gh-92417: `logging` docs: Remove warning that only...
2022-05-08  Miss Islington... `typing.Text`: tweak deprecation notice (GH-92405)
2022-05-08  Miss Islington... [3.11] gh-92417: `asyncio` docs: `asyncio.run()` is...
2022-05-08  Miss Islington... [3.11] gh-92417: `json` docs: `dict` is ordered on...
2022-05-08  Miss Islington... [3.11] gh-92417: `doctest` docs: remove references...
2022-05-08  Miss Islington... [3.11] GH-92431: Fix footnotes in Doc/c-api/exceptions...
2022-05-08  Miss Islington... [3.11] gh-92417: `stdtypes` docs: delete discussion...
2022-05-08  Miss Islington... Update What's New in 3.11 faster cpython figures and...
2022-05-08  Miss Islington... bpo-45046: Support context managers in unittest (GH...
2022-05-08  Miss Islington... gh-92417: `typing` docs: `from __future__ import annota...
2022-05-08  Miss Islington... gh-92448: Update the documentation builder to render...
2022-05-08  Miss Islington... gh-88279: Fix compiler warning for using deprecated...
2022-05-08  Miss Islington... gh-92308: Add Pending Removal section to 3.11 What...
2022-05-08  Pablo Galindo... [3.11] Add CI step to check changes in the exported...
2022-05-08  Pablo GalindoAdd the 3.11 branch to the CI files
2022-05-08  Pablo GalindoPost 3.11.0b1
2022-05-06  Pablo GalindoUpdate the SOURCE_URI in pyspecific.py to point to... v3.11.0b1
2022-05-06  Pablo GalindoPython 3.11.0b1
2022-05-06  Brandt Buchergh-90997: Move `CACHE` handling into `_unpack_opargs...
2022-05-06  larryhastingsgh-92203: Add closure support to exec(). (#92204)
2022-05-06  Victor Stinnergh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT...
2022-05-06  Brandt Buchergh-90997: Show cached inline values in `dis` output...
2022-05-06  gophragh-92368: Fix missing possessive apostrophe (#92397)
2022-05-06  Victor Stinnergh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)
2022-05-06  Serhiy StorchakaFix What's New: use :gh: instead of :issue: (#92395)
2022-05-06  Serhiy Storchakagh-91827: Add method info_pathlevel() in tkinter (GH...
2022-05-06  slatenyAdd source for character mappings (#92014)
2022-05-06  Alex Waygoodgh-92332: Docs-only deprecation of `typing.Text` (GH...
2022-05-06  Christian Heimesgh-84461: Skip network require tests on Emscripten...
2022-05-06  Alex WaygoodEnum docs: Remove unnecessary apostrophes (#92382)
next