[Python-checkins] r83459 - python/branches/release27-maint

georg.brandl python-checkins at python.org
Sun Aug 1 23:12:01 CEST 2010


Author: georg.brandl
Date: Sun Aug  1 23:12:00 2010
New Revision: 83459

Log:
Blocked revisions 83202,83213,83217-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.
........
  r83217 | georg.brandl | 2010-07-29 13:15:36 +0200 (Do, 29 Jul 2010) | 1 line
  
  Remove Python 1.5 compatibility note.
........
  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.
........


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list