| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -67/+77 |
|
|
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -4/+8 |
|
|
* | Fixes #13760: picklability of ConfigParser exceptions | Łukasz Langa | 2012-01-20 | 1 | -0/+117 |
|
|
* | Silence a couple of warnings. | Ezio Melotti | 2011-11-06 | 1 | -2/+3 |
|
|
* | Issue 12717: Fix-up an earlier backport in ConfigParser. | Raymond Hettinger | 2011-08-09 | 1 | -0/+22 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -8/+8 |
|
|
* | fix output from RawConfigParser.write and ConfigParser.write for None | Fred Drake | 2010-09-03 | 1 | -0/+28 |
|
|
* | Issue #9551: Do not raise TypeError when setting the value to None for | Fred Drake | 2010-08-10 | 1 | -0/+3 |
|
|
* | Fix #7113. Patch by Łukasz Langa. | Brian Curtin | 2010-07-26 | 1 | -2/+37 |
|
|
* | - apply patch from issue 7005 | Fred Drake | 2010-02-19 | 1 | -20/+57 |
|
|
* | Fix more unbound locals in code paths that do not seem to be used. | Georg Brandl | 2010-02-06 | 1 | -1/+2 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+2 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -10/+10 |
|
|
* | #5741: dont disallow double percent signs in SafeConfigParser.set() keys. | Georg Brandl | 2009-04-12 | 1 | -0/+4 |
|
|
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -4/+4 |
|
|
* | ConfigParser renaming reversal part 3: move module into place and adapt imports. | Georg Brandl | 2008-05-25 | 1 | -18/+18 |
|
|
* | Updated import statements to use the new `configparser` module name. | Alexandre Vassalotti | 2008-05-14 | 1 | -18/+18 |
|
|
* | Issue 1781. Now ConfigParser.add_section does not let you add a | Facundo Batista | 2008-02-23 | 1 | -0/+8 |
|
|
* | Patch #1603688: ConfigParser.SafeConfigParser now checks values that | Georg Brandl | 2007-03-13 | 1 | -0/+12 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -3/+3 |
|
|
* | Patch #1371075: Make ConfigParser accept optional dict type | Martin v. Löwis | 2006-12-03 | 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 |
|
|
* | Add tests for both raw and non-raw versions of the items() methods. | Fred Drake | 2002-10-25 | 1 | -0/+26 |
|
|
* | Convert to PyUnit. | Fred Drake | 2002-10-25 | 1 | -293/+263 |
|
|
* | Added (very) minimal tests of the RawConfigParser class. | Fred Drake | 2002-10-25 | 1 | -16/+35 |
|
|
* | Allow internal whitespace in keys. | Fred Drake | 2002-09-27 | 1 | -0/+6 |
|
|
* | Added regression test for SF bug #561822: has_option() case sensitive. | Fred Drake | 2002-09-27 | 1 | -0/+5 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -1/+1 |
|
|
* | As part of fixing bug #523301, add a simple test of ConfigParser.write() | Andrew M. Kuchling | 2002-03-08 | 1 | -0/+29 |
|
|
* | Added tests that check getboolean() with the newly allowed values from | Fred Drake | 2001-10-08 | 1 | -0/+37 |
|
|
* | When reading a continuation line, make sure we still use the transformed | Fred Drake | 2001-07-06 | 1 | -0/+7 |
|
|
* | Make sure ConfigParser uses .optionxform() consistently; this affects | Fred Drake | 2001-02-26 | 1 | -0/+24 |
|
|
* | Test section name using some strange characters, including a backslash | Fred Drake | 2001-02-14 | 1 | -2/+7 |
|
|
* | Added options that use square brackets in their names; this ensures that | Fred Drake | 2001-02-12 | 1 | -43/+49 |
|
|
* | Add test cases for ConfigParser.remove_option() behavior. This includes | Fred Drake | 2000-12-04 | 1 | -0/+24 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
|
|
* | Remove change that had not been saved when the output was generated; | Fred Drake | 2000-09-28 | 1 | -3/+0 |
|
|
* | Regression test for ConfigParser module. | Fred Drake | 2000-09-27 | 1 | -0/+144 |
|
|