FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/configparser.py - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
configparser.py
on
main
User selector
Datepicker
Commit history
Commits on Jun 23, 2026
gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929)
sethmlarson
authored
5858e42
View commit details
Copy full SHA for 5858e42
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine` (#148452)
picnixz
authored
2662db0
View commit details
Copy full SHA for 2662db0
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399)
Show description for 7e0a0be
joshuaswanson
authored
7e0a0be
View commit details
Copy full SHA for 7e0a0be
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
gh-136282: Configparser: create unnamed sections via mapping protocol access (GH-136313)
Rogdham
authored
4aef138
View commit details
Copy full SHA for 4aef138
View code at this point
Browse repository at this point
Commits on Jun 15, 2025
gh-65697: Improved error msg for configparser key validation (#135527)
Show description for 81237fb
lincolnj1
and
blurb-it[bot]
authored
81237fb
View commit details
Copy full SHA for 81237fb
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation` set (GH-130949)
sobolevn
authored
c35c735
View commit details
Copy full SHA for c35c735
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
gh-128641: Fix ConfigParser.read Perfomance Regression (#129596)
Show description for cd6abe2
authored
cd6abe2
View commit details
Copy full SHA for cd6abe2
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
gh-65697: Prevent configparser from writing keys it cannot properly read (#129270)
Show description for 25a7ddf
lincolnj1
and
blurb-it[bot]
authored
25a7ddf
View commit details
Copy full SHA for 25a7ddf
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
gh-129678: ConfigParser: do not write an empty unnamed section (GH-129679)
Show description for ef8eeca
PalmtopTiger
and
encukou
authored
ef8eeca
View commit details
Copy full SHA for ef8eeca
View code at this point
Browse repository at this point
Commits on Jan 26, 2025
gh-127096: Do not recreate unnamed section on every read in ConfigParser (#127228)
Show description for 914c232
PalmtopTiger
authored
914c232
View commit details
Copy full SHA for 914c232
View code at this point
Browse repository at this point
Commits on Aug 18, 2024
gh-123049: configparser: Allow to create the unnamed section from scratch. (#123077)
Show description for be257c5
authored
be257c5
View commit details
Copy full SHA for be257c5
View code at this point
Browse repository at this point
Commits on May 22, 2024
Remove almost all unpaired backticks in docstrings (#119231)
Show description for ef17252
geofft
authored
ef17252
View commit details
Copy full SHA for ef17252
View code at this point
Browse repository at this point
Commits on Apr 14, 2024
gh-117348: restore import time performance of configparser (#117703)
Show description for 9c93b74
jaraco
authored
9c93b74
View commit details
Copy full SHA for 9c93b74
View code at this point
Browse repository at this point
Commits on Mar 29, 2024
gh-117348: Refactored RawConfigParser._read for similicity and comprehensibility (#117372)
Show description for 019143f
jaraco
authored
019143f
View commit details
Copy full SHA for 019143f
View code at this point
Browse repository at this point
gh-66449: configparser: Add support for unnamed sections (#117273)
Show description for 54f7e14
pslacerda
and
jaraco
authored
54f7e14
View commit details
Copy full SHA for 54f7e14
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
gh-116957: configparser: Do post-process values after DuplicateOptionError (GH-116958)
Show description for b1bc375
drothlis
authored
b1bc375
View commit details
Copy full SHA for b1bc375
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Show description for e800265
authored
e800265
View commit details
Copy full SHA for e800265
View code at this point
Browse repository at this point
Commits on Jun 11, 2023
Fix typo in configparser module docstring (#105652)
Show description for 845e593
litlighilit
authored
845e593
View commit details
Copy full SHA for 845e593
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
gh-105407: Remove unused imports in the stdlib (#105411)
vstinner
authored
94d5f98
View commit details
Copy full SHA for 94d5f98
View code at this point
Browse repository at this point
Commits on May 26, 2023
gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)
Show description for 3f9c60f
hugovk
and
vstinner
authored
3f9c60f
View commit details
Copy full SHA for 3f9c60f
View code at this point
Browse repository at this point
Commits on Dec 26, 2022
gh-100520: Fix `rst` markup in `configparser` docstrings (#100524)
sobolevn
authored
199507b
View commit details
Copy full SHA for 199507b
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)
Show description for 296e4ef
gpshead
and
hugovk
authored
296e4ef
View commit details
Copy full SHA for 296e4ef
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs since 3.2 (GH-30927)
hugovk
authored
7528094
View commit details
Copy full SHA for 7528094
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-21062)
Show description for fc115c9
authored
fc115c9
View commit details
Copy full SHA for fc115c9
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Show description for e8659b4
hugovk
authored
e8659b4
View commit details
Copy full SHA for e8659b4
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
bpo-45173 Remove configparser deprecations (GH-28292)
Show description for 1fc41ae
hugovk
authored
1fc41ae
View commit details
Copy full SHA for 1fc41ae
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
bpo-38741: Definition of multiple ']' in header configparser (GH-17129)
Show description for 2924bb1
authored
2924bb1
View commit details
Copy full SHA for 2924bb1
View code at this point
Browse repository at this point
Commits on May 18, 2021
bpo-41963: document that ConfigParser strips off comments (GH-26197)
Show description for 02ee819
authored
02ee819
View commit details
Copy full SHA for 02ee819
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Show description for 4827483
methane
authored
4827483
View commit details
Copy full SHA for 4827483
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
fix typo in configparser doc (GH-12154)
WokoLiu
authored and
lisroach
committed
45d75fa
View commit details
Copy full SHA for 45d75fa
View code at this point
Browse repository at this point
Commits on Sep 29, 2018
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
Show description for e45473e
ZackerySpytz
authored and
briancurtin
committed
e45473e
View commit details
Copy full SHA for e45473e
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588)
csabella
authored and
ambv
committed
33cd058
View commit details
Copy full SHA for 33cd058
View code at this point
Browse repository at this point
Commits on Jun 8, 2018
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)
Show description for 214f18e
ambv
authored
214f18e
View commit details
Copy full SHA for 214f18e
View code at this point
Browse repository at this point
Commits on Jun 5, 2018
bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)
Show description for 3a5b0d8
amyreese
authored and
ambv
committed
3a5b0d8
View commit details
Copy full SHA for 3a5b0d8
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)
Show description for 1d4a733
chrBrd
authored and
ambv
committed
1d4a733
View commit details
Copy full SHA for 1d4a733
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL