summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_configparser.py
Commit message (Expand)AuthorAgeFilesLines
* gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879)Nikita Sobolev2023-11-091-8/+8
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-061-1/+0
* gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)Hugo van Kemenade2023-05-261-42/+0
* Fix links to old SF bugs (#95648)Serhiy Storchaka2022-08-041-2/+2
* gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)Gregory P. Smith2022-06-211-37/+5
* gh-90765: configparser test: Catch deprecation warning (#91480)Hugo van Kemenade2022-05-021-1/+3
* bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs...Hugo van Kemenade2022-04-051-0/+8
* bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-...Brian Faherty2022-02-171-0/+8
* bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)Hugo van Kemenade2022-02-021-0/+28
* bpo-45173 Remove configparser deprecations (GH-28292)Hugo van Kemenade2021-09-131-28/+0
* bpo-38741: Definition of multiple ']' in header configparser (GH-17129)jsnklln2021-07-131-0/+7
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-041-13/+13
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-171-2/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21449)Hai Shi2020-08-031-3/+4
* bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...Cheryl Sabella2018-06-121-0/+6
* bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)John Reese2018-06-051-1/+1
* bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)Chris Bradbury2018-04-231-4/+2
* bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)Vincent Michel2017-11-021-0/+17
* bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)Łukasz Langa2017-08-241-9/+18
* bpo-23835: Enforce that configparser defaults are strings (#2558)James Tocknell2017-08-211-0/+9
* bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)David Ellis2017-03-031-0/+11
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Merge 3.5, fix for #24142Łukasz Langa2016-11-261-0/+24
|\
| * Fixes #24142: [configparser] always join multiline values to not leave the pa...Łukasz Langa2016-11-261-0/+24
* | Issue #27106: Add test for configparser.__all__Martin Panter2016-09-091-0/+6
|/
* Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-131-3/+4
|\
| * Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-131-3/+4
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-85/+97
|\ \ | |/
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-85/+97
* | Closes #18159: ConfigParser getters not available on SectionProxyŁukasz Langa2014-09-151-0/+223
* | Fix #19546: onfigparser exceptions expose implementation details. Patch by C...Łukasz Langa2014-09-041-0/+52
* | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-1/+1
|/
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+1
* Fixed issue #18260: configparser TypeError on source name specified as bytesŁukasz Langa2013-06-231-11/+63
* #16925: test_configparser now works with unittest test discovery. Patch by Za...Ezio Melotti2013-01-111-35/+13
* configparser: preserve section order when using `__setitem__` (issue #16820)Łukasz Langa2013-01-011-0/+4
* Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820.Łukasz Langa2012-12-311-0/+28
* Merged `parser.clean()` fix (issue #16820) from 3.2.Łukasz Langa2012-12-311-0/+27
* Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occursŁukasz Langa2012-07-071-0/+37
* #13760: picklability tests for configparser exceptionsŁukasz Langa2012-01-201-0/+145
* Merged minor cleanups from 3.2.Łukasz Langa2011-04-291-1/+1
* Merged solution for #11324 from 3.2.Łukasz Langa2011-04-281-0/+38
* Merged styling updates for #11670 from 3.2.Łukasz Langa2011-04-281-7/+7
* Merged solution for #11858 from 3.2.Łukasz Langa2011-04-281-3/+67
* Merged #11670 from 3.2Łukasz Langa2011-04-271-0/+54
* Have the test filename match the module filename.Raymond Hettinger2011-02-221-0/+1342