]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-11-17  Wanderxjtugh-112070: make `functools.lru_cache` threadsafe in...
2023-11-17  Terry Jan Reedygh-112165: Fix typo in `__main__.py` (#112183)
2023-11-16  Nikita Sobolevgh-111799: Fix `testRecursiveRepr` from `test_fileio...
2023-11-16  Victor Stinnergh-111482: Fix time_clockid_converter() on AIX (#112170)
2023-11-16  Nikita Sobolevgh-111800: Fix `test_recursive_repr` from `test_io...
2023-11-16  Nikita SobolevRemove `imp_dummy_def` from `Tools/c-analyzer/cpython...
2023-11-16  Sam Grossgh-111956: Add thread-safe one-time initialization...
2023-11-16  Victor Stinnergh-111881: Import lazily zipfile in support.script_help...
2023-11-16  Nikita Sobolevgh-112155: Run `typing.py` doctests as part of `test_ty...
2023-11-16  Qua27GH-112152: Fix typo in `typing.override` docstring...
2023-11-16  Victor Stinnergh-111798: Use lower Py_C_RECURSION_LIMIT in debug...
2023-11-16  Luis Pedro... [doc] Make subprocess.wait documentation more precise...
2023-11-16  Petr Viktoringh-110812: Isolating Extension Modules HOWTO: List...
2023-11-15  Tomas Rgh-111916: Make hashlib related modules thread-safe...
2023-11-15  Kushal Dasgh-111811: Fix test_recursive_repr for WASI (#112130)
2023-11-15  Victor Stinnergh-112088: Run autoreconf in GHA check_generated_files...
2023-11-15  Victor Stinnergh-112026: Add again _PyThreadState_UncheckedGet()...
2023-11-15  Victor Stinnergh-96954: Don't run regen-unicodedata in regen-all...
2023-11-15  Victor Stinnergh-112026: Restore removed _PyDict_GetItemStringWithErr...
2023-11-15  Miro Hrončokgh-96954: Fix `make regen-unicodedata` in out-of-tree...
2023-11-15  Victor Stinnergh-112026: Restore removed private C API (#112115)
2023-11-15  Victor Stinnergh-112026: Add again <unistd.h> include in Python.h...
2023-11-15  Mark ShannonGH-111848: Set the IP when de-optimizing (GH-112065)
2023-11-15  Ryuji TsutsuiFix typo in perf profiling docs (#112112)
2023-11-15  Nikita Sobolevgh-108303: Delete `imp_dummy` test file (#112110)
2023-11-15  Serhiy Storchakagh-111789: Use PyDict_GetItemRef() in Modules/_asynciom...
2023-11-15  Adam TurnerDocs: Add the time to the HTML last updated format...
2023-11-15  Radislav Chugunovgh-112062: Make `_struct` module thread-safe in `-...
2023-11-15  Victor Stinnergh-111545: Test PyHash_GetFuncDef() function (#112098)
2023-11-15  DPRgh-109538: Avoid RuntimeError when StreamWriter is...
2023-11-15  adder32gh-111995: Add getnameinfo extension flag (#111994)
2023-11-15  Victor Stinnergh-111545: Add Include/cpython/pyhash.h header file...
2023-11-14  Serhiy Storchakagh-111942: Fix SystemError in the TextIOWrapper constru...
2023-11-14  Furkan Ondergh-111906: Fix warnings during mimalloc build on FreeBS...
2023-11-14  Serhiy Storchakagh-111942: Fix crashes in TextIOWrapper.reconfigure...
2023-11-14  Mark ShannonGH-111848: Convert remaining jumps to deopts into tier...
2023-11-14  Serhiy Storchakagh-111789: Simplify bytecodes.c by using PyDict_GetItem...
2023-11-14  Victor Stinnergh-111262: Add PyDict_Pop() function (#112028)
2023-11-14  Tian Gaogh-110944: Make pdb completion work for alias and conve...
2023-11-14  Sam Grossgh-111903: Add `@critical_section` directive to Argumen...
2023-11-14  Serhiy Storchakagh-111789: Simplify ceval.c by using PyDict_GetItemRef...
2023-11-14  Serhiy Storchakagh-111789: Simplify import.c by using PyDict_GetItemRef...
2023-11-14  Serhiy Storchakagh-111789: Use PyDict_GetItemRef() in _ctypes (GH-111828)
2023-11-14  Serhiy Storchakagh-111789: Use PyDict_GetItemRef() in Objects/ (GH...
2023-11-14  Terry Jan Reedygh-111622: Fix doc for items views (#112051)
2023-11-14  Brandt BucherGH-111520: Add back the operand local (GH-111813)
2023-11-14  Irit Katrielgh-107149: make new opcode util functions private rathe...
2023-11-13  Terry Jan Reedygh-112007: Re-organize help utility intro message ...
2023-11-13  Barney GaleGH-110417: Fix `glob` docs ordering (#110418)
2023-11-13  Barney GaleGH-72904: Add `glob.translate()` function (#106703)
2023-11-13  Victor Stinnergh-111138: Add PyList_Extend() and PyList_Clear() funct...
2023-11-13  AN Longgh-111856: Fix os.fstat on windows with FAT32 and exFAT...
2023-11-13  Davide Rizzogh-111460: Restore ncurses widechar support on macOS...
2023-11-13  Markus Mohrhardgh-106905: avoid incorrect SystemError about recursion...
2023-11-13  Tian Gaogh-110944: Move pty helper to test.support and add...
2023-11-13  Sergey B Kirpichevgh-102837: more tests for the math module (GH-111930)
2023-11-13  Hugo van KemenadeDocs: Add `make htmllive` to rebuild and reload HTML...
2023-11-13  Serhiy Storchakagh-111999: Add signatures and improve docstrings for...
2023-11-13  AN Longgh-111928: make "memo" dict local to scan_once call...
2023-11-13  Terry Jan Reedygh-111944: Add assignment expression parentheses requir...
2023-11-12  Barney GaleGH-111429: Speed up `pathlib.PurePath.[is_]relative_to...
2023-11-12  Irit Katrielgh-111969: refactor to make it easier to construct...
2023-11-12  Serhiy Storchakagh-112001: Fix test_builtins_have_signatures in test_in...
2023-11-12  Sergey B Kirpichevgh-111933: fix broken link to A.Neumaier article (gh...
2023-11-12  T. Woutersgh-111777: Fix assertion errors on incorrectly still...
2023-11-11  T. WoutersFix undefined behaviour in datetime.time.fromisoformat...
2023-11-11  Stephen Gildeagh-90890: New methods to access mailbox.Maildir message...
2023-11-10  Sam Grossgh-110481: fix 'unused function' warning for `is_shared...
2023-11-10  Nikita Sobolevgh-107431: Make `multiprocessing.managers.{DictProxy...
2023-11-10  Serhiy StorchakaRemove dead code left after gh-110721 (#111905)
2023-11-10  Tian Gaogh-80731: Avoid executing code in except block in cmd...
2023-11-10  Serhiy Storchakagh-111789: Simplify the sqlite code (GH-111829)
2023-11-10  Serhiy StorchakaAdd private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
2023-11-10  Łukasz Langagh-110722: Make `-m test -T -j` use sys.monitoring...
2023-11-10  Serhiy Storchakagh-111841: Fix os.putenv() and os.unsetenv() with embed...
2023-11-10  Alex WaygoodBump mypy to 1.7.0 (#111961)
2023-11-10  Zac Hatfield... gh-103791: handle `BaseExceptionGroup` in `contextlib...
2023-11-10  Serhiy Storchakagh-111912: Run test_posix on Windows (GH-111913)
2023-11-10  Nikita Sobolevgh-108303: Install `Lib/test/configdata` (#111899)
2023-11-10  Nicolas Tessoregh-111356: io: Add missing documented objects to io...
2023-11-09  Sam Grossgh-111569: Fix critical sections test on WebAssembly...
2023-11-09  Victor Stinnergh-111881: Import _sha2 lazily in random (#111889)
2023-11-09  Samuel Thibaultgh-81925: Implement native thread ids for kFreeBSD...
2023-11-09  Pavel OvchinnikovImprove error message for "float modulo by zero" (...
2023-11-09  Vinay Sajipgh-110875: Handle '.' properties in logging formatter...
2023-11-09  Hugo van Kemenadegh-111895: Convert definition list to bullet list for...
2023-11-09  Michael Droettboomgh-111786: Optimize for space for _PyEval_EvalFrameDefa...
2023-11-09  Victor Stinnergh-111881: Import doctest lazily in libregrtest (#111884)
2023-11-09  zippererAdd detail to comment on range of random.random() ...
2023-11-09  Nikita Sobolevgh-108303: Move more files to `Lib/test/test_module...
2023-11-09  Victor Stinnergh-111881: Use lazy import in test.support (#111885)
2023-11-09  Nikita Sobolevgh-108303: Move config parser data to `Lib/test/configp...
2023-11-09  Mark ShannonGH-111843: Tier 2 exponential backoff (GH-111850)
2023-11-09  Mark ShannonGH-109369: Exit tier 2 if executor is invalid (GH-111657)
2023-11-09  Donghee Nagh-111835: Add seekable method to mmap.mmap (gh-111852)
2023-11-09  Irit Katrielgh-111354: remove comparisons with enum values, variabl...
2023-11-09  Brett CannonGH-111804: Drop posix.fallocate() under WASI (GH-111869)
2023-11-08  Sam Grossgh-111569: Implement Python critical section API (gh...
2023-11-08  Jelle Zijlstragh-110543: Fix CodeType.replace in presence of comprehe...
2023-11-08  Serhiy StorchakaRemove redundant check in dbm.open() (GH-111844)
next