summaryrefslogtreecommitdiff
path: root/Lib/configparser.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes #24142: [configparser] always join multiline values to not leave the pa...?ukasz Langa2016-11-261-1/+1
* Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-141-15/+14
|\
| * Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-141-15/+14
* | Closes #18159: ConfigParser getters not available on SectionProxy?ukasz Langa2014-09-151-42/+128
* | Fix #19546: onfigparser exceptions expose implementation details. Patch by C...?ukasz Langa2014-09-041-6/+6
|/
* Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-061-1/+1
|\
| * Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-17/+0
| |\
| * \ Merged fix for issue #18260 from 3.3?ukasz Langa2013-06-231-2/+2
| |\ \
| * \ \ fix character index in ExtendedInterpolation's exception message?ukasz Langa2013-04-241-1/+1
| |\ \ \
| * \ \ \ Merged section order preservation fix when using `__setitem__` (issue #16820)?ukasz Langa2013-01-011-1/+1
| |\ \ \ \
| | * \ \ \ Merged `parser['DEFAULT'].__setitem__` fix (issue #16820) from 3.3.?ukasz Langa2012-12-311-1/+4
| | |\ \ \ \
| | * \ \ \ \ Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3.?ukasz Langa2012-12-311-0/+13
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged fix for #15803 from 3.2 through 3.3?ukasz Langa2012-12-311-4/+3
| | |\ \ \ \ \ \
| | * | | | | | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | | | | | | | | Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-061-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-17/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fixed issue #18260: configparser TypeError on source name specified as bytes?ukasz Langa2013-06-231-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | fix character index in ExtendedInterpolation's exception message?ukasz Langa2013-04-241-1/+1
|/ / / / /
* | | | | configparser: preserve section order when using `__setitem__` (issue #16820)?ukasz Langa2013-01-011-2/+2
| |_|_|/ |/| | |
* | | | Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820.?ukasz Langa2012-12-311-1/+4
| |_|/ |/| |
* | | Merged `parser.clean()` fix (issue #16820) from 3.2.?ukasz Langa2012-12-311-0/+13
|\ \ \ | |_|/ |/| |
| * | Fixes `parser.clean()` reported in issue #16820.?ukasz Langa2012-12-311-0/+13
* | | Merged fix for #15803 from 3.2?ukasz Langa2012-12-311-4/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Fixes issue #15803: incorrect `ConfigParser.items()` docstring?ukasz Langa2012-12-311-4/+3
* | Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs?ukasz Langa2012-07-071-6/+14
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+2
|\ \ | |/ |/|
| * Merged minor cleanups from 3.2.Łukasz Langa2011-04-291-2/+0
| |\
| * \ Merged solution for #11324 from 3.2.Łukasz Langa2011-04-281-1/+2
| |\ \
| | * \ Merged solution for #11858 from 3.2.Łukasz Langa2011-04-281-3/+5
| | |\ \
| | * \ \ Merged #11670 from 3.2Łukasz Langa2011-04-271-4/+4
| | |\ \ \
| | * | | | Issue #11297: Add collections.ChainMap()Raymond Hettinger2011-02-261-1/+1
| | * | | | Fix imports from collections.abcRaymond Hettinger2011-02-231-1/+2
| | * | | | Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-211-8/+9
* | | | | | Remove duplication.Ezio Melotti2011-10-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | Removed debugging leftovers.Łukasz Langa2011-04-291-2/+0
|/ / / /
* | | | Closes #11324: ConfigParser(interpolation=None) doesn't work.Łukasz Langa2011-04-281-4/+5
| |_|/ |/| |
* | | Closes #11858: configparser.ExtendedInterpolation and section case.Łukasz Langa2011-04-281-3/+5
| |/ |/|
* | Closes #11670: configparser read_file now iterates over f.Łukasz Langa2011-04-271-4/+4
* | Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-211-8/+9
|/
* 100% test coverage, better mapping protocol compatibility, some minor bugfixesŁukasz Langa2010-12-171-17/+23
* configparser API cleanup: default values now sensible, slightly incompatible.Łukasz Langa2010-12-171-23/+19
* Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser.Łukasz Langa2010-12-161-31/+22
* configparser: mapping protocol access get() handles configparser-specific arg...Łukasz Langa2010-12-041-6/+16
* configparser: fixed inconsistency where in SafeConfigParser option valuesŁukasz Langa2010-12-041-4/+19
* configparser: minute refactoring of RawConfigParser.items()Łukasz Langa2010-12-041-8/+4
* %s -> %r correction after review by Éric AraujoŁukasz Langa2010-12-031-1/+1
* Issue 10499: Modular interpolation in configparserŁukasz Langa2010-12-031-231/+309
* configparser: read-only attributes to get the section name and parser from a ...Łukasz Langa2010-11-211-15/+25
* Issue #10489: removed broken `__name__` support from configparserŁukasz Langa2010-11-211-24/+1
* configparser: the name of the DEFAULT section is now customizableŁukasz Langa2010-11-201-17/+19