summaryrefslogtreecommitdiffstats
path: root/Lib/configparser.py
Commit message (Expand)AuthorAgeFilesLines
* #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