]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2024-03-25  Adorilson BezerraAdd information about negative indexes to sequence...
2024-03-25  Mark ShannonA few minor tweaks to get stats working and compiling...
2024-03-25  Victor Stinnergh-116936: Add PyType_GetModuleByDef() to the limited...
2024-03-25  Serhiy Storchakagh-87193: Support bytes objects with refcount > 1 in...
2024-03-25  Tian Gaogh-112948: Make pdb completion similar to repl completi...
2024-03-25  Raymond HettingerMinor markup and grammar fixes in the statistics docs...
2024-03-24  Kirill Podoprigoragh-117176: Fix compiler warning in Python/optimizer_byt...
2024-03-24  Totally a booplicategh-112571: Move fish venv activation script into the...
2024-03-24  Terry Jan Reedygh-117194: Properly format 'base64' header in What...
2024-03-24  Kerim KabirovGH-115986 Docs: promote pprint.pp usage as a default...
2024-03-24  LilKSgh-101760: Improve the imaplib.IMAP4 example (#101764)
2024-03-24  Raymond HettingerAdd cumulative option for the new statistics.kde()...
2024-03-23  Irit Katrielgh-112383: teach dis how to interpret ENTER_EXECUTOR...
2024-03-23  Ken Jingh-117180: Complete call sequence when trace stack...
2024-03-23  Erik Somagh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor...
2024-03-23  Victor Stinnergh-117008: Fix functools test_recursive_pickle() (...
2024-03-22  Barney GaleGH-106747: Document another difference between `glob...
2024-03-22  Mark ShannonGH-117108: Change the size of the GC increment to about...
2024-03-22  Serhiy Storchakagh-113024: C API: Add PyObject_GenericHash() function...
2024-03-22  Serhiy Storchakagh-117084: Fix ZIP file extraction for directory entry...
2024-03-22  Serhiy Storchakagh-117134: Microoptimize glob() for include_hidden...
2024-03-22  Vinay Sajip[docs] Fix typo in docstring and add example to logging...
2024-03-22  Jakub StasiakGH-113171: Fix "private" (non-global) IP address ranges...
2024-03-22  Steve DowerFix get_packagefamilyname helper function on Windows...
2024-03-22  NGRsoftlabgh-117068: Remove useless code in bytesio.c:resize_buff...
2024-03-22  Petr Viktoringh-117127: glob tests: Reopen dir_fd to pick up directo...
2024-03-22  Tim PetersGH-116939: Rewrite binarysort() (#116940)
2024-03-22  Guido van Rossumgh-108716:: Remove _PyStaticCode_Init/Fini (#117141)
2024-03-22  Eric Snowgh-105716: Fix _PyInterpreterState_IsRunningMain()...
2024-03-21  Thomas A Caswellgh-116745: Remove all internal usage of @LIBPYTHON...
2024-03-21  Malcolm Smithgh-71052: Add Android build script and instructions...
2024-03-21  Victor Stinnergh-117061: Fix test_posix.test_sched_setaffinity()...
2024-03-21  Ned Batchelderdocs: fix over-linking in dataclasses.rst (#117005)
2024-03-21  Guido van Rossumgh-117045: Add code object to function version cache...
2024-03-21  Will Childs... gh-116333: Relax error string text expectations in...
2024-03-21  Sam Grossgh-116522: Refactor `_PyThreadState_DeleteExcept` ...
2024-03-21  Michael Droettboomgh-116996: Add pystats about _Py_uop_analyse_and_optimi...
2024-03-21  Eric Snowgh-76785: Drop PyInterpreterID_Type (gh-117101)
2024-03-21  Victor Stinnergh-85283: Build _testconsole extension with limited...
2024-03-21  Victor Stinnergh-115754: Add Py_GetConstant() function (#116883)
2024-03-21  Eric Snowgh-105716: Update interp->threads.main After Fork ...
2024-03-21  Eric Snowgh-76785: Clean Up Interpreter ID Conversions (gh-117048)
2024-03-21  Sam Grossgh-116522: Stop the world before fork() and during...
2024-03-21  Malcolm Smithgh-71052: Implement `ctypes.util.find_library` on Andro...
2024-03-21  Tian Gaogh-116987: Support class code objects in inspect.findso...
2024-03-21  Adam TurnerGH-109653: Defer import of ``importlib.metadata._adapte...
2024-03-21  Jason R. Coombsgh-117089: Apply changes from importlib_metadata 7...
2024-03-20  Victor Stinnergh-116869: Enable -Werror in test_cext for Free Threadi...
2024-03-20  Victor Stinnergh-105927: Limit PyWeakref_GetRef() to limited C API...
2024-03-20  Jason R. Coombsgh-117089: Move importlib.metadata tests to their own...
2024-03-20  Carol WillingFix sort order for "locale encoding" glossary item...
2024-03-20  Mark ShannonGH-117066: Tier 2 optimizer: Don't throw away good...
2024-03-20  Petr Viktoringh-114314: ctypes: remove stgdict and switch to heap...
2024-03-20  Russell Keith... gh-117058: Update GUI and packaging recommendations...
2024-03-20  Brett Simmersgh-116908: Only write to `_pending_calls.calls_to_do...
2024-03-20  jkriegshausergh-116773: Ensure overlapped objects on Windows are...
2024-03-20  Serhiy Storchakagh-117021: Fix integer overflow in PyLong_AsPid() on...
2024-03-20  Nikita Sobolevgh-94808: add tests covering `PyFunction_{Get,Set}Closu...
2024-03-20  Mark ShannonGH-108362: Incremental Cycle GC (GH-116206)
2024-03-19  Victor Stinnergh-116869: Fix test_cext for Free Threading (#117043)
2024-03-19  Victor Stinnergh-116869: Fix test_cext on RHEL7 (#117010)
2024-03-19  Serhiy Storchakagh-117041: Add "-X gil" in the Python CLI help (GH...
2024-03-19  Ned Batchelderdocs: announce venv creation before installing packages...
2024-03-19  Hugo van Kemenadegh-101100: Fix Sphinx warnings in `library/pydoc.rst...
2024-03-19  Łukasz Langagh-116886: Temporarily disable CIfuzz (memory) (#117018)
2024-03-19  Sam Grossgh-113964: Don't prevent new threads until all non...
2024-03-19  Terry Jan Reedygh-56374: Clarify documentation of nonlocal (#116942)
2024-03-19  Serhiy Storchakagh-90300: Improve the Python CLI help output (GH-115853)
2024-03-19  Victor Stinnergh-116417: Move limited C API complex.c tests to _testl...
2024-03-19  Sunghyun Kimgh-107607: Update comment about utf-8 BOM being ignored...
2024-03-19  Brandt BucherGH-116017: Put JIT code and data on the same page ...
2024-03-19  Victor Stinnergh-116417: Move limited C API dict.c tests to _testlimi...
2024-03-19  et-repositoriesgh-116647: Fix recursive child in dataclasses (#116790)
2024-03-19  Victor Stinnergh-116417: Move limited C API long.c tests to _testlimi...
2024-03-19  Victor Stinnergh-92906: Enable test_cext and test_cppext on Windows...
2024-03-19  Victor Stinnergh-90872: Fix subprocess.Popen.wait() for negative...
2024-03-19  Russell Keith... gh-114099 - Add iOS framework loading machinery. (GH...
2024-03-19  Victor Stinnergh-116417: Move limited C API unicode.c tests to _testl...
2024-03-19  Victor Stinnergh-116869: Test the limited C API in test_cext (#116995)
2024-03-19  Michael Droettboomgh-116808: Fix optimized trace length histogram (GH...
2024-03-19  Victor Stinnergh-116869: Build test_cext with -Werror=declaration...
2024-03-19  Victor Stinnergh-116417: Move limited C API abstract.c tests to _test...
2024-03-19  David Röthlisbergergh-116957: configparser: Do post-process values after...
2024-03-19  Bogdan Romanyukgh-115756: make PyCode_GetFirstFree an unstable API...
2024-03-19  Donghee Nagh-116621: Specialize list.extend for dict items (gh...
2024-03-19  Aviel Boaggh-105866: fix dataclass with slots=True, weakref_slot...
2024-03-18  Victor Stinnergh-116869: Enable test_cext and test_cppext on Free...
2024-03-18  Victor Stinnergh-116417: Fix WASI build of _testlimitedcapi (#116974)
2024-03-18  Sam Grossgh-116941: Fix pyatomic_std.h syntax errors (#116967)
2024-03-18  Victor Stinner gh-116417: Move limited C API list.c tests to _testli...
2024-03-18  Pierre Ossman... gh-113538: Add asycio.Server.{close,abort}_clients...
2024-03-18  Victor Stinnergh-116869: Make C API compatible with ISO C90 (#116950)
2024-03-18  Victor Stinnergh-116869: Add test_cext test: build a C extension...
2024-03-18  Guido van Rossumgh-108716: Cleanup remaining deepfreeze infrastructure...
2024-03-18  Guido van Rossumgh-116916: Remove separate next_func_version counter...
2024-03-18  Guido van RossumCleanup tier2 debug output (#116920)
2024-03-18  Zachary Waregh-115119: Switch Windows build to mpdecimal external...
2024-03-18  Dupratgh-115258: Fix hanging tests for threading queue shutdo...
2024-03-18  Victor Stinnergh-116869: Fix redefinition of the _PyOptimizerObject...
2024-03-18  Victor Stinnergh-63207: Use GetSystemTimePreciseAsFileTime() in time...
next