summaryrefslogtreecommitdiffstats
path: root/Lib/configparser.py
Commit message (Expand)AuthorAgeFilesLines
* collections.Mapping is not available for setup.py. Remove the dependency the...Raymond Hettinger2011-02-021-2/+32
* Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-021-4/+38
* Merged revisions 83226-83227,83229-83232 via svnmerge fromGeorg Brandl2010-08-011-5/+6
* 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