summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cfgparser.py
Commit message (Expand)AuthorAgeFilesLines
* configparser: preserve section order when using `__setitem__` (issue #16820)Łukasz Langa2013-01-011-0/+26
* Fixes `parser.clean()` reported in issue #16820.Łukasz Langa2012-12-311-0/+27
* #13760: picklability tests for configparser exceptionsŁukasz Langa2012-01-201-0/+145
* __class__ of a __class__ check worked only by chance.Łukasz Langa2011-04-291-1/+1
* Closes #11324: ConfigParser(interpolation=None) doesn't work.Łukasz Langa2011-04-281-0/+38
* Style updates for the #11670 solution after post-commit review by Ezio Melotti:Łukasz Langa2011-04-281-7/+7
* Closes #11858: configparser.ExtendedInterpolation and section case.Łukasz Langa2011-04-281-3/+67
* Closes #11670: configparser read_file now iterates over f.Łukasz Langa2011-04-271-0/+54
* 100% test coverage, better mapping protocol compatibility, some minor bugfixesŁukasz Langa2010-12-171-54/+263
* configparser API cleanup: default values now sensible, slightly incompatible.Łukasz Langa2010-12-171-3/+9
* Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser.Łukasz Langa2010-12-161-111/+94
* configparser: mapping protocol access get() handles configparser-specific arg...Łukasz Langa2010-12-041-0/+43
* support for checking test coverage added.Łukasz Langa2010-12-041-2/+14
* configparser: fixed inconsistency where in SafeConfigParser option valuesŁukasz Langa2010-12-041-0/+23
* Issue 10499: Modular interpolation in configparserŁukasz Langa2010-12-031-2/+75
* Use assertCountEqual instead of assertItemsEqualEzio Melotti2010-11-291-1/+1
* configparser: read-only attributes to get the section name and parser from a ...Łukasz Langa2010-11-211-2/+9
* Issue #10489: removed broken `__name__` support from configparserŁukasz Langa2010-11-211-24/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-10/+9
* configparser: the name of the DEFAULT section is now customizableŁukasz Langa2010-11-201-16/+21
* Issue #5412: extend configparser to support mapping accessŁukasz Langa2010-11-101-34/+127
* Fix encoding for test case added in r84967.Florent Xicluna2010-09-231-1/+1
* Fix typo and add test case.Florent Xicluna2010-09-221-1/+16
* add consistent support for the vars and default arguments on allFred Drake2010-09-041-5/+52
* fix output from RawConfigParser.write and ConfigParser.write for NoneFred Drake2010-09-031-0/+29
* issue #9452:Fred Drake2010-08-091-64/+179
* Clarify comment in comments test case explaining comment semantics.Georg Brandl2010-07-311-1/+1
* #9411: allow selecting an encoding for configparser files. Also adds a new t...Georg Brandl2010-07-291-1/+45
* #1682942: add some ConfigParser features: alternate delimiters, alternate com...Georg Brandl2010-07-281-95/+185
* Fix #7113. Patch by Łukasz Langa.Brian Curtin2010-07-261-7/+37
* Issue #4686 - add .args to exceptions in the configparsermoduleMichael Foord2010-07-251-15/+35
* Merged revisions 78232 via svnmerge fromFred Drake2010-02-191-20/+57
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-10/+10
* Merged revisions 71537 via svnmerge fromGeorg Brandl2009-04-271-0/+4
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-4/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-18/+18
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-0/+8
* Migrate remaining tests from UserDict.UserDict to collections.UserDict.Raymond Hettinger2008-02-061-2/+2
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-5/+5
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-111-7/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-3/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+12
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-8/+3
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-3/+3
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+45
* Whitespace normalization.Tim Peters2004-10-031-1/+1
* SF bug #997050: Document, test, & check for non-string values in ConfigParser...David Goodger2004-10-031-12/+44