Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
72c0141f03f723fe5269cb9cdcb1541a4c6811e8
/
Lib
/
test
/
test_cfgparser.py
655720e
Issue #22777: Test pickling with all protocols.
by Serhiy Storchaka
· 11 years ago
1f70221
Issue #19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
631c258
Fixes #13760: picklability of ConfigParser exceptions
by Łukasz Langa
· 14 years ago
030aa35
Silence a couple of warnings.
by Ezio Melotti
· 14 years ago
3ea5224
Issue 12717: Fix-up an earlier backport in ConfigParser.
by Raymond Hettinger
· 14 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
a1e627d
fix output from RawConfigParser.write and ConfigParser.write for None
by Fred Drake
· 15 years ago
0a1fa0e
Issue #9551: Do not raise TypeError when setting the value to None for
by Fred Drake
· 15 years ago
e4334b4
Fix #7113. Patch by Łukasz Langa.
by Brian Curtin
· 15 years ago
cc43b56
- apply patch from issue 7005 - add corresponding documentation
by Fred Drake
· 15 years ago
cd4a21b
Fix more unbound locals in code paths that do not seem to be used.
by Georg Brandl
· 16 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
21cf5ee
#5741: dont disallow double percent signs in SafeConfigParser.set() keys.
by Georg Brandl
· 16 years ago
3e4caeb
Issue #5341: Fix a variety of spelling errors.
by Mark Dickinson
· 16 years ago
392c6fc
ConfigParser renaming reversal part 3: move module into place and adapt imports.
by Georg Brandl
· 17 years ago
e2514c6
Updated import statements to use the new `configparser` module name.
by Alexandre Vassalotti
· 17 years ago
b12f0b5
Issue 1781. Now ConfigParser.add_section does not let you add a
by Facundo Batista
· 17 years ago
92a6bae
Patch #1603688: ConfigParser.SafeConfigParser now checks values that
by Georg Brandl
· 18 years ago
f733abb
Whitespace normalization.
by Tim Peters
· 19 years ago
a00bcac
Patch #1371075: Make ConfigParser accept optional dict type
by Martin v. Löwis
· 19 years ago
ab9b32c
Whitespace normalization.
by Tim Peters
· 21 years ago
1cbf206
SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work.
by David Goodger
· 21 years ago
68a1abd
SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options.
by David Goodger
· 21 years ago
8290314
ConfigParser:
by Fred Drake
· 21 years ago
abc086f
ConfigParser:
by Fred Drake
· 21 years ago
bc12b01
ConfigParser:
by Fred Drake
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
5478219
Add a test that InterpolationError is constructed properly and raised
by Fred Drake
· 23 years ago
0eebd5c
Implement a safer and more predictable interpolation approach.
by Fred Drake
· 23 years ago
98e3b29
Add tests for both raw and non-raw versions of the items() methods.
by Fred Drake
· 23 years ago
c6f2891
Convert to PyUnit.
by Fred Drake
· 23 years ago
3af0eb8
Added (very) minimal tests of the RawConfigParser class.
by Fred Drake
· 23 years ago
176916a
Allow internal whitespace in keys.
by Fred Drake
· 23 years ago
309db06
Added regression test for SF bug #561822: has_option() case sensitive.
by Fred Drake
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
863ac44
Whitespace normalization.
by Tim Peters
· 23 years ago
1bf7117
As part of fixing bug #523301, add a simple test of ConfigParser.write()
by Andrew M. Kuchling
· 23 years ago
168bead
Added tests that check getboolean() with the newly allowed values from
by Fred Drake
· 24 years ago
beb6713
When reading a continuation line, make sure we still use the transformed
by Fred Drake
· 24 years ago
3c823aa
Make sure ConfigParser uses .optionxform() consistently; this affects
by Fred Drake
· 24 years ago
cc1f951
Test section name using some strange characters, including a backslash
by Fred Drake
· 24 years ago
95b96d3
Added options that use square brackets in their names; this ensures that
by Fred Drake
· 24 years ago
3d5f7e8
Add test cases for ConfigParser.remove_option() behavior. This includes
by Fred Drake
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
d391a34
Remove change that had not been saved when the output was generated;
by Fred Drake
· 25 years ago
8ef6767
Regression test for ConfigParser module.
by Fred Drake
· 25 years ago