aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/configparser.py
Commit message (Expand)AuthorAge
* fix typo in configparser doc (GH-12154)Woko2019-03-03
* bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)Zackery Spytz2018-09-29
* bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...Cheryl Sabella2018-06-12
* bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)Łukasz Langa2018-06-08
* 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-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-05
* bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)David Ellis2017-03-03
* Fixes #24142: [configparser] always join multiline values to not leave the pa...Łukasz Langa2016-11-26
* Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-14
|\
| * Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-14
* | 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 #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-06
|\
| * Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-06
* | Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-20
|\|
| * Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-20
* | Merged fix for issue #18260 from 3.3Łukasz Langa2013-06-23
|\|
| * Fixed issue #18260: configparser TypeError on source name specified as bytesŁukasz Langa2013-06-23
* | fix character index in ExtendedInterpolation's exception messageŁukasz Langa2013-04-24
|\|
| * fix character index in ExtendedInterpolation's exception messageŁukasz Langa2013-04-24
* | Merged section order preservation fix when using `__setitem__` (issue #16820)Łukasz Langa2013-01-01
|\|
| * configparser: preserve section order when using `__setitem__` (issue #16820)Łukasz Langa2013-01-01
* | Merged `parser['DEFAULT'].__setitem__` fix (issue #16820) from 3.3.Łukasz Langa2012-12-31
|\|
| * Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820.Łukasz Langa2012-12-31
* | Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3.Łukasz Langa2012-12-31
|\|
| * Merged `parser.clean()` fix (issue #16820) from 3.2.Łukasz Langa2012-12-31
| |\
| | * Fixes `parser.clean()` reported in issue #16820.Łukasz Langa2012-12-31
* | | Merged fix for #15803 from 3.2 through 3.3Łukasz Langa2012-12-31
|\| |
| * | Merged fix for #15803 from 3.2Łukasz Langa2012-12-31
| |\|
| | * Fixes issue #15803: incorrect `ConfigParser.items()` docstringŁukasz Langa2012-12-31
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/ /
* | Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occursŁukasz Langa2012-07-07
* | Merge with 3.2.Ezio Melotti2011-10-19
|\|
| * Remove duplication.Ezio Melotti2011-10-19
* | Merged minor cleanups from 3.2.Łukasz Langa2011-04-29
|\|
| * Removed debugging leftovers.Łukasz Langa2011-04-29
* | Merged solution for #11324 from 3.2.Łukasz Langa2011-04-28
|\|
| * Closes #11324: ConfigParser(interpolation=None) doesn't work.Łukasz Langa2011-04-28
* | Merged solution for #11858 from 3.2.Łukasz Langa2011-04-28
|\|
| * Closes #11858: configparser.ExtendedInterpolation and section case.Łukasz Langa2011-04-28
* | Merged #11670 from 3.2Łukasz Langa2011-04-27
|\|
| * Closes #11670: configparser read_file now iterates over f.Łukasz Langa2011-04-27
| * Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-21
* | Issue #11297: Add collections.ChainMap()Raymond Hettinger2011-02-26
* | Fix imports from collections.abcRaymond Hettinger2011-02-23
* | Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-21
|/