Zachary Ware
|
9fe6d86709
|
Issue 19572: More silently skipped tests explicitly skipped.
|
2013-12-08 00:20:35 -06:00 |
Łukasz Langa
|
f9b4eb4d04
|
Fixed issue #18260: configparser TypeError on source name specified as bytes
|
2013-06-23 19:10:25 +02:00 |
Ezio Melotti
|
dc1fa80b6c
|
#16925: test_configparser now works with unittest test discovery. Patch by Zachary Ware.
|
2013-01-11 06:30:57 +02:00 |
Łukasz Langa
|
a821f82f66
|
configparser: preserve section order when using `__setitem__` (issue #16820)
|
2013-01-01 22:33:19 +01:00 |
Łukasz Langa
|
0210194d48
|
Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820.
|
2012-12-31 13:55:11 +01:00 |
Łukasz Langa
|
0dc5ab41f0
|
Merged `parser.clean()` fix (issue #16820) from 3.2.
|
2012-12-31 03:41:54 +01:00 |
Łukasz Langa
|
cba243215e
|
Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
earlier without preceding space.
|
2012-07-07 18:54:08 +02:00 |
Łukasz Langa
|
e7851956de
|
#13760: picklability tests for configparser exceptions
|
2012-01-20 14:57:55 +01:00 |
Łukasz Langa
|
82710c594b
|
Merged minor cleanups from 3.2.
|
2011-04-29 16:17:51 +02:00 |
Łukasz Langa
|
70eb79c669
|
Merged solution for #11324 from 3.2.
|
2011-04-28 17:04:25 +02:00 |
Łukasz Langa
|
e812bf7bf6
|
Merged styling updates for #11670 from 3.2.
|
2011-04-28 12:02:58 +02:00 |
Łukasz Langa
|
50c7562da9
|
Merged solution for #11858 from 3.2.
|
2011-04-28 11:01:18 +02:00 |
Łukasz Langa
|
29050d7317
|
Merged #11670 from 3.2
|
2011-04-27 18:11:50 +02:00 |
Raymond Hettinger
|
16fe75e4e0
|
Have the test filename match the module filename.
|
2011-02-22 01:48:33 +00:00 |