diff options
author | Georg Brandl <georg@python.org> | 2010-08-01 21:11:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-01 21:11:59 (GMT) |
commit | 77925b067d2654f852d027f2d23760d639dd9422 (patch) | |
tree | c2f88a67eb85f466c62b90cd8e8e6a1ead505eca | |
parent | feb4c880143e5478d73356e827b32ec973b10f07 (diff) | |
download | cpython-77925b067d2654f852d027f2d23760d639dd9422.zip cpython-77925b067d2654f852d027f2d23760d639dd9422.tar.gz cpython-77925b067d2654f852d027f2d23760d639dd9422.tar.bz2 |
Blocked revisions 83202,83213,83218-83220,83222 via svnmerge
........
r83202 | georg.brandl | 2010-07-28 15:13:46 +0200 (Mi, 28 Jul 2010) | 1 line
#1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values. Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser. Patch by Lukas Langa, review by myself, Eric and Ezio.
........
r83213 | georg.brandl | 2010-07-28 19:37:27 +0200 (Mi, 28 Jul 2010) | 1 line
Add missing file.
........
r83218 | georg.brandl | 2010-07-29 13:49:05 +0200 (Do, 29 Jul 2010) | 1 line
#6538: fix regex documentation again -- use fictional class names "regex" and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible.
........
r83219 | georg.brandl | 2010-07-29 13:56:20 +0200 (Do, 29 Jul 2010) | 1 line
Fix for r83202: improve the handling of empty lines.
........
r83220 | georg.brandl | 2010-07-29 14:17:40 +0200 (Do, 29 Jul 2010) | 1 line
#9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases.
........
r83222 | georg.brandl | 2010-07-29 15:19:42 +0200 (Do, 29 Jul 2010) | 1 line
Fix #9412: make list of messages an instance attribute instead of class attribute.
........
0 files changed, 0 insertions, 0 deletions