Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
38d53451b74d10f5b2045878e907ea510d94aed0
/
Lib
/
ConfigParser.py
d451ec1
Clean up uses of some deprecated features.
by Fred Drake
· 23 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
00824ed
[Bug #523301] ConfigParser.write() produces broken output for values that
by Andrew M. Kuchling
· 23 years ago
e0c446b
Whitespace normalization.
by Tim Peters
· 23 years ago
fb06f75
Apply modified SF patch 467580: ConfigParser.getboolean(): FALSE, TRUE.
by Guido van Rossum
· 23 years ago
339d0f7
Patch #445762: Support --disable-unicode
by Martin v. Löwis
· 23 years ago
7c2cf73
Remove redefinition of has_option() method
by Andrew M. Kuchling
· 23 years ago
02d893c
Patch #444359: Remove unused imports.
by Martin v. Löwis
· 23 years ago
beb6713
When reading a continuation line, make sure we still use the transformed
by Fred Drake
· 23 years ago
3c823aa
Make sure ConfigParser uses .optionxform() consistently; this affects
by Fred Drake
· 24 years ago
d4df94b
Be much more permissive in what we accept in section names; there has been
by Fred Drake
· 24 years ago
d83bbbf
Allow square brackets in the option names; this makes it possible to use
by Fred Drake
· 24 years ago
f296019
Correction after second code path test.
by Eric S. Raymond
· 24 years ago
9eb54d9
String method conversion.
by Eric S. Raymond
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
88869f9
Whitespace normalization.
by Tim Peters
· 24 years ago
7c1e5ad
Make ConfigParser.Error inherit from Exception.
by Fred Drake
· 24 years ago
ff4a23b
remove_option(): Use the right variable name for the option name!
by Fred Drake
· 24 years ago
2a37f9f
Allow spaces in section names.
by Fred Drake
· 24 years ago
4126736
When reading the file, option names were not passed through
by Guido van Rossum
· 24 years ago
ff4df6d
Small fixes by Petru Paler (patch #100946) checked in with esr's approval.
by Thomas Wouters
· 24 years ago
649685a
ConfigParser enhancements to edit existing configs, part 2
by Eric S. Raymond
· 24 years ago
417c489
Give ConfigParser the capability to set as well as read options, and to write
by Eric S. Raymond
· 24 years ago
fd4114e
ConfigParser.read():
by Fred Drake
· 24 years ago
820314e
allow comments beginning with ; in key: value as well as key = value
by Jeremy Hylton
· 25 years ago
1ab41fc
Fix comments relating to the specific regexs used to parse section and
by Fred Drake
· 25 years ago
c517b9b
(Finally!) Changes related to the ConfigParser/INI-file topics
by Fred Drake
· 25 years ago
2539451
fixed a typo in a docstring, and slightly expanded the module
by Barry Warsaw
· 25 years ago
a5a24b7
Added has_option(); fix bug in get() which botched interpolation if
by Guido van Rossum
· 25 years ago
6a8d84b
Urmpfh!
by Guido van Rossum
· 25 years ago
2438a48
ConfigParser.read(): Don't mask IOError exceptions.
by Fred Drake
· 25 years ago
9e480ad
Patch suggested (and partially provided) by Lars Damerow: instead of
by Guido van Rossum
· 25 years ago
72ce858
Fix by Chris Petrilli (to his own code) to limit the number of
by Guido van Rossum
· 26 years ago
c0780ac
From: Mike Orr <mso@oz.net>
by Guido van Rossum
· 26 years ago
f09f6a5
Re-format the module docstring and document the new get() argument.
by Barry Warsaw
· 26 years ago
e6506e7
Patch by Chris Petrilli (not really tested since I don't know this
by Guido van Rossum
· 26 years ago
6446212
Time machine experiment. Use '__name__' as the special key (always
by Barry Warsaw
· 26 years ago
bfa3f6b
Several changes:
by Barry Warsaw
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
5da0f50
get(): Fixed a bug in the merge order of the dictionaries. This makes
by Barry Warsaw
· 27 years ago
3d20986
Checking in ConfigParser.py -- I don't see a reason why this can't be
by Guido van Rossum
· 27 years ago