]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-11-26  Irit Katrielgh-99606: Make code generated for an empty f-string...
2023-11-26  Alex Waygoodgh-112405: Optimise `pathlib.Path.relative_to` (#112406)
2023-11-26  Mark Dickinsongh-112358: Fix Python 3.12 regression with subclassing...
2023-11-25  Hugo van Kemenadegh-101100: Fix Sphinx reference warnings (GH-112416)
2023-11-25  Raymond Hettingergh-112331: Fix reference manual description of attribut...
2023-11-25  Raymond HettingerDescriptor HowTo: Sync the error-messages with the...
2023-11-25  Hugo van Kemenadegh-101100 : Fix Sphinx warnings in `library/doctest...
2023-11-25  Barney GaleGH-77621: Delay some imports from pathlib (#112244)
2023-11-25  Irit Katrielgh-94722: fix DocTest.__eq__ for case of no line number...
2023-11-25  Barney GaleGH-112361: Speed up pathlib by removing some temporary...
2023-11-25  Hugo van Kemenadegh-101100: Define `_tkinter` module to fix references...
2023-11-25  Hugo van Kemenadegh-101100: Define `test.regrtest` module to fix referen...
2023-11-24  Irit Katrielgh-112355: fix calculation of jump target of ENTER_EXEC...
2023-11-24  Irit Katrielgh-59254: mention in open() doc that line buffering...
2023-11-24  Donghee Nagh-112213: Add missing declaration of target_critical_s...
2023-11-24  Randolf Scholzgh-112345: `typing.Protocol`: Let failed subclasscheck...
2023-11-23  Raymond HettingerRemove bogus annotations from the descriptor howto...
2023-11-23  Tian GaoAdd extra tests for `random.binomialvariate` (gh-112325)
2023-11-23  Irit Katrielgh-112137: change dis output to show no-lineno as ...
2023-11-23  Eric Snowgh-76785: Return an "excinfo" Object From Interpreter...
2023-11-22  Nikita Sobolevgh-111809: Fix `test_deep_repr` from `test_userdict...
2023-11-22  Irit Katrielgh-112137: change dis output to display labels instead...
2023-11-22  Eric Snowgh-76785: Add _PyType_GetModuleName() to the Internal...
2023-11-22  Eric Snowgh-76785: Clean up the Failure-Related _xxsubinterprete...
2023-11-22  Thomas WoutersMerge branch 'main' of https://github.com/python/cpython
2023-11-22  Thomas WoutersPost 3.13.0a2
2023-11-22  Mark ShannonGH-111485: Sort cases in the case generator output...
2023-11-22  Mayuresh Kedarigh-111965: Use critical sections to make io.BufferedIOB...
2023-11-22  Thomas WoutersPython 3.13.0a2 v3.13.0a2
2023-11-22  Ned DeilyDo not build the macOS installer with mimalloc enabled...
2023-11-22  Ned Deilygh-59703: restore include of mach-o/dyld.h (gh-112309)
2023-11-22  Sebastian RittauFix docstring and var name of itertools recipe (#112113)
2023-11-22  Donghee Nagh-111863: Rename term Py_NOGIL to Py_GIL_DISABLED...
2023-11-21  Tian GaoGH-111963: Clarify sys.monitoring.free_tool_id's limita...
2023-11-21  Junya Okabegh-110745: add a newline argument to pathlib.Path.read_...
2023-11-21  Lincolngh-111361: Added an update for unicodedata in what...
2023-11-21  T. Woutersgh-111863: Rename blurb snippet placed in the wrong...
2023-11-21  James Turkgh-112252: Fix error on unset $OSNAME in venv/activate...
2023-11-21  Liu, An-Chigh-57879: Increase test coverage for pstats.py (gh...
2023-11-21  Christopher... gh-110950: add upstream Tk fixes to macOS installer...
2023-11-21  AN Longgh-59703: use the system dladdr function in getpath...
2023-11-20  Michael Droettboomgh-111786: Use separate opcode vars for Tier 1 and...
2023-11-20  Guido van Rossumgh-112287: Speed up Tier 2 (uop) interpreter a little...
2023-11-20  Guido van Rossumgh-111848: Clean up RESERVE() macro (#112274)
2023-11-20  Guido van Rossumgh-106529: Make FOR_ITER a viable uop (#112134)
2023-11-20  Pablo Galindo... gh-112243: Don't include comments in f-string debug...
2023-11-20  Hugo van Kemenadegh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` ...
2023-11-20  Crowthebirdbpo-45759: Better error messages for non-matching ...
2023-11-20  Brett CannonGH-111807: Lower the parser stack depth under WASI...
2023-11-19  Michaelgh-73561: Omit interface scope from IPv6 when used...
2023-11-19  Donghee Nagh-111926: Update _PyWeakref_IS_DEAD to be thread-safe...
2023-11-19  Nikita Sobolevgh-112266: Remove `(if defined)` part from `__dict__...
2023-11-19  AN Longgh-111965: Using critical sections to make ``io.StringI...
2023-11-19  Unique-Usmangh-110383: Explained which error message is generated...
2023-11-19  Alex Ptakhingh-110383: Fix documentation profile cumtime fix (...
2023-11-19  Terry Jan ReedyIDLE: Fix test_debugger bug and buildbot failures ...
2023-11-19  Anthony Shawgh-79871: IDLE - Fix and test debugger module (#11451)
2023-11-19  DPRgh-112186: Improve test case `test_loop_is_closed_resou...
2023-11-19  Donghee Nagh-112213: Update _weakref module to use new AC feature...
2023-11-19  Donghee Nagh-111903: Update AC to support "pycore_critical_sectio...
2023-11-18  AN Longgh-111965: Use critical sections to make io.TextIOWrapp...
2023-11-18  Donghee Nagh-112213: Add @critical_section target directive to...
2023-11-18  Barney GaleGH-110109: Test pure functionality of `pathlib.Path...
2023-11-18  Barney GaleGH-110109: Fix misplaced tests for `pathlib.WindowsPath...
2023-11-18  Serhiy Storchakagh-112234: Remove the toplevel parameter in converttupl...
2023-11-18  Donghee Nagh-111926: Update _weakref to be threadsafe in --disabl...
2023-11-18  Guido van Rossumgh-110319: Assert type_version != 0 before using it...
2023-11-18  Nikita Sobolevgh-111810: Fix `test_repr_deep` from `test_userlist...
2023-11-17  Brett CannonGH-111808: Make the default value for `test.support...
2023-11-17  Charlie ZhaoFix typo in documentation of `importlib.metadata` ...
2023-11-17  Guido van RossumA few more cases_generator cleanups (#112220)
2023-11-17  Victor Stinnergh-112026: Update What's New: _PyObject_Vectorcall...
2023-11-17  Guido van RossumVarious small improvements to uop debug output (#112218)
2023-11-17  Guido van Rossumgh-106529: Cleanups split off gh-112134 (#112214)
2023-11-17  Alex WaygoodFix syntax in CODEOWNERS file (#112210)
2023-11-17  Nikita Sobolevgh-112194: Convert more examples to doctests in `typing...
2023-11-17  Barney GaleGH-110109: Speed up `pathlib._PathBase.resolve()` ...
2023-11-17  Guido van RossumTweak my interests (and Mark Shannon's :-) in CODEOWNER...
2023-11-17  Barney GaleGH-110109: Churn `pathlib.PurePath` methods (#112012)
2023-11-17  Victor Stinnergh-110481, doc: Add "immortal" term to the glossary...
2023-11-17  Ori Avtaliongh-94309: "What's new in Python 3.12": improve deprecat...
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...
next