]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
74 min ago  Richard Sigh-155063: Upgrade bundled pip to 26.2 (#155064) main
118 min ago  Serhiy Storchakagh-78959: Add order parameter to memoryview.cast()...
2 hours ago  Kumar Adityagh-75279: Document that asyncio StreamWriter.drain...
5 hours ago  Sam Bullgh-94984: Add mode parameter to asyncio create_unix_ser...
5 hours ago  Jakub Kulíkgh-145030: Fix asyncio write pipe transport for named...
5 hours ago  Wenzel Jakobgh-151728: Clear the typing caches at interpreter shutd...
5 hours ago  Edward Xugh-154937: Fix `_thread._shutdown()` racing with `_thre...
14 hours ago  Yaksh BariyaGH-138800: Fix variable substitution in python3.pc...
26 hours ago  Stephen Rosengh-155013: Fix a reference to "partial object" in the...
29 hours ago  Serhiy Storchakagh-155006: Encode an error handler's replacement strict...
33 hours ago  Bhuvanshgh-155052: Fix docstring of decimal.Context.copy (GH...
34 hours ago  Serhiy Storchakagh-79366: Fix a race condition when removing a logging...
37 hours ago  Serhiy Storchakagh-155051: Reject None keyword arguments in decimal...
38 hours ago  Serhiy Storchakagh-155041: Support copy.replace() for decimal.Context...
2 days ago  Bhuvanshgh-154892: Fix `PyLong_AsLong()` error checks in `_zone...
2 days ago  Malcolm SmithUpdate Android Gradle plugin to version 9.3.1 (#155012)
2 days ago  Bhuvanshgh-154871: Fix `asyncio.Task.get_context()` crash on...
2 days ago  Neil SchemenauerAdd comments about _Py_LOCK_DONT_DETACH usage. (#153817)
2 days ago  Pedram Karimigh-151627: fix thread safety of OrderedDict iterator...
3 days ago  Hugo van Kemenadegh-133879: Copyedit "What's New in Python 3.15" (#154978)
3 days ago  sijun-yangFix inconsistencies in `InternalDocs/parser.md` (GH...
3 days ago  Petr Viktoringh-151728: Partially revert "Clear the typing caches...
3 days ago  Iaroslavgh-154791: Fix asyncio.Future losing traceback on repea...
3 days ago  Łukaszgh-154726: Fix `shutil.copyfile()` for symlinks to...
3 days ago  tonghuaroot... gh-154738: Propagate reparse-deferral setting to pyexpa...
3 days ago  Vyron Vasileiadisgh-154863: Fix iconv encoding of ISO-2022-CN-EXT return...
3 days ago  Serhiy Storchakagh-154848: Enforce frame boundaries in the C unpickler...
3 days ago  yangbaechugh-154936: Fix JSON control character error position...
3 days ago  Peter Hawkinsgh-152075: Avoid lock contention in _Py_Specialize_Load...
3 days ago  Raymond Hettingergh-154746: Document `collections.Counter` internal...
4 days ago  Stephen Rosengh-94543: Improve tempfile.mkstemp documentation about...
4 days ago  Stefano RiveraSome tidying for GitHub Actions (#154950)
4 days ago  Taeknologygh-135828: Disable syntax highlighting in Using Python...
4 days ago  Hugo van KemenadeCODEOWNERS: Remove everyone from `removed-ids.txt`...
4 days ago  Vyron Vasileiadisgh-154874: Fix the sign of curses.termattrs() (GH-154875)
4 days ago  Hugo van KemenadeUpdate bytecode magic number for the 3.15 release candi...
4 days ago  Stan Ulbrychgh-151942: Fix all Sphinx nitpicks in the Python 2...
4 days ago  Serhiy Storchakagh-154934: Remove ncurses assumptions from curses and...
4 days ago  Savannah OstrowskiGH-148468: Accept string-like proxy objects in colorize...
4 days ago  Sergey B Kirpichevgh-154037: Fix race in the hash(Decimal) (#154045)
4 days ago  vjabuildsImproved test coverage for codeop.py. (GH-154100)
4 days ago  Bhuvanshgh-154587: Fix Windows buffer declaration in _cursesmod...
4 days ago  Aniketgh-151941: Fix Sphinx reference warnings in `Doc/c...
4 days ago  Wenzel Jakobgh-151728: Clear the typing caches at interpreter shutd...
4 days ago  Malcolm SmithMinor fixes for Android (#154895)
4 days ago  Malcolm SmithMake `os.get_terminal_size` check `isatty` before calli...
4 days ago  Michael J.... gh-135736: Fix interaction between TaskGroup and aclose...
5 days ago  Calvin Prewittgh-154836: Fix Popen.wait() with very large timeouts...
5 days ago  Bhuvanshgh-154709: Fix out-of-bounds access in dict reverse...
5 days ago  coroma01gh-151321: Fix incorrect opcode metadata flags for...
5 days ago  Serhiy Storchakagh-131565: Implement ctypes.util.dllist() in the _ctype...
5 days ago  Oleksandr Baltiangh-64192: Add *buffersize* to `imap()`/`imap_unordered...
5 days ago  Kumar Adityagh-153531: fix thread safety of setting func.__doc__...
5 days ago  Vyron Vasileiadisgh-154781: Fix garbage from curses window.in_wstr(...
5 days ago  Vyron Vasileiadisgh-154788: Make curses window.getparent() unconditional...
6 days ago  Serhiy Storchakagh-154271: Enable socket ancillary data and forkserver...
6 days ago  Serhiy Storchakagh-154324: Fix os.sendfile() error reporting on illumos...
6 days ago  Kumar Adityagh-154821: fix data races on function attributes (...
6 days ago  Peter Biermagh-154822: Fix racy assertion during finalization ...
6 days ago  Petr Viktoringh-152674: Avoid quadratic behavior in xml.etree.Elemen...
6 days ago  Bartosz Sławeckigh-132604: Track deprecation related to runtime-checkab...
6 days ago  Bartosz Sławeckigh-142349: Clarify lazy import filters have positional...
6 days ago  Petr Viktoringh-154661: Reorganize difflib documentation (GH-154662)
6 days ago  Petr Viktoringh-154775: Don't accept duplicate plus sign when matchi...
6 days ago  Timofei Ivankovgh-150866: Fix asyncio shutdown_asyncgens to report...
6 days ago  Serhiy Storchakagh-154786: Fix crashes on a screen without a terminal...
6 days ago  Dan Shernicoffgh-154746: Update docstring for `collections.Counter...
7 days ago  Łukasz Langagh-154467: Fix empty (Pdb) prompt when attaching to...
7 days ago  Brett Cannongh-154675: reorganize some imports in importlib (#154657)
7 days ago  k00shigh-152912: Fix audit hook exception check in sys.addaud...
7 days ago  Serhiy Storchakagh-152548: Add a test.support.isolation.runInSubprocess...
7 days ago  Vyron Vasileiadisgh-154749: Reject a terminal-less screen in curses...
7 days ago  Vyron Vasileiadisgh-154751: Fix use-after-free in curses.initscr() after...
7 days ago  Serhiy Storchakagh-154744: Improve detection of skipinitialspace in...
7 days ago  Petr Viktoringh-154431: Revert "gh-154431: Fix data race in `sys...
7 days ago  Stefano Riveragh-122931: Allow stable abi3 API extensions to include...
7 days ago  sobolevnUpdate mypy to 2.3 (#154764)
7 days ago  Serhiy Storchakagh-154070: Build the curses module wide by capability...
7 days ago  Hood Chathamgh-145177: Upgrade to Emscripten 6.0.4 (#154743)
8 days ago  Serhiy Storchakagh-93251: Decode localized socket error messages from...
8 days ago  Raj Kripal... gh-148736: Use ag_frame when walking async generators...
8 days ago  Serhiy Storchakagh-153862: Fix spurious color pair in curses window...
8 days ago  Timofeigh-154695: fix asyncio.Task eager_start=True with no...
9 days ago  Mark DickinsonFix a stale link to the `math.integer.isqrt()` correctn...
9 days ago  Jason GAdd the free-threaded Windows build output dirs to...
9 days ago  Peter Biermagh-154199: Soft-deprecate `ctypes.util.find_msvcrt...
9 days ago  Timofeigh-150621: avoid quadratic bytes slicing in `asyncio...
9 days ago  Stan Ulbrychgh-154493: Add the UCD license to `Doc/license.rst...
9 days ago  Rishit Agnihotrigh-153296: Fix thread-safety data race in io.StringIO...
9 days ago  Ivy Xugh-154043: Fix a data race when iterating a shared...
9 days ago  Kumar Adityagh-120866: Document behavior change of asyncio.Server...
9 days ago  Bhuvigh-153290: Fix data race in BytesIO.__setstate__ instal...
9 days ago  Sergey MiryanovGH-153809: Untrack TaskObj from GC before calling unreg...
9 days ago  Lenormand Juliengh-118150: warn in doc about results asymmetry for...
9 days ago  Ivy Xugh-134745: Remove dead code in `thread_nt.h` left by...
9 days ago  Brij Kapadiagh-154189: Fix use-after-free in `functools.partial_vec...
10 days ago  Savannah OstrowskiGH-154638: Use lazy imports in argparse (#154639)
10 days ago  Savannah OstrowskiGH-142035: Fix wrapping of colorized argparse help...
10 days ago  Serhiy Storchakagh-70990: Support bytes addresses of Unix sockets in...
10 days ago  Serhiy Storchakagh-154580: Fix python-gdb.py pretty-printing non-ASCII...
next