Commits
User selector
Commit History
Commits on Apr 11, 2026
gh-145105: Fix crash in csv.reader with re-entrant iterator (GH-145106)
Show description for 20994b1authored
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95andauthored
Commits on Mar 18, 2026
gh-146093: Fix csv _set_str(): check if PyUnicode_DecodeASCII() failed (#146113)
Show description for 724c7c8authored
Commits on Mar 17, 2026
gh-145966: Fix _csv DIALECT_GETATTR macro silently masking non-AttributeError exceptions (GH-145974)
Show description for dc24b8aandauthored
Commits on Nov 21, 2025
gh-116738: Make csv module thread-safe (gh-141365)
Show description for fb26d9cauthored
Commits on Aug 24, 2025
gh-137986: Fix and improve the csv functions docstrings (GH-137987)
Show description for aa1dbd4andauthored
Commits on Jun 2, 2025
gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes (GH-133241)
Show description for df98a47authored
Commits on Jan 29, 2025
Commits on Jan 3, 2025
gh-111178: fix UBSan failures in `Modules/_csv.c` (GH-128243)
Show description for 8522f8bauthored
Commits on Oct 11, 2024
Commits on Oct 7, 2024
Commits on Jul 25, 2024
Commits on Jun 27, 2024
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ecandauthored
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6authored
Commits on Mar 7, 2024
Commits on Feb 23, 2024
Commits on Feb 20, 2024
gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True (GH-115721)
Show description for 937d282authored
Commits on Jan 30, 2024
Commits on Jan 22, 2024
gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)
Show description for c8351a6authored
Commits on Jan 18, 2024
gh-114123: Migrate docstring from _csv to csv (#114124)
Show description for 72abb8cauthored
Commits on Jan 10, 2024
gh-70835: Clarify error message for CSV file opened with wrong newline (GH-113786)
Show description for 568d220authored
Commits on Nov 27, 2023
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authored
Commits on Aug 24, 2023
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Show description for b32d4caauthored
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on Jul 12, 2023
Commits on Jun 1, 2023
gh-92536: Remove PyUnicode_READY() calls (#105210)
Show description for ef30093authored
Commits on May 7, 2023
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06authored
Commits on Apr 12, 2023
gh-67230: add quoting rules to csv module (GH-29469)
Show description for 330a942authored
Commits on Nov 14, 2022
gh-99300: Use Py_NewRef() in Modules/ directory (#99466)
Show description for 3817607authored
Commits on Oct 7, 2022
Commits on May 13, 2022
gh-89653: Use int type for Unicode kind (#92704)
Show description for f62ad4fauthored