https://github.com/python/cpython/commit/a6c0c64de0ade400df7995f1e9480b6fc0f863aa
commit: a6c0c64de0ade400df7995f1e9480b6fc0f863aa
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-10-12T14:46:28+03:00
summary:
gh-59330: Improve error message for dest= for positionals
https://github.com/python/cpython/commit/07c2d15977738165e9dc4248e7edda7c75ecc14b
commit: 07c2d15977738165e9dc4248e7edda7c75ecc14b
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-10-12T11:53:00Z
summary:
gh-85935: Explicitly document the case nargs=0 in argparse (GH-
https://github.com/python/cpython/commit/63cf4e914f879ee28a75c02e867baa7c6047ea2b
commit: 63cf4e914f879ee28a75c02e867baa7c6047ea2b
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-10-12T12:15:37Z
summary:
gh-125254: Fix error report about ambiguous option in argparse
https://github.com/python/cpython/commit/5d8739e956cd20d3860133b384518a3c5c74e5ae
commit: 5d8739e956cd20d3860133b384518a3c5c74e5ae
branch: main
author: Kumar Aditya
committer: kumaraditya303
date: 2024-10-12T12:40:34+05:30
summary:
gh-111924: use atomics for interp id refcounting (#125321)
fil
https://github.com/python/cpython/commit/4a943c3251d1b3fdf50cfb9264ae74e5bc845c3c
commit: 4a943c3251d1b3fdf50cfb9264ae74e5bc845c3c
branch: main
author: Victor Stinner
committer: vstinner
date: 2024-10-12T09:28:34+02:00
summary:
gh-125196: Use PyUnicodeWriter in parser (#125271)
Replace the priv
https://github.com/python/cpython/commit/9944ad388c457325456152257b977410c4ec3593
commit: 9944ad388c457325456152257b977410c4ec3593
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-10-12T16:04:17+03:00
summary:
gh-85935: Check for nargs=0 for positional arguments in ar
https://github.com/python/cpython/commit/330c527299a5380f39c658bfa9321706cabc445d
commit: 330c527299a5380f39c658bfa9321706cabc445d
branch: main
author: Richard Hansen
committer: 1st1
date: 2024-10-12T13:57:27-07:00
summary:
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Th
https://github.com/python/cpython/commit/e47dd9326285c28cf9bf540bd5472bb4bbd73629
commit: e47dd9326285c28cf9bf540bd5472bb4bbd73629
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 202
https://github.com/python/cpython/commit/a8fa4ad9e9f7aa0cba8b23af2c583d17bb1d1847
commit: a8fa4ad9e9f7aa0cba8b23af2c583d17bb1d1847
branch: main
author: Ruoyu Zhong
committer: AA-Turner <[email protected]>
date: 2024-10-13T01:53:28+01:00
summary:
Doc: Fix suggested usage o
https://github.com/python/cpython/commit/dcd58c50844dae0d83517e88518a677914ea594b
commit: dcd58c50844dae0d83517e88518a677914ea594b
branch: main
author: Bernhard M. Wiedemann
committer: AA-Turner <[email protected]>
date: 2024-10-12T18:18:48+01:00
summary:
gh-125260: Chang
https://github.com/python/cpython/commit/1d45fae26dacd9c07d4a57831e224073ef56cbe7
commit: 1d45fae26dacd9c07d4a57831e224073ef56cbe7
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: willingc
date: 2024-10-12T20:44:41Z
summary:
[3.12] gh-125289:
https://github.com/python/cpython/commit/6afdb098593d1e1c08fdd2aee7306d768a2e3bff
commit: 6afdb098593d1e1c08fdd2aee7306d768a2e3bff
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: willingc
date: 2024-10-12T20:43:30Z
summary:
[3.13] gh-125289:
https://github.com/python/cpython/commit/fa52b82c91a8e1a0971bd5fef656473ec93f41e3
commit: fa52b82c91a8e1a0971bd5fef656473ec93f41e3
branch: main
author: Ghorban M. Tavakoly <[email protected]>
committer: willingc
date: 2024-10-12T13:38:13-07:00
summary:
gh-125289: Update sam
https://github.com/python/cpython/commit/62d5a53a0b2a5262a86984cfe9817aeb653ebfca
commit: 62d5a53a0b2a5262a86984cfe9817aeb653ebfca
branch: main
author: Richard Hansen
committer: 1st1
date: 2024-10-12T12:33:00-07:00
summary:
gh-124872: Move PyThreadState to first argument for consistency (#124774
https://github.com/python/cpython/commit/4a2282b0679bbf7b7fbd36aae1b1565145238961
commit: 4a2282b0679bbf7b7fbd36aae1b1565145238961
branch: main
author: Stephen Rosen
committer: nedbat
date: 2024-10-12T16:21:55-04:00
summary:
Prefer "similar" over "equivalent" in tutorial (#125343)
In the datast
https://github.com/python/cpython/commit/33c41360c8d0a2019feddb523295ff3d7d47ee3c
commit: 33c41360c8d0a2019feddb523295ff3d7d47ee3c
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2024-10-12T16:00:41+03:00
summary:
[3.1
https://github.com/python/cpython/commit/0542645354db6f072c1aee28a2c04927a8a0c002
commit: 0542645354db6f072c1aee28a2c04927a8a0c002
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2024-10-12T16:02:26+03:00
summary:
[3.1
https://github.com/python/cpython/commit/e01a1784dbfe366cd2d5e22bba8b964107651bf0
commit: e01a1784dbfe366cd2d5e22bba8b964107651bf0
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2024-10-12T16:02:14+03:00
summary:
[3.1
https://github.com/python/cpython/commit/c05f9dde8a12dfd63d3ade93da616042df2dc925
commit: c05f9dde8a12dfd63d3ade93da616042df2dc925
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-10-12T17:46:21Z
summary:
gh-53203: Fix strptime() for %c and %x formats on many locales
https://github.com/python/cpython/commit/06285be22b686601e6fb11db0222ce07bf8cd12b
commit: 06285be22b686601e6fb11db0222ce07bf8cd12b
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2024-10-12T18:11:48Z
summary:
[3.13] gh
https://github.com/python/cpython/commit/331fc017ce6afdf778464f6e9540670bb6a0fa4f
commit: 331fc017ce6afdf778464f6e9540670bb6a0fa4f
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2024-10-12T18:02:52Z
summary:
[3.12] gh
https://github.com/python/cpython/commit/aa0cdeb93cedef1e28bc3e4dc6cd4c5c3b1425d6
commit: aa0cdeb93cedef1e28bc3e4dc6cd4c5c3b1425d6
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2024-10-12T16:00:24+03:00
summary:
[3.1
https://github.com/python/cpython/commit/eb2d268ac7480b5e2b4ffb9a644cad7ac75ae954
commit: eb2d268ac7480b5e2b4ffb9a644cad7ac75ae954
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-10-12T13:10:50+03:00
summary:
gh-65865: Raise early errors for invalid help strings in a
23 matches
Mail list logo