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