| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | Removed debugging leftovers. | Łukasz Langa | 2011-04-29 | 1 | -2/+0 |
|
|
* | Closes #11324: ConfigParser(interpolation=None) doesn't work. | Łukasz Langa | 2011-04-28 | 1 | -4/+5 |
|
|
* | Closes #11858: configparser.ExtendedInterpolation and section case. | Łukasz Langa | 2011-04-28 | 1 | -3/+5 |
|
|
* | Closes #11670: configparser read_file now iterates over f. | Łukasz Langa | 2011-04-27 | 1 | -4/+4 |
|
|
* | Issue #11089: Fix performance issue limiting the use of ConfigParser() | Raymond Hettinger | 2011-02-21 | 1 | -8/+9 |
|
|
* | 100% test coverage, better mapping protocol compatibility, some minor bugfixes | Łukasz Langa | 2010-12-17 | 1 | -17/+23 |
|
|
* | configparser API cleanup: default values now sensible, slightly incompatible. | Łukasz Langa | 2010-12-17 | 1 | -23/+19 |
|
|
* | Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. | Łukasz Langa | 2010-12-16 | 1 | -31/+22 |
|
|
* | configparser: mapping protocol access get() handles configparser-specific arg... | Łukasz Langa | 2010-12-04 | 1 | -6/+16 |
|
|
* | configparser: fixed inconsistency where in SafeConfigParser option values | Łukasz Langa | 2010-12-04 | 1 | -4/+19 |
|
|
* | configparser: minute refactoring of RawConfigParser.items() | Łukasz Langa | 2010-12-04 | 1 | -8/+4 |
|
|
* | %s -> %r correction after review by Éric Araujo | Łukasz Langa | 2010-12-03 | 1 | -1/+1 |
|
|
* | Issue 10499: Modular interpolation in configparser | Łukasz Langa | 2010-12-03 | 1 | -231/+309 |
|
|
* | configparser: read-only attributes to get the section name and parser from a ... | Łukasz Langa | 2010-11-21 | 1 | -15/+25 |
|
|
* | Issue #10489: removed broken `__name__` support from configparser | Łukasz Langa | 2010-11-21 | 1 | -24/+1 |
|
|
* | configparser: the name of the DEFAULT section is now customizable | Łukasz Langa | 2010-11-20 | 1 | -17/+19 |
|
|
* | configparser.py: changed PendingDeprecationWarnings to DeprecationWarnings, v... | Łukasz Langa | 2010-11-11 | 1 | -9/+9 |
|
|
* | Issue #5412: extend configparser to support mapping access | Łukasz Langa | 2010-11-10 | 1 | -66/+175 |
|
|
* | Fix typo and add test case. | Florent Xicluna | 2010-09-22 | 1 | -4/+3 |
|
|
* | add consistent support for the vars and default arguments on all | Fred Drake | 2010-09-04 | 1 | -52/+144 |
|
|
* | fix output from RawConfigParser.write and ConfigParser.write for None | Fred Drake | 2010-09-03 | 1 | -1/+1 |
|
|
* | issue #9452: | Fred Drake | 2010-08-09 | 1 | -56/+197 |
|
|
* | #1090076: explain the behavior of *vars* in get() better. | Georg Brandl | 2010-07-29 | 1 | -5/+6 |
|
|
* | #9411: allow selecting an encoding for configparser files. Also adds a new t... | Georg Brandl | 2010-07-29 | 1 | -3/+3 |
|
|
* | Fix for r83202: improve the handling of empty lines. | Georg Brandl | 2010-07-29 | 1 | -7/+8 |
|
|
* | #1682942: add some ConfigParser features: alternate delimiters, alternate com... | Georg Brandl | 2010-07-28 | 1 | -107/+211 |
|
|
* | Fix #7113. Patch by Łukasz Langa. | Brian Curtin | 2010-07-26 | 1 | -14/+23 |
|
|
* | Issue #4686 - add .args to exceptions in the configparsermodule | Michael Foord | 2010-07-25 | 1 | -1/+8 |
|
|
* | Merged revisions 78232 via svnmerge from | Fred Drake | 2010-02-19 | 1 | -18/+44 |
|
|
* | Merged revisions 71564 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -2/+2 |
|
|
* | Merged revisions 71537 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -4/+4 |
|
|
* | Fix bootstrapping problem where setup.py was using configparser | Raymond Hettinger | 2009-03-03 | 1 | -2/+7 |
|
|
* | Let configparser use ordered dicts by default. | Raymond Hettinger | 2009-03-02 | 1 | -1/+2 |
|
|
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 1 | -0/+669 |
|
|