summaryrefslogtreecommitdiff
path: root/Lib/test/test_configparser.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
|
* Merge 3.5, fix for #24142?ukasz Langa2016-11-261-0/+6
|\
| * Issue #27106: Add test for configparser.__all__Martin Panter2016-09-091-0/+6
| | | | | | | | | | Patch by Jacek Ko?odziej. The Error class is deliberately omitted because it is a generic name and of limited use.
* | Fixes #24142: [configparser] always join multiline values to not leave the ↵?ukasz Langa2016-11-261-0/+24
|/ | | | parser in an invalid state
* Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-141-3/+4
|\ | | | | | | Patch from ?ukasz Langa.
| * Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-141-3/+4
| | | | | | | | Patch from ?ukasz Langa.
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-85/+97
|\ \ | |/
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-85/+97
| |
* | Closes #18159: ConfigParser getters not available on SectionProxy?ukasz Langa2014-09-151-0/+223
| |
* | Fix #19546: onfigparser exceptions expose implementation details. Patch by ↵?ukasz Langa2014-09-041-0/+52
| | | | | | | | Claudiu Popa.
* | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-1/+1
|/ | | | fully qualified class names of Python implemented classes.
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+1
|
* Fixed issue #18260: configparser TypeError on source name specified as bytes?ukasz Langa2013-06-231-11/+63
|
* #16925: test_configparser now works with unittest test discovery. Patch by ↵Ezio Melotti2013-01-111-35/+13
| | | | Zachary Ware.
* configparser: preserve section order when using `__setitem__` (issue #16820)?ukasz Langa2013-01-011-0/+4
|
* Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820.?ukasz Langa2012-12-311-0/+28
|
* Merged `parser.clean()` fix (issue #16820) from 3.2.?ukasz Langa2012-12-311-0/+27
|
* Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs?ukasz Langa2012-07-071-0/+37
| | | | earlier without preceding space.
* #13760: picklability tests for configparser exceptionsŁukasz Langa2012-01-201-0/+145
|
* Merged minor cleanups from 3.2.Łukasz Langa2011-04-291-1/+1
|
* Merged solution for #11324 from 3.2.Łukasz Langa2011-04-281-0/+38
|
* Merged styling updates for #11670 from 3.2.Łukasz Langa2011-04-281-7/+7
|
* Merged solution for #11858 from 3.2.Łukasz Langa2011-04-281-3/+67
|
* Merged #11670 from 3.2Łukasz Langa2011-04-271-0/+54
|
* Have the test filename match the module filename.Raymond Hettinger2011-02-221-0/+1342