aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_configparser.py
Commit message (Expand)AuthorAge
* bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...Cheryl Sabella2018-06-12
* bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)John Reese2018-06-05
* bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)Chris Bradbury2018-04-23
* bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)Vincent Michel2017-11-02
* bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)Łukasz Langa2017-08-24
* bpo-23835: Enforce that configparser defaults are strings (#2558)James Tocknell2017-08-21
* bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)David Ellis2017-03-03
* Remove unused imports.Serhiy Storchaka2016-12-16
* Merge 3.5, fix for #24142Łukasz Langa2016-11-26
|\
| * Fixes #24142: [configparser] always join multiline values to not leave the pa...Łukasz Langa2016-11-26
* | Issue #27106: Add test for configparser.__all__Martin Panter2016-09-09
|/
* Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-14
|\
| * Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-14
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
|\|
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
* | Closes #18159: ConfigParser getters not available on SectionProxyŁukasz Langa2014-09-15
* | Fix #19546: onfigparser exceptions expose implementation details. Patch by C...Łukasz Langa2014-09-04
* | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-22
|/
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
* Fixed issue #18260: configparser TypeError on source name specified as bytesŁukasz Langa2013-06-23
* #16925: test_configparser now works with unittest test discovery. Patch by Za...Ezio Melotti2013-01-11
* configparser: preserve section order when using `__setitem__` (issue #16820)Łukasz Langa2013-01-01
* Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820.Łukasz Langa2012-12-31
* Merged `parser.clean()` fix (issue #16820) from 3.2.Łukasz Langa2012-12-31
* Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occursŁukasz Langa2012-07-07
* #13760: picklability tests for configparser exceptionsŁukasz Langa2012-01-20
* Merged minor cleanups from 3.2.Łukasz Langa2011-04-29
* Merged solution for #11324 from 3.2.Łukasz Langa2011-04-28
* Merged styling updates for #11670 from 3.2.Łukasz Langa2011-04-28
* Merged solution for #11858 from 3.2.Łukasz Langa2011-04-28
* Merged #11670 from 3.2Łukasz Langa2011-04-27
* Have the test filename match the module filename.Raymond Hettinger2011-02-22