COMMITS
/ Lib/test/test_configparser.py April 13, 2026
B
gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine` (#148452)
Bénédikt Tran committed
April 7, 2026
J
gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399)
Joshua Swanson committed
December 19, 2025
June 27, 2025
S
gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
Sergey B Kirpichev committed
April 16, 2025
February 23, 2025
J
gh-65697: Prevent configparser from writing keys it cannot properly read (#129270)
Jacob Austin Lincoln committed
February 17, 2025
A
gh-129678: ConfigParser: do not write an empty unnamed section (GH-129679)
Andrey Efremov committed
January 26, 2025
A
gh-127096: Do not recreate unnamed section on every read in ConfigParser (#127228)
Andrey Efremov committed
August 18, 2024
P
gh-123049: configparser: Allow to create the unnamed section from scratch. (#123077)
Pedro Lacerda committed
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
March 29, 2024
P
gh-66449: configparser: Add support for unnamed sections (#117273)
Pedro Lacerda committed
March 19, 2024
D
gh-116957: configparser: Do post-process values after DuplicateOptionError (GH-116958)
David Röthlisberger committed
March 6, 2024
P
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Prince Roshan committed
November 9, 2023
N
gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879)
Nikita Sobolev committed
June 6, 2023
V
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner committed
May 26, 2023
H
gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)
Hugo van Kemenade committed
August 4, 2022
S
Fix links to old SF bugs (#95648)
Serhiy Storchaka committed
June 21, 2022
G
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)
Gregory P. Smith committed
May 2, 2022
H
gh-90765: configparser test: Catch deprecation warning (#91480)
Hugo van Kemenade committed
April 5, 2022
H
bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs since 3.2 (GH-30927)
Hugo van Kemenade committed
February 17, 2022
B
bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-21062)
Brian Faherty committed
February 2, 2022
H
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Hugo van Kemenade committed
September 13, 2021
H
bpo-45173 Remove configparser deprecations (GH-28292)
Hugo van Kemenade committed
July 13, 2021
J
bpo-38741: Definition of multiple ']' in header configparser (GH-17129)
jsnklln committed
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki committed
August 17, 2020
V
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi committed
June 12, 2018
C
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588)
Cheryl Sabella committed
June 5, 2018
J
bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)
John Reese committed
April 23, 2018
C
bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)
Chris Bradbury 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
J
bpo-23835: Enforce that configparser defaults are strings (#2558)
James Tocknell committed
March 3, 2017
D
bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)
David Ellis committed
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
November 26, 2016
Ł
Merge 3.5, fix for #24142
Łukasz Langa committed
September 9, 2016
M
Issue #27106: Add test for configparser.__all__
Martin Panter committed
August 13, 2015
R
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins committed
R
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins committed
December 15, 2014
S
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka committed
S
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka committed
September 15, 2014
Ł
Closes #18159: ConfigParser getters not available on SectionProxy
Łukasz Langa committed
September 4, 2014
Ł
Fix #19546: onfigparser exceptions expose implementation details. Patch by Claudiu Popa.
Łukasz Langa committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
December 8, 2013
Z
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware committed
June 23, 2013
Ł
Fixed issue #18260: configparser TypeError on source name specified as bytes
Łukasz Langa committed
January 11, 2013
E
#16925: test_configparser now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti committed
January 1, 2013
Ł
configparser: preserve section order when using `__setitem__` (issue #16820)
Łukasz Langa committed
December 31, 2012
Ł
Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820.
Łukasz Langa committed