]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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)
2022-05-06  Matt WozniskiDocument the lifetime of `PyUnicode_AsUTF8String` ...
2022-05-06  Raymond HettingerGH-89519: Deprecate classmethod descriptor chaining...
2022-05-06  Hugo van KemenadeDon't apply 'stale' label to issues (#91501)
2022-05-06  Ethan Furmangh-78157: [Enum] nested classes will not be members...
2022-05-06  Gregory P.... gh-90622: Prevent max_tasks_per_child use with a fork...
2022-05-06  Inada Naokigh-87901: Add encoding to os.popen (GH-92374)
2022-05-06  Mariusz Felisiakbpo-46907: Update macOS installer to SQLite 3.38.4...
2022-05-06  Inada NaokiNEWS: Reorder items by section (GH-92373)
2022-05-06  Tim PetersIssues/88027: A potential double free in list_sort_impl...
2022-05-06  Alexey Izbyshevgh-92112: Fix crash triggered by an evil custom `mro...
2022-05-06  Michael Droettboomgh-92356: Fix regression in ctypes function call overhe...
2022-05-06  Hai Shiupdate argparse's doc of append action. (#92344)
2022-05-06  Victor Stinnergh-88279: Deprecate PySys_SetArgvEx() (#92363)
2022-05-06  Victor Stinnergh-57684: Document safe path in What's New in Python...
2022-05-06  Victor Stinnergh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
2022-05-06  Paul Gansslegh-80010: Expand fromisoformat to include most of ISO...
2022-05-05  Victor Stinnergh-57684: Add -P cmdline option and PYTHONSAFEPATH...
2022-05-05  Gregory P.... gh-82616: Add process_group support to subprocess.Popen...
2022-05-05  Christian Heimesgh-70363: Emscripten cannot fstat renamed spool file...
2022-05-05  cibofogh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
2022-05-05  Christian Heimesgh-92135: test_cppext requires subprocess (GH-92349)
2022-05-05  Christian Heimesgh-64783: Don't check value of SIG_DFL and SIG_IGN...
2022-05-05  Christian Heimesgh-92345: Import rlcompleter before sys.path is extende...
2022-05-05  Serhiy Storchakagh-87390: Fix starred tuple equality and pickling ...
2022-05-05  Gregory P.... minor hashlib doc example cleanup. (#92340)
2022-05-05  Alexey Izbyshevgh-92301: subprocess: Prefer close_range() to procfs...
2022-05-05  Irit Katrielgh-92118: Add test for traceback when exception is...
2022-05-05  Soumendra Gangulybpo-41818: Add os.login_tty() for *nix. (#29658)
2022-05-05  Vlad Hoibpo-43827: Make arguments to abc.ABCMeta.__new__ pos...
2022-05-05  Géry Ogambpo-43857: Improve the AttributeError message when...
2022-05-05  Robert Howlettgh-92047: Py_GetVersion multi-digit minor version ...
2022-05-05  Victor Stinnergh-89653: PEP 670: Convert PyCFunction macros to functi...
2022-05-05  Raymond HettingerClean-up and simplify median_grouped(). Vastly improve...
2022-05-05  DjMorgulAllow translating argument error messages (#17169)
2022-05-05  Michael J.... bpo-46764: Fix wrapping bound method with @classmethod...
2022-05-05  Sebastian Rittaugh-92223: Remove pre-Python 3.7 alternative in asyncio...
2022-05-04  Irit Katrielgh-92118: fix traceback of exceptions propagated from...
2022-05-04  Mark ShannonGH-92239: Make sure that PEP 523 is supported, even...
2022-05-04  Serhiy Storchakagh-92107: Add tests that subscription works on arbitrar...
2022-05-04  Joshua Hermangh-92210: Move socket.__init__ to argument clinic ...
2022-05-04  Erlend Egeberg... gh-89022: Improve sqlite3 exceptions related to binding...
2022-05-04  Victor StinnerUse static inline function Py_EnterRecursiveCall()...
2022-05-04  Victor Stinnergh-92036: Fix gc_fini_untrack() (#92037)
next