]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
59 min ago  Serhiy Storchakagh-74366: Fix the documentation of "$" in PyArg_ParseTu... main
3 hours ago  Victoriengh-105499: Avoid using `functools.reduce()` to reconstr...
13 hours ago  Serhiy Storchakagh-75876: Use functools.wraps() in test.support test...
14 hours ago  Mark Byrnegh-109861: Fix a doctest in Lib/_pydecimal.py which...
16 hours ago  Mia Albertgh-150693: Combine docs sections for external resources...
17 hours ago  Petr Viktoringh-152105: Remove PyUnstable_ExecutableKinds and relate...
18 hours ago  Hugo van Kemenadegh-155009: Fix argparse test on non-UTF-8 locales like...
19 hours ago  Serhiy Storchakagh-155266: Fix Argument Clinic for a lone optional...
27 hours ago  Maurycy Pawłowski... gh-145685: Remove `_PySeqLock` that is not used anymore...
28 hours ago  Hood Chathamgh-145177: Upgrade to Emscripten 6.0.6 (#155260)
33 hours ago  Brett CannonAdd a `wasi package` command (#154510)
36 hours ago  AkhilByjugh-151925: Clarify ast.DictComp.value for dict unpackin...
36 hours ago  Serhiy Storchakagh-155043: Support copy.replace() for argparse.Namespac...
38 hours ago  Timofei Ivankovgh-154902: Add an intrinsic for conditional annotations...
40 hours ago  Petr Viktoringh-152105: Remove docs snippet that uses internal C...
41 hours ago  Serhiy Storchakagh-64502: Convert curses methods with optional groups...
42 hours ago  Serhiy Storchakagh-152548: Add options, env and timeout parameters...
43 hours ago  Serhiy Storchakagh-64502: Support several optional groups on the same...
43 hours ago  Serhiy Storchakagh-155212: List the converters defined in a C file...
44 hours ago  Serhiy Storchakagh-155218: Generate the option group flags in a stable...
45 hours ago  Serhiy Storchakagh-155207: Add --dry-run and --diff options to Argument...
46 hours ago  Serhiy Storchakagh-64502: Fix Argument Clinic support of optional group...
47 hours ago  Richard Sigh-155063: Upgrade bundled pip to 26.2.1 (#155196)
47 hours ago  Petr Viktoringh-153711: Add runtime guards for dup3 & pipe2 (#155174)
2 days ago  Savannah OstrowskiGH-155009: Preserve argparse prog for programmatic...
2 days ago  Hood Chathamgh-145177: Upgrade to Emscripten 6.0.5 (#155179)
2 days ago  Harjoth Kharagh-117807: Handle invalid UTF-8 in mimetypes map files...
2 days ago  Brij Kapadiagh-154523: Fix data-race in `TextIOWrapper.detach(...
2 days ago  Serhiy Storchakagh-152548: Report a subprocess of runInSubprocess(...
2 days ago  Serhiy Storchakagh-155109: Run tests exhausting the C stack with a...
2 days ago  Timofei Ivankovgh-154044: Fix data race on descriptor __qualname__...
2 days ago  Serhiy Storchakagh-155146: Do not depend on the exact number of allocat...
2 days ago  Timofei Ivankovgh-154971: Split IocpProactor._poll() (#155142)
2 days ago  Kumar Adityagh-104091: Suggest TaskGroup for running background...
2 days ago  Serhiy Storchakagh-154863: Check the encoded bytes in the shift state...
3 days ago  Richard Sigh-155063: Upgrade bundled pip to 26.2 (#155064)
3 days ago  Serhiy Storchakagh-78959: Add order parameter to memoryview.cast()...
3 days ago  Kumar Adityagh-75279: Document that asyncio StreamWriter.drain...
3 days ago  Sam Bullgh-94984: Add mode parameter to asyncio create_unix_ser...
3 days ago  Jakub Kulíkgh-145030: Fix asyncio write pipe transport for named...
3 days ago  Wenzel Jakobgh-151728: Clear the typing caches at interpreter shutd...
3 days ago  Edward Xugh-154937: Fix `_thread._shutdown()` racing with `_thre...
3 days ago  Yaksh BariyaGH-138800: Fix variable substitution in python3.pc...
4 days ago  Stephen Rosengh-155013: Fix a reference to "partial object" in the...
4 days ago  Serhiy Storchakagh-155006: Encode an error handler's replacement strict...
4 days ago  Bhuvanshgh-155052: Fix docstring of decimal.Context.copy (GH...
4 days ago  Serhiy Storchakagh-79366: Fix a race condition when removing a logging...
4 days ago  Serhiy Storchakagh-155051: Reject None keyword arguments in decimal...
4 days ago  Serhiy Storchakagh-155041: Support copy.replace() for decimal.Context...
5 days ago  Bhuvanshgh-154892: Fix `PyLong_AsLong()` error checks in `_zone...
5 days ago  Malcolm SmithUpdate Android Gradle plugin to version 9.3.1 (#155012)
5 days ago  Bhuvanshgh-154871: Fix `asyncio.Task.get_context()` crash on...
5 days ago  Neil SchemenauerAdd comments about _Py_LOCK_DONT_DETACH usage. (#153817)
5 days ago  Pedram Karimigh-151627: fix thread safety of OrderedDict iterator...
6 days ago  Hugo van Kemenadegh-133879: Copyedit "What's New in Python 3.15" (#154978)
6 days ago  sijun-yangFix inconsistencies in `InternalDocs/parser.md` (GH...
6 days ago  Petr Viktoringh-151728: Partially revert "Clear the typing caches...
6 days ago  Iaroslavgh-154791: Fix asyncio.Future losing traceback on repea...
6 days ago  Łukaszgh-154726: Fix `shutil.copyfile()` for symlinks to...
6 days ago  tonghuaroot... gh-154738: Propagate reparse-deferral setting to pyexpa...
6 days ago  Vyron Vasileiadisgh-154863: Fix iconv encoding of ISO-2022-CN-EXT return...
6 days ago  Serhiy Storchakagh-154848: Enforce frame boundaries in the C unpickler...
6 days ago  yangbaechugh-154936: Fix JSON control character error position...
7 days ago  Peter Hawkinsgh-152075: Avoid lock contention in _Py_Specialize_Load...
7 days ago  Raymond Hettingergh-154746: Document `collections.Counter` internal...
7 days ago  Stephen Rosengh-94543: Improve tempfile.mkstemp documentation about...
7 days ago  Stefano RiveraSome tidying for GitHub Actions (#154950)
7 days ago  Taeknologygh-135828: Disable syntax highlighting in Using Python...
7 days ago  Hugo van KemenadeCODEOWNERS: Remove everyone from `removed-ids.txt`...
7 days ago  Vyron Vasileiadisgh-154874: Fix the sign of curses.termattrs() (GH-154875)
7 days ago  Hugo van KemenadeUpdate bytecode magic number for the 3.15 release candi...
7 days ago  Stan Ulbrychgh-151942: Fix all Sphinx nitpicks in the Python 2...
7 days ago  Serhiy Storchakagh-154934: Remove ncurses assumptions from curses and...
7 days ago  Savannah OstrowskiGH-148468: Accept string-like proxy objects in colorize...
7 days ago  Sergey B Kirpichevgh-154037: Fix race in the hash(Decimal) (#154045)
7 days ago  vjabuildsImproved test coverage for codeop.py. (GH-154100)
7 days ago  Bhuvanshgh-154587: Fix Windows buffer declaration in _cursesmod...
7 days ago  Aniketgh-151941: Fix Sphinx reference warnings in `Doc/c...
7 days ago  Wenzel Jakobgh-151728: Clear the typing caches at interpreter shutd...
8 days ago  Malcolm SmithMinor fixes for Android (#154895)
8 days ago  Malcolm SmithMake `os.get_terminal_size` check `isatty` before calli...
8 days ago  Michael J.... gh-135736: Fix interaction between TaskGroup and aclose...
8 days ago  Calvin Prewittgh-154836: Fix Popen.wait() with very large timeouts...
8 days ago  Bhuvanshgh-154709: Fix out-of-bounds access in dict reverse...
8 days ago  coroma01gh-151321: Fix incorrect opcode metadata flags for...
8 days ago  Serhiy Storchakagh-131565: Implement ctypes.util.dllist() in the _ctype...
8 days ago  Oleksandr Baltiangh-64192: Add *buffersize* to `imap()`/`imap_unordered...
8 days ago  Kumar Adityagh-153531: fix thread safety of setting func.__doc__...
8 days ago  Vyron Vasileiadisgh-154781: Fix garbage from curses window.in_wstr(...
8 days ago  Vyron Vasileiadisgh-154788: Make curses window.getparent() unconditional...
9 days ago  Serhiy Storchakagh-154271: Enable socket ancillary data and forkserver...
9 days ago  Serhiy Storchakagh-154324: Fix os.sendfile() error reporting on illumos...
9 days ago  Kumar Adityagh-154821: fix data races on function attributes (...
9 days ago  Peter Biermagh-154822: Fix racy assertion during finalization ...
9 days ago  Petr Viktoringh-152674: Avoid quadratic behavior in xml.etree.Elemen...
9 days ago  Bartosz Sławeckigh-132604: Track deprecation related to runtime-checkab...
9 days ago  Bartosz Sławeckigh-142349: Clarify lazy import filters have positional...
9 days ago  Petr Viktoringh-154661: Reorganize difflib documentation (GH-154662)
9 days ago  Petr Viktoringh-154775: Don't accept duplicate plus sign when matchi...
9 days ago  Timofei Ivankovgh-150866: Fix asyncio shutdown_asyncgens to report...
next