Commits
Branch selector
User selector
Commit History
Commits on Oct 19, 2024
Commits on Oct 18, 2024
Commits on Oct 17, 2024
[3.12] pythongh-52551: Fix encoding issues in strftime() (pythonGH-125193) (pythonGH-125657) (pythonGH-125661)
[3.12] [3.13] pythongh-123370: Fix the canvas not clearing after running turtledemo.clock (pythongh-123457) (pythonGH-125653) (python#125656)
[3.12] pythongh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins (pythonGH-113577) (pythonGH-125655)
[3.12] pythongh-95836: Add custom type converter examples to argparse tutorial (pythonGH-125376) (pythonGH-125642)
[3.12] pythongh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (python#124959) (python#125466)
authored
Commits on Oct 16, 2024
Commits on Oct 15, 2024
[3.12] pythongh-89819: Add argument_default and conflict_handler to add_argument_group() docs (pythonGH-125379) (pythonGH-125539)
[3.12] pythongh-125422: Don't set the caller's f_trace if it's botframe (pythonGH-125427) (python#125531)
[3.12] pythongh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses (pythonGH-125516) (python#125525)
Commits on Oct 14, 2024
[3.12] pythongh-53203: Fix strptime() for %c, %x and %X formats on many locales (pythonGH-125406) (pythonGH-125454) (pythonGH-125483)
[3.12] pythongh-86357: argparse: use str() consistently and explicitly to print choices (pythonGH-117766) (pythonGH-125432)
[3.12] pythongh-123133: clarify p=0 case for "f" and "e" formatting types (pythonGH-125426) (python#125429)
Commits on Oct 13, 2024
[3.12] pythonGH-125069: Fix inconsistent joining in
WindowsPath(PosixPath(...))
(pythonGH-125156) (python#125410)[3.12] pythongh-101291: Add versionadded directives for PyUnstable_Long_* (pythonGH-125384) (python#125408)
[3.12] pythongh-61698: Use launchctl to detect macOS window manager in tests (pythonGH-118390) (python#125393)
[3.12] pythongh-86673: Loosen test_ttk.test_identify() requirements (pythonGH-125335) (python#125391)
[3.12] Trivial change: Update comments in activate about what running hash -r does (pythonGH-125385) (python#125388)
authored
Commits on Oct 12, 2024
[3.12] pythongh-53203: Fix strptime() for %c and %x formats on many locales (pythonGH-124946) (pythonGH-125370)
[3.12] pythongh-85935: Explicitly document the case nargs=0 in argparse (pythonGH-125302) (pythonGH-125358)
[3.12] pythongh-125254: Fix error report about ambiguous option in argparse (pythonGH-125273) (pythonGH-125360)
[3.12] Doc: Fix a typo in "Function Examples" in the control-flow tutorial (pythonGH-125338) (python#125342)