]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2024-03-28  Erlend E. Aaslandgh-116664: Make module state Py_SETREF's in _warnings...
2024-03-28  Joachim Wuttkebpo-43848: explain optional argument mtime in gzip...
2024-03-28  Sam Grossgh-110481: Fix biased reference counting queue initiali...
2024-03-28  Chris Markiewiczgh-117178: Recover lazy loading of self-referential...
2024-03-28  Jelle Zijlstragh-117266: Fix crashes on user-created AST subclasses...
2024-03-28  Gregory P.... gh-117310: Remove extra DECREF on "no ciphers" error...
2024-03-28  Erlend E. Aaslandgh-116303: Handle disabled test modules in test.support...
2024-03-28  Russell Keith... gh-114099: Add documentation for iOS platform (GH-117057)
2024-03-28  Russell Keith... gh-114099: Additions to standard library to support...
2024-03-28  Tim Hatchgh-89739: gh-77140: Support zip64 in zipimport (GH...
2024-03-28  Illia VolochiiRevert "gh-116886: Temporarily disable CIfuzz (memory...
2024-03-27  Malcolm Smithgh-108277: Make test_os tolerate 10 ms diff for timerfd...
2024-03-27  Victor Stinnergh-113317: Change how Argument Clinic lists converters...
2024-03-27  Seth Michael... gh-99108: Update and check HACL* version information...
2024-03-27  Irit Katrielgh-117288: Allocate fewer label IDs in _PyCfg_ToInstruc...
2024-03-27  Malcolm Smithgh-71042: Add `platform.android_ver` (#116674)
2024-03-27  Hugo van Kemenadegh-117225: doctest: only print "and X failed" when...
2024-03-27  Raymond HettingerAdd statistics recipe for sampling from an estimated...
2024-03-27  Tian Gaogh-113548: Allow CLI arguments to `pdb -m` (#113557)
2024-03-26  Adorilson BezerraChange links on the index page (#117230)
2024-03-26  AN Longgh-104242: Enable test_is_char_device_true in pathlib...
2024-03-26  Irit Katrielgh-115775: Compiler adds __static_attributes__ field...
2024-03-26  Antoniogh-97901 add missing text/rtf to mimetypes (GH-97902)
2024-03-26  AN Longgh-115538: Use isolate mode when running venv test_mult...
2024-03-26  Hugo van Kemenadepre-commit: add `check-case-conflict` and `check-merge...
2024-03-26  Paulo Nevesgh-98966: Handle stdout=subprocess.STDOUT (GH-98967)
2024-03-26  Serhiy Storchakagh-66543: Fix mimetype.guess_type() (GH-117217)
2024-03-26  Mark ShannonGH-117108: Set the "old space bit" to "visited" for...
2024-03-26  Mark ShannonGH-116422: Tier2 hot/cold splitting (GH-116813)
2024-03-26  Pablo Galindo... bpo-24612: Improve syntax error for 'not' after an...
2024-03-26  Hugo van Kemenadegh-83845: Add tests for operator module (#115883)
2024-03-26  yevgeny honggh-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCAL...
2024-03-26  Victor Stinnergh-83434: Disable XML in regrtest when -R option is...
2024-03-26  Sebastian Pippinggh-117187: Fix XML tests for vanilla Expat <2.6.0 ...
2024-03-26  Jonathan Protzenkogh-99108: Refresh HACL*; update modules accordingly...
2024-03-25  Eric V. Smithgh-109870: Dataclasses: batch up exec calls (gh-110851)
2024-03-25  Raymond HettingerSync main docs and docstring for median_grouped()....
2024-03-25  Nice Zombiesgh-117114: Make os.path.isdevdrive available on all...
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...
next