| Commit message (Expand) | Author | Age | Files | Lines |
* | Have the test filename match the module filename. | Raymond Hettinger | 2011-02-22 | 1 | -1342/+0 |
|
|
* | 100% test coverage, better mapping protocol compatibility, some minor bugfixes | Łukasz Langa | 2010-12-17 | 1 | -54/+263 |
|
|
* | configparser API cleanup: default values now sensible, slightly incompatible. | Łukasz Langa | 2010-12-17 | 1 | -3/+9 |
|
|
* | Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. | Łukasz Langa | 2010-12-16 | 1 | -111/+94 |
|
|
* | configparser: mapping protocol access get() handles configparser-specific arg... | Łukasz Langa | 2010-12-04 | 1 | -0/+43 |
|
|
* | support for checking test coverage added. | Łukasz Langa | 2010-12-04 | 1 | -2/+14 |
|
|
* | configparser: fixed inconsistency where in SafeConfigParser option values | Łukasz Langa | 2010-12-04 | 1 | -0/+23 |
|
|
* | Issue 10499: Modular interpolation in configparser | Łukasz Langa | 2010-12-03 | 1 | -2/+75 |
|
|
* | Use assertCountEqual instead of assertItemsEqual | Ezio Melotti | 2010-11-29 | 1 | -1/+1 |
|
|
* | configparser: read-only attributes to get the section name and parser from a ... | Łukasz Langa | 2010-11-21 | 1 | -2/+9 |
|
|
* | Issue #10489: removed broken `__name__` support from configparser | Łukasz Langa | 2010-11-21 | 1 | -24/+2 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -10/+9 |
|
|
* | configparser: the name of the DEFAULT section is now customizable | Łukasz Langa | 2010-11-20 | 1 | -16/+21 |
|
|
* | Issue #5412: extend configparser to support mapping access | Łukasz Langa | 2010-11-10 | 1 | -34/+127 |
|
|
* | Fix encoding for test case added in r84967. | Florent Xicluna | 2010-09-23 | 1 | -1/+1 |
|
|
* | Fix typo and add test case. | Florent Xicluna | 2010-09-22 | 1 | -1/+16 |
|
|
* | add consistent support for the vars and default arguments on all | Fred Drake | 2010-09-04 | 1 | -5/+52 |
|
|
* | fix output from RawConfigParser.write and ConfigParser.write for None | Fred Drake | 2010-09-03 | 1 | -0/+29 |
|
|
* | issue #9452: | Fred Drake | 2010-08-09 | 1 | -64/+179 |
|
|
* | Clarify comment in comments test case explaining comment semantics. | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
|
|
* | #9411: allow selecting an encoding for configparser files. Also adds a new t... | Georg Brandl | 2010-07-29 | 1 | -1/+45 |
|
|
* | #1682942: add some ConfigParser features: alternate delimiters, alternate com... | Georg Brandl | 2010-07-28 | 1 | -95/+185 |
|
|
* | Fix #7113. Patch by Łukasz Langa. | Brian Curtin | 2010-07-26 | 1 | -7/+37 |
|
|
* | Issue #4686 - add .args to exceptions in the configparsermodule | Michael Foord | 2010-07-25 | 1 | -15/+35 |
|
|
* | Merged revisions 78232 via svnmerge from | Fred Drake | 2010-02-19 | 1 | -20/+57 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+2 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -10/+10 |
|
|
* | Merged revisions 71537 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -0/+4 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -4/+4 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 1 | -18/+18 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 1 | -0/+8 |
|
|
* | Migrate remaining tests from UserDict.UserDict to collections.UserDict. | Raymond Hettinger | 2008-02-06 | 1 | -2/+2 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -5/+5 |
|
|
* | Simplify various spots where: str() is called on something | Walter Dörwald | 2007-06-11 | 1 | -7/+2 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -3/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+12 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -8/+3 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -3/+3 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+45 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-03 | 1 | -1/+1 |
|
|
* | SF bug #997050: Document, test, & check for non-string values in ConfigParser... | David Goodger | 2004-10-03 | 1 | -12/+44 |
|
|
* | SF bug #1017864: ConfigParser now correctly handles default keys, processing ... | David Goodger | 2004-10-03 | 1 | -0/+10 |
|
|
* | ConfigParser: | Fred Drake | 2004-05-18 | 1 | -0/+21 |
|
|
* | ConfigParser: | Fred Drake | 2004-05-18 | 1 | -0/+31 |
|
|
* | ConfigParser: | Fred Drake | 2004-05-18 | 1 | -4/+4 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -5/+5 |
|
|
* | Add a test that InterpolationError is constructed properly and raised | Fred Drake | 2002-12-31 | 1 | -2/+20 |
|
|
* | Implement a safer and more predictable interpolation approach. | Fred Drake | 2002-10-25 | 1 | -1/+16 |
|
|