index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_configparser.py
Commit message (
Expand
)
Author
Age
*
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...
Cheryl Sabella
2018-06-12
*
bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)
John Reese
2018-06-05
*
bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)
Chris Bradbury
2018-04-23
*
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
Vincent Michel
2017-11-02
*
bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)
Łukasz Langa
2017-08-24
*
bpo-23835: Enforce that configparser defaults are strings (#2558)
James Tocknell
2017-08-21
*
bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)
David Ellis
2017-03-03
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
*
Merge 3.5, fix for #24142
Łukasz Langa
2016-11-26
|
\
|
*
Fixes #24142: [configparser] always join multiline values to not leave the pa...
Łukasz Langa
2016-11-26
*
|
Issue #27106: Add test for configparser.__all__
Martin Panter
2016-09-09
|
/
*
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins
2015-08-14
|
\
|
*
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins
2015-08-14
*
|
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
|
\
|
|
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
*
|
Closes #18159: ConfigParser getters not available on SectionProxy
Łukasz Langa
2014-09-15
*
|
Fix #19546: onfigparser exceptions expose implementation details. Patch by C...
Łukasz Langa
2014-09-04
*
|
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka
2014-07-22
|
/
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
*
Fixed issue #18260: configparser TypeError on source name specified as bytes
Łukasz Langa
2013-06-23
*
#16925: test_configparser now works with unittest test discovery. Patch by Za...
Ezio Melotti
2013-01-11
*
configparser: preserve section order when using `__setitem__` (issue #16820)
Łukasz Langa
2013-01-01
*
Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820.
Łukasz Langa
2012-12-31
*
Merged `parser.clean()` fix (issue #16820) from 3.2.
Łukasz Langa
2012-12-31
*
Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
Łukasz Langa
2012-07-07
*
#13760: picklability tests for configparser exceptions
Łukasz Langa
2012-01-20
*
Merged minor cleanups from 3.2.
Łukasz Langa
2011-04-29
*
Merged solution for #11324 from 3.2.
Łukasz Langa
2011-04-28
*
Merged styling updates for #11670 from 3.2.
Łukasz Langa
2011-04-28
*
Merged solution for #11858 from 3.2.
Łukasz Langa
2011-04-28
*
Merged #11670 from 3.2
Łukasz Langa
2011-04-27
*
Have the test filename match the module filename.
Raymond Hettinger
2011-02-22