summaryrefslogtreecommitdiff
path: root/Lib/configparser.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
|\
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Merged minor cleanups from 3.2.Łukasz Langa2011-04-291-2/+0
|\ \ | |/
| * Removed debugging leftovers.Łukasz Langa2011-04-291-2/+0
* | Merged solution for #11324 from 3.2.Łukasz Langa2011-04-281-4/+5
|\ \ | |/
| * Closes #11324: ConfigParser(interpolation=None) doesn't work.Łukasz Langa2011-04-281-4/+5
* | Merged solution for #11858 from 3.2.Łukasz Langa2011-04-281-3/+5
|\ \ | |/
| * Closes #11858: configparser.ExtendedInterpolation and section case.Łukasz Langa2011-04-281-3/+5
* | Merged #11670 from 3.2Łukasz Langa2011-04-271-4/+4
|\ \ | |/
| * 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
* | 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
|/
* 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
* configparser.py: changed PendingDeprecationWarnings to DeprecationWarnings, v...Łukasz Langa2010-11-111-9/+9
* Issue #5412: extend configparser to support mapping accessŁukasz Langa2010-11-101-66/+175
* Fix typo and add test case.Florent Xicluna2010-09-221-4/+3
* add consistent support for the vars and default arguments on allFred Drake2010-09-041-52/+144
* fix output from RawConfigParser.write and ConfigParser.write for NoneFred Drake2010-09-031-1/+1
* issue #9452:Fred Drake2010-08-091-56/+197
* #1090076: explain the behavior of *vars* in get() better.Georg Brandl2010-07-291-5/+6
* #9411: allow selecting an encoding for configparser files. Also adds a new t...Georg Brandl2010-07-291-3/+3
* Fix for r83202: improve the handling of empty lines.Georg Brandl2010-07-291-7/+8
* #1682942: add some ConfigParser features: alternate delimiters, alternate com...Georg Brandl2010-07-281-107/+211
* Fix #7113. Patch by Łukasz Langa.Brian Curtin2010-07-261-14/+23
* Issue #4686 - add .args to exceptions in the configparsermoduleMichael Foord2010-07-251-1/+8
* Merged revisions 78232 via svnmerge fromFred Drake2010-02-191-18/+44
* Merged revisions 71564 via svnmerge fromGeorg Brandl2009-04-271-2/+2
* Merged revisions 71537 via svnmerge fromGeorg Brandl2009-04-271-4/+4
* Fix bootstrapping problem where setup.py was using configparserRaymond Hettinger2009-03-031-2/+7
* Let configparser use ordered dicts by default.Raymond Hettinger2009-03-021-1/+2
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-0/+669