]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
7 days ago  Serhiy Storchakagh-49555: Clarify imaplib modified UTF-7 docs and comme...
7 days ago  Kumar Adityagh-98078: fix asyncio SSL transports not sending the...
8 days ago  Kumar Adityagh-71019: document which objects connect_read_pipe...
8 days ago  tonghuaroot... gh-153658: Fix sqlite3 iterdump() for table names conta...
8 days ago  sobolevngh-141510: Update `marshal` module comment with `frozen...
8 days ago  Russell Keith... gh-153631: Move to `macos-26` runner for iOS (#153632)
8 days ago  sobolevngh-152405: Do not expose the internal mapping when...
8 days ago  Kumar Adityagh-89696: Fix `loop.sock_connect` docs on address resol...
9 days ago  Stan Ulbrychgh-148286: Fix UB in `ZstdDecompressor.unused_data...
9 days ago  Łukaszgh-153037: Make ZstdFile.__next__ raise io.UnsupportedO...
9 days ago  Serhiy Storchakagh-153513: Remove obsolete Tk version guards in tkinter...
9 days ago  Kumar Adityagh-90431: Document cancellation behavior of asyncio...
9 days ago  Timofeigh-151615: Avoid repeated reschedule in asyncio _accept...
10 days ago  Victor Stinnergh-152132: Close stderr_copy in test_api.test_run ...
10 days ago  Taeknologygh-102591: Document that urlcleanup resets the global...
10 days ago  Pablo Galindo... gh-153569: Split tokenizer lexer into focused files...
10 days ago  Łukaszgh-153293: Clear opcode statistics in the live profiler...
10 days ago  Lukas Geigergh-141968: Use `take_bytes` to simplify and remove...
10 days ago  Matt Van Horngh-145694: Update tutorial indentation guidance for...
10 days ago  Xuyang Zhanggh-152431: update StreamReader transport after StreamWr...
10 days ago  Dupratgh-152614: Add raises to `QueueShutDown` in `asyncio...
10 days ago  Serhiy Storchakagh-86726: Note that the ttk Treeview separator column...
10 days ago  Serhiy Storchakagh-126877: Fix the configure check for Tcl/Tk with...
10 days ago  Serhiy Storchakagh-86726: Fix and improve tkinter documentation and...
10 days ago  Serhiy Storchakagh-88647: Fix tkinter config() docs for synonym options...
11 days ago  Jakob Rossigh-151540: Use a selector event loop in the happy-eyeba...
11 days ago  Serhiy Storchakagh-50409: Modernize tkinter.PanedWindow.paneconfigure...
11 days ago  Serhiy Storchakagh-152638: Deprecate tkinter.filedialog.askopenfiles...
11 days ago  Serhiy Storchakagh-72880: Add tkinter.fontchooser -- interface to the...
11 days ago  Serhiy Storchakagh-153259: Add tkinter.systray -- system tray icon...
11 days ago  Serhiy Storchakagh-153256: Add tk_print() methods to tkinter Canvas...
11 days ago  tonghuaroot... gh-153333: Read tkinter profile scripts with the source...
11 days ago  Stan Ulbrychgh-152216: Update bundled expat to 2.8.2 (GH-152234)
11 days ago  Victor Stinnergh-153300: Reuse PYCONFIG_SPEC in config_set_global_var...
11 days ago  Serhiy Storchakagh-151914: Reorganize the curses entries in What's...
11 days ago  Serhiy Storchakagh-59396: Add use_ttk parameter to tkinter ScrolledText...
11 days ago  Serhiy Storchakagh-116946: Implement the GC protocol for _tkinter tkapp...
11 days ago  Serhiy Storchakagh-143070: Use "+" instead of "!" in automatically...
11 days ago  Serhiy Storchakagh-153513: Remove redundant conversions in tkinter...
11 days ago  Serhiy Storchakagh-153494: Encode imaplib search criteria to the declar...
11 days ago  Serhiy Storchakagh-153513: Return str and numbers for more Tcl object...
11 days ago  Bartosz Sławeckigh-151213: Fix asyncio tools permission requirements...
11 days ago  Daniele Nicolodigh-151669: Normalize symlink targets in tarfile.TarFile...
11 days ago  Serhiy Storchakagh-153502: Add uid parameter to imaplib command methods...
11 days ago  Harjoth Kharagh-153438: Update NuGet download URL (GH-153482)
11 days ago  Stan Ulbrychgh-151942: Fix all Sphinx nitpicks in the Python 2...
11 days ago  Stan Ulbrychgh-151942: Fix all Sphinx nitpicks in the 2.5 What...
11 days ago  Kumar Adityagh-153201: Make TSan CI mandatory (#153491)
11 days ago  Petr Viktoringh-145633: Allow PyFloat_Pack8 & PyFloat_UnPack* to...
12 days ago  tonghuaroot... gh-153062: Fix a crash iterating itertools.tee on the...
12 days ago  Victor Stinnergh-152132: Test Py_CompileString() in test_capi.test_ru...
12 days ago  Victor Stinnergh-152132: Enhance Py_RunMain() and fix bugs (#153461)
12 days ago  Neil SchemenauerUse enums for pycore_uop_ids.h. (gh-153351)
12 days ago  stratakisgh-98894: Quote test_dtrace tracer subcommands (#152901)
12 days ago  Victor Stinnergh-121608: Fix test_samply_profiler: only check samply...
12 days ago  Xiaowei Lugh-152769: Enable perf trampoline on musl (Alpine Linux...
12 days ago  Victor Stinnergh-152132: Fix Py_RunMain() to return an exit code...
12 days ago  Hugo van Kemenadegh-146531: Broaden `wm_iconbitmap` skip on macOS 26...
12 days ago  Serhiy Storchakagh-152905: Decode LC_TIME items in nl_langinfo() from...
12 days ago  Serhiy Storchakagh-152997: Support system locale encodings via an iconv...
12 days ago  sobolevngh-153444: Fix compile warning in `Modules/_interpchann...
12 days ago  Serhiy Storchakagh-49555: Support international mailbox names in imapli...
12 days ago  Serhiy Storchakagh-90092: Fix test_curses when stdin is write-only...
12 days ago  Serhiy Storchakagh-153422: Return bool from some tkinter query methods...
12 days ago  Maurycy Pawłowski... gh-151292: Change `total_samples:u32` in the binary...
12 days ago  tonghuaroot... gh-153406: Raise ValueError, not OverflowError, for...
12 days ago  Serhiy Storchakagh-153417: Fix BytesWarning in imaplib error messages...
12 days ago  Victor Stinnergh-152132: Test all PyRun functions in test_capi.test_r...
12 days ago  Serhiy Storchakagh-69134: Harden NotebookTest.test_traversal (GH-153403)
13 days ago  Serhiy Storchakagh-151757: Skip curses variation-selector test on older...
13 days ago  Serhiy Storchakagh-153380: Adapt ttk tests to Tk 9.1 changes (GH-153381)
13 days ago  Kanishk Pachaurigh-130578: clarify urllib.parse.quote parameter default...
13 days ago  CHINMAYgh-47005: fix do_open() to let regular headers override...
13 days ago  Bartosz Sławeckigh-151213: Document asyncio debugging tools (#151392)
13 days ago  Gregory P.... gh-119592: gh-152967: Fix ProcessPoolExecutor stranding...
13 days ago  YiYigh-61310: Document package precedence over same-named...
13 days ago  Victor Stinnergh-153300: Set global configuration variables in PyConf...
13 days ago  Mathieu Dubois... gh-46927: Prevent readline from overriding environment...
13 days ago  Kumar Adityagh-143750: Compile OpenSSL with TSan for TSan CI (...
13 days ago  sobolevngh-153298: Fix data race in `GenericAlias` parameter...
13 days ago  sobolevngh-153339: Remove extra skip in `test_generators.py...
13 days ago  777GE90bpo-42861: Add `next_network` function to ipaddress...
13 days ago  Donghee Nagh-153083: Defer GC tracking of an array to the end...
13 days ago  Serhiy Storchakagh-143990: Do not assume the requested font size in...
13 days ago  Serhiy Storchakagh-86017: Document displayof for Font.actual() and...
13 days ago  Serhiy Storchakagh-66788: Add the utf-7-imap codec (GH-153149)
13 days ago  Kumar Adityagh-150191: temporarily skip two openssl tests which...
13 days ago  Serhiy Storchakagh-88574: Do not swallow the line after a terminating...
13 days ago  Timofeigh-149740: Remove redundant self.empty() check in async...
13 days ago  sobolevngh-153292: Fix data race in `threading.RLock.__repr__...
13 days ago  Timofeigh-150358: Remove unused _complete_fut attribute from...
13 days ago  Serhiy Storchakagh-143990: Preserve the size when creating a Font from...
2026-07-08  tonghuaroot... gh-153056: Fix a data race compiling the string.Templat...
2026-07-07  Aniketgh-152586: Make `tempfile.TemporaryFileWrapper` public...
2026-07-07  Timofeigh-153133: Fix socket leak in error path of asyncio...
2026-07-07  sobolevngh-153252: Fix error handling in `_PyCompile_CodeGen...
2026-07-07  Victor StinnerOn Unix, avoid a conversion to wchar_t in getpath.c...
2026-07-07  Wojusenseigh-152798: update sys.thread_info.lock documentation...
2026-07-07  sobolevngh-153210: Restore accidental `array.ArrayType` removal...
2026-07-07  An Longgh-153205: Set `MemoryError` in stackref array conversi...
next