COMMITS
/ Doc/library/configparser.rst March 22, 2026
S
Add a warning about untrusted input to `configparser` docs (#146276)
Stan Ulbrych committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
February 23, 2025
J
gh-65697: Prevent configparser from writing keys it cannot properly read (#129270)
Jacob Austin Lincoln committed
November 5, 2024
October 10, 2024
A
Add some doctest cleanups for `turtle` and `configparser` (#125288)
Alex Waygood committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
August 18, 2024
P
gh-123049: configparser: Allow to create the unnamed section from scratch. (#123077)
Pedro Lacerda committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
July 13, 2024
T
gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664)
Timon Viola committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 29, 2024
P
gh-66449: configparser: Add support for unnamed sections (#117273)
Pedro Lacerda committed
March 6, 2024
P
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Prince Roshan committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
December 31, 2023
H
gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)
Hugo van Kemenade committed
December 30, 2023
D
Update ConfigParser docs defining valid section name (#110506)
Delgan committed
December 13, 2023
H
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade committed
September 7, 2023
February 16, 2023
S
gh-93573: Replace wrong example domains in configparser doc (GH-93574)
sblondon committed
October 26, 2022
P
gh-98644: point people to tomllib from configparser’s docs (#98645)
Philipp A committed
June 21, 2022
G
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)
Gregory P. Smith committed
March 23, 2022
J
[doc] configparser: avoid inline comments. (GH-31247)
Julien Palard committed
February 22, 2022
February 2, 2022
H
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Hugo van Kemenade committed
September 17, 2021
N
bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-28396)
Nikita Sobolev committed
September 13, 2021
H
bpo-45173 Remove configparser deprecations (GH-28292)
Hugo van Kemenade committed
July 13, 2021
K
bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)
Kevin Follstad committed
May 18, 2021
J
bpo-41963: document that ConfigParser strips off comments (GH-26197)
Jürgen Gmach committed
September 23, 2020
August 13, 2020
V
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner committed
September 10, 2019
A
bpo-21018: added missing documentation about escaping characters for configparser (GH-6137)
Arun Persaud committed
April 2, 2019
I
bpo-35838: document optionxform must be idempotent (GH-12656)
Inada Naoki committed
January 31, 2019
I
bpo-33504: fix wrong "versionchanged" (GH-11712)
Inada Naoki committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel committed
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
October 24, 2018
N
configparser doc: Properly label ConfigParser attributes (GH-9930)
Ned Batchelder committed
September 29, 2018
Z
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
Zackery Spytz committed
June 9, 2018
A
Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543)
Andrés Delfino committed
June 8, 2018
A
bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawConfigParser (GH-7494)
Andrés Delfino committed
June 5, 2018
J
bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)
John Reese committed
April 23, 2018
C
bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)
Chris Bradbury committed
April 17, 2018
Ł
Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)
Łukasz Langa committed
November 2, 2017
V
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
Vincent Michel committed
August 24, 2017
Ł
bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)
Łukasz Langa committed
August 21, 2017
Ł
bpo-23835: [docs] configparser converts defaults to strings (#3176)
Łukasz Langa committed
April 6, 2017
A
Correct typo in configparser.rst (#1012)
Alex Jordan committed
March 3, 2017
D
bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)
David Ellis committed
March 2, 2017
M
bpo-27200: fix configparser, copyreg and ctypes doctests (#240)
Marco Buttu committed
January 29, 2017
M
Issue #11670: readfp(fp) parameter name is different to read_file(f)
Martin Panter committed