index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
ConfigParser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further cleanup of exceptions. All interpolation-related exceptions
Fred Drake
2002-12-31
1
-30/+37
*
ConfigParser._interpolate(): Pass the missing key to the
Fred Drake
2002-12-31
1
-4/+3
*
- added InterpolationSyntaxError to __all__
Fred Drake
2002-12-30
1
-4/+25
*
Add missing InterpolationSyntaxError.
Neal Norwitz
2002-12-30
1
-0/+2
*
Update doc for getboolean() to match code (ie, returning True/False)
Neal Norwitz
2002-12-17
1
-8/+8
*
Whitespace normalization.
Tim Peters
2002-11-09
1
-1/+1
*
Fix docstring typos
Andrew M. Kuchling
2002-11-06
1
-2/+2
*
Implement a safer and more predictable interpolation approach.
Fred Drake
2002-10-25
1
-0/+48
*
According to the docs, __name__ is not exposed via the API except
Fred Drake
2002-10-25
1
-2/+8
*
Re-factor: Use a RawConfigParser base class and make ConfigParser a
Fred Drake
2002-10-25
1
-103/+133
*
Allow internal whitespace in keys.
Fred Drake
2002-09-27
1
-3/+4
*
items(): New method, provided by Gustavo Niemeyer in SF bug #545096.
Fred Drake
2002-09-27
1
-0/+33
*
has_option(): Use the option name transform consistently.
Fred Drake
2002-09-27
1
-53/+49
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-3/+3
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-8/+8
*
Replaced boolean test with 'is None'
Raymond Hettinger
2002-06-01
1
-1/+1
*
Clean up uses of some deprecated features.
Fred Drake
2002-04-26
1
-2/+2
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-2/+2
*
[Bug #523301] ConfigParser.write() produces broken output for values that
Andrew M. Kuchling
2002-03-08
1
-2/+2
*
Whitespace normalization.
Tim Peters
2001-10-18
1
-1/+1
*
Apply modified SF patch 467580: ConfigParser.getboolean(): FALSE, TRUE.
Guido van Rossum
2001-10-04
1
-6/+8
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-2/+2
*
Remove redefinition of has_option() method
Andrew M. Kuchling
2001-08-13
1
-7/+0
*
Patch #444359: Remove unused imports.
Martin v. Löwis
2001-08-02
1
-1/+0
*
When reading a continuation line, make sure we still use the transformed
Fred Drake
2001-07-06
1
-1/+2
*
Make sure ConfigParser uses .optionxform() consistently; this affects
Fred Drake
2001-02-26
1
-0/+3
*
Be much more permissive in what we accept in section names; there has been
Fred Drake
2001-02-14
1
-1/+1
*
Allow square brackets in the option names; this makes it possible to use
Fred Drake
2001-02-12
1
-1/+1
*
Correction after second code path test.
Eric S. Raymond
2001-02-09
1
-1/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-8/+8
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+5
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-8/+8
*
Make ConfigParser.Error inherit from Exception.
Fred Drake
2000-12-11
1
-1/+3
*
remove_option(): Use the right variable name for the option name!
Fred Drake
2000-12-04
1
-2/+2
*
Allow spaces in section names.
Fred Drake
2000-09-27
1
-18/+33
*
When reading the file, option names were not passed through
Guido van Rossum
2000-09-25
1
-1/+1
*
Small fixes by Petru Paler (patch #100946) checked in with esr's approval.
Thomas Wouters
2000-07-21
1
-2/+2
*
ConfigParser enhancements to edit existing configs, part 2
Eric S. Raymond
2000-07-14
1
-5/+41
*
Give ConfigParser the capability to set as well as read options, and to write
Eric S. Raymond
2000-07-10
1
-0/+36
*
ConfigParser.read():
Fred Drake
2000-05-09
1
-1/+1
*
allow comments beginning with ; in key: value as well as key = value
Jeremy Hylton
2000-03-03
1
-1/+1
*
Fix comments relating to the specific regexs used to parse section and
Fred Drake
2000-02-28
1
-2/+2
*
(Finally!) Changes related to the ConfigParser/INI-file topics
Fred Drake
2000-02-28
1
-5/+11
*
fixed a typo in a docstring, and slightly expanded the module
Barry Warsaw
1999-10-12
1
-3/+2
*
Added has_option(); fix bug in get() which botched interpolation if
Guido van Rossum
1999-10-04
1
-1/+16
*
Urmpfh!
Guido van Rossum
1999-10-04
1
-8/+43
*
ConfigParser.read(): Don't mask IOError exceptions.
Fred Drake
1999-10-04
1
-5/+3
*
Patch suggested (and partially provided) by Lars Damerow: instead of
Guido van Rossum
1999-06-17
1
-5/+8
*
Fix by Chris Petrilli (to his own code) to limit the number of
Guido van Rossum
1999-02-12
1
-1/+3
*
From: Mike Orr <mso@oz.net>
Guido van Rossum
1999-01-30
1
-1/+1
[next]