Python-checkins
python-checkins@python.orgCheck-in messages from the Python maintainers
Recently active discussions
GH-107956: install build-details.json (PEP 739) (#130069)
Feb. 13, 2025, 1:58 p.m.
- 1
- 0
- 0 0
gh-126835: Move const folding of lists & sets from ast_opt.c to flowgraph.c (#130032)
Feb. 13, 2025, 12:11 p.m.
- 1
- 0
- 0 0
gh-128002: optimistically remove tasks from linked list when finished (#129995)
Feb. 13, 2025, 7:49 a.m.
- 1
- 0
- 0 0
[3.13] gh-130025: Correct handling of symlinks during iOS testbed framework installation. (GH-130026) (#130073)
Feb. 13, 2025, 6:47 a.m.
- 1
- 0
- 0 0
gh-130025: Correct handling of symlinks during iOS testbed framework installation. (#130026)
Feb. 13, 2025, 6:03 a.m.
- 1
- 0
- 0 0
GH-127432: add cross-build-linux as a required CI job (#129459)
Feb. 13, 2025, 2:41 a.m.
- 1
- 0
- 0 0
[3.13] gh-129693: Suppress `SyntaxWarning` in test_fstring (GH-129830) (#130068)
Feb. 13, 2025, 2:03 a.m.
- 1
- 0
- 0 0
[3.13] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130066)
Feb. 13, 2025, 1:49 a.m.
- 1
- 0
- 0 0
gh-96092: Fix traceback.walk_stack(None) skipping too many frames (#129330)
Feb. 13, 2025, 1:43 a.m.
- 1
- 0
- 0 0
[3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130065)
Feb. 13, 2025, 1:42 a.m.
- 1
- 0
- 0 0
[3.10] Docs: pin python-docs-theme to 2025.2 (GH-129576) (#130067)
Feb. 13, 2025, 1:39 a.m.
- 1
- 0
- 0 0
[3.11] Docs: pin python-docs-theme to 2025.2 (#129576)
Feb. 13, 2025, 1:33 a.m.
- 1
- 0
- 0 0
[3.11] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-119465 (GH-129561) (#129566)
Feb. 13, 2025, 1:32 a.m.
- 1
- 0
- 0 0
[3.10] gh-129641: Docs GHA build: use upload-artifact@v4 & Python 3.12 (#129642)
Feb. 13, 2025, 1:31 a.m.
- 1
- 0
- 0 0
[3.10] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-129171) (#129440)
Feb. 13, 2025, 1:31 a.m.
- 1
- 0
- 0 0
gh-88535: Improve syntax error for wrongly closed strings (#26633)
Feb. 13, 2025, 1:30 a.m.
- 1
- 0
- 0 0
gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (#116049)
Feb. 13, 2025, 1:07 a.m.
- 1
- 0
- 0 0
GH-91048: Correct error path in testexternalinspection (#129557)
Feb. 13, 2025, 1:07 a.m.
- 1
- 0
- 0 0
gh-129693: Suppress `SyntaxWarning` in test_fstring (#129830)
Feb. 13, 2025, 12:38 a.m.
- 1
- 0
- 0 0
gh-130030: Fix crash on 32-bit Linux with free threading (gh-130043)
Feb. 12, 2025, 11:09 p.m.
All Threads
- 1
- 0
- 0 0
Most popular discussions
No vote has been cast this month (yet).
Most active discussions
gh-128421: make getters and setters of `BaseException` thread safe (#128728)
Jan. 13, 2025, 2:38 p.m.
- 1
- 0
- 0 0
gh-128002: add more thread safety tests for asyncio (#128480)
Jan. 13, 2025, 3:36 p.m.
- 1
- 0
- 0 0
gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (#128287)
Jan. 13, 2025, 3:54 p.m.
- 1
- 0
- 0 0
gh-128562: Fix generation of the tkinter widget names (GH-128604)
Jan. 13, 2025, 3:54 p.m.
- 1
- 0
- 0 0
Explicitly import `urllib.error` in `urllib.robotparser` (#128737)
Jan. 13, 2025, 4:15 p.m.
- 1
- 0
- 0 0
[3.13] gh-128562: Fix generation of the tkinter widget names (GH-128604) (GH-128791)
Jan. 13, 2025, 4:23 p.m.
- 1
- 0
- 0 0
[3.12] gh-128562: Fix generation of the tkinter widget names (GH-128604) (GH-128792)
Jan. 13, 2025, 4:23 p.m.
- 1
- 0
- 0 0
[3.12] Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737) (#128794)
Jan. 13, 2025, 4:32 p.m.
- 1
- 0
- 0 0
[3.13] gh-128731: Explicitly close socket on error in robotparser.RobotFileParser.read() (GH-128733) (GH-128755)
Jan. 13, 2025, 4:44 p.m.
- 1
- 0
- 0 0
[3.13] Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737) (#128793)
Jan. 13, 2025, 4:45 p.m.
- 1
- 0
- 0 0
gh-125997: Increase test coverage for `time.sleep()` (#128751)
Jan. 13, 2025, 4:58 p.m.
- 1
- 0
- 0 0
[3.12] gh-125997: Increase test coverage for `time.sleep()` (GH-128751) (#128795)
Jan. 13, 2025, 5:16 p.m.
- 1
- 0
- 0 0
[3.13] gh-125997: Increase test coverage for `time.sleep()` (GH-128751) (#128796)
Jan. 13, 2025, 5:23 p.m.
- 1
- 0
- 0 0
gh-106320: Document private C APIs promoted to public C API (#128788)
Jan. 14, 2025, 7:44 a.m.
- 1
- 0
- 0 0
gh-71339: Add additional assertion methods for unittest (GH-128707)
Jan. 14, 2025, 8:02 a.m.
- 1
- 0
- 0 0
[3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741) (#128757)
Jan. 14, 2025, 8:03 a.m.
- 1
- 0
- 0 0
Skip CI expensive checks on `CODEOWNERS` update (#128754)
Jan. 14, 2025, 8:41 a.m.
- 1
- 0
- 0 0
gh-123299: Copyedit "What's New in Python 3.14" (#128814)
Jan. 14, 2025, 8:53 a.m.
- 1
- 0
- 0 0
Update cryptographic primitives code owners. (#128747)
Jan. 14, 2025, 9:16 a.m.
- 1
- 0
- 0 0
gh-128400: Only show the current thread in `Py_FatalError` on the free-threaded build (#128758)
Jan. 13, 2025, 2:36 p.m.
All Threads
- 1
- 0
- 0 0