summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_configparser.py
Commit message (Collapse)AuthorAgeFilesLines
* 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