Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) ↵ | Berker Peksag | 2017-03-03 | 1 | -1/+11 |
| | | | | | | | | | | (#432) (cherry picked from commit 85b8d01c916b482dac937b93ede1e53b1db0361c) Conflicts: Lib/test/test_configparser.py | ||||
* | Merge 3.5, fix for #24142 | Łukasz Langa | 2016-11-26 | 1 | -0/+24 |
|\ | |||||
| * | Fixes #24142: [configparser] always join multiline values to not leave the ↵ | Łukasz Langa | 2016-11-26 | 1 | -0/+24 |
| | | | | | | | | parser in an invalid state | ||||
* | | Issue #27106: Add test for configparser.__all__ | Martin Panter | 2016-09-09 | 1 | -0/+6 |
|/ | | | | | Patch by Jacek Kołodziej. The Error class is deliberately omitted because it is a generic name and of limited use. | ||||
* | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-13 | 1 | -3/+4 |
|\ | | | | | | | Patch from Łukasz Langa. | ||||
| * | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-13 | 1 | -3/+4 |
| | | | | | | | | Patch from Łukasz Langa. | ||||
* | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -85/+97 |
|\ \ | |/ | |||||
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -85/+97 |
| | | |||||
* | | Closes #18159: ConfigParser getters not available on SectionProxy | Łukasz Langa | 2014-09-15 | 1 | -0/+223 |
| | | |||||
* | | Fix #19546: onfigparser exceptions expose implementation details. Patch by ↵ | Łukasz Langa | 2014-09-04 | 1 | -0/+52 |
| | | | | | | | | Claudiu Popa. | ||||
* | | Issue #22032: __qualname__ instead of __name__ is now always used to format | Serhiy Storchaka | 2014-07-22 | 1 | -1/+1 |
|/ | | | | fully qualified class names of Python implemented classes. | ||||
* | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -2/+1 |
| | |||||
* | Fixed issue #18260: configparser TypeError on source name specified as bytes | Łukasz Langa | 2013-06-23 | 1 | -11/+63 |
| | |||||
* | #16925: test_configparser now works with unittest test discovery. Patch by ↵ | Ezio Melotti | 2013-01-11 | 1 | -35/+13 |
| | | | | Zachary Ware. | ||||
* | configparser: preserve section order when using `__setitem__` (issue #16820) | Łukasz Langa | 2013-01-01 | 1 | -0/+4 |
| | |||||
* | Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820. | Łukasz Langa | 2012-12-31 | 1 | -0/+28 |
| | |||||
* | Merged `parser.clean()` fix (issue #16820) from 3.2. | Łukasz Langa | 2012-12-31 | 1 | -0/+27 |
| | |||||
* | Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs | Łukasz Langa | 2012-07-07 | 1 | -0/+37 |
| | | | | earlier without preceding space. | ||||
* | #13760: picklability tests for configparser exceptions | Łukasz Langa | 2012-01-20 | 1 | -0/+145 |
| | |||||
* | Merged minor cleanups from 3.2. | Łukasz Langa | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Merged solution for #11324 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -0/+38 |
| | |||||
* | Merged styling updates for #11670 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -7/+7 |
| | |||||
* | Merged solution for #11858 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -3/+67 |
| | |||||
* | Merged #11670 from 3.2 | Łukasz Langa | 2011-04-27 | 1 | -0/+54 |
| | |||||
* | Have the test filename match the module filename. | Raymond Hettinger | 2011-02-22 | 1 | -0/+1342 |