68 Commits (b2df6319e3a3bd5cecebd2b3ca8e95b0cc87b554)

Author SHA1 Message Date
Łukasz Langa 47a9a4beda Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state 9 years ago
Robert Collins ac37ba0742 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. 11 years ago
Łukasz Langa dfdd2f7ef8 Closes #18159: ConfigParser getters not available on SectionProxy 12 years ago
Łukasz Langa 949053bff2 Fix #19546: onfigparser exceptions expose implementation details. Patch by Claudiu Popa. 12 years ago
Serhiy Storchaka bc27a050a7 Issue #20363. Fixed BytesWarning triggerred by test suite. 12 years ago
Serhiy Storchaka 7e52705ee3 Issue #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
Łukasz Langa f9b4eb4d04 Fixed issue #18260: configparser TypeError on source name specified as bytes 13 years ago
Łukasz Langa fa608186b4 fix character index in ExtendedInterpolation's exception message 13 years ago
Łukasz Langa a2e7acd17d configparser: preserve section order when using `__setitem__` (issue #16820) 13 years ago
Łukasz Langa a821f82f66 configparser: preserve section order when using `__setitem__` (issue #16820) 13 years ago
Łukasz Langa 0210194d48 Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820. 13 years ago
Łukasz Langa 3a8479a583 Fixes `parser.clean()` reported in issue #16820. 13 years ago
Łukasz Langa 3057469506 Fixes issue #15803: incorrect `ConfigParser.items()` docstring 13 years ago
Andrew Svetlov f7a17b48d7 Replace IOError with OSError (#16715) 13 years ago
Łukasz Langa cba243215e Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs 14 years ago
Ezio Melotti e130a52d8a Remove duplication. 14 years ago
Łukasz Langa 5c7419d433 Removed debugging leftovers. 15 years ago
Łukasz Langa 1aa422fe8f Closes #11324: ConfigParser(interpolation=None) doesn't work. 15 years ago
Łukasz Langa e698cd54bc Closes #11858: configparser.ExtendedInterpolation and section case. 15 years ago
Łukasz Langa daab1c8092 Closes #11670: configparser read_file now iterates over f. 15 years ago
Raymond Hettinger 9fe1ccfb5a Issue #11297: Add collections.ChainMap() 15 years ago
Raymond Hettinger 57d1a887e7 Fix imports from collections.abc 15 years ago
Raymond Hettinger ddb52404ee Issue #11089: Fix performance issue limiting the use of ConfigParser() 15 years ago
Raymond Hettinger e66036063b Issue #11089: Fix performance issue limiting the use of ConfigParser() 15 years ago
Raymond Hettinger 44d8bb0891 collections.Mapping is not available for setup.py. Remove the dependency the old-fashioned way (copy and paste). 15 years ago
Raymond Hettinger 65548873cf Issue #11089: Fix performance issue limiting the use of ConfigParser() 15 years ago
Łukasz Langa 71b37a5d6d 100% test coverage, better mapping protocol compatibility, some minor bugfixes 15 years ago
Łukasz Langa b25a791802 configparser API cleanup: default values now sensible, slightly incompatible. 15 years ago
Łukasz Langa 7f64c8a512 Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. 15 years ago
Łukasz Langa 2f0fd0fa4f configparser: mapping protocol access get() handles configparser-specific arguments as well 15 years ago
Łukasz Langa 2cf9ddb390 configparser: fixed inconsistency where in SafeConfigParser option values 15 years ago
Łukasz Langa 24bcc61f2d configparser: minute refactoring of RawConfigParser.items() 15 years ago
Łukasz Langa 3a11e717aa %s -> %r correction after review by Éric Araujo 15 years ago
Łukasz Langa b6a6f5f886 Issue 10499: Modular interpolation in configparser 15 years ago
Łukasz Langa a73dc9d5e8 configparser: read-only attributes to get the section name and parser from a SectionProxy instance 15 years ago
Łukasz Langa 5c86339bd0 Issue #10489: removed broken `__name__` support from configparser 15 years ago
Łukasz Langa c264c098d0 configparser: the name of the DEFAULT section is now customizable 15 years ago
Łukasz Langa 49afa380fd configparser.py: changed PendingDeprecationWarnings to DeprecationWarnings, via http://mail.python.org/pipermail/python-dev/2010-November/105391.html 15 years ago
Łukasz Langa 26d513cf2f Issue #5412: extend configparser to support mapping access 15 years ago
Florent Xicluna 42d544505f Fix typo and add test case. 16 years ago
Fred Drake cc645b9a59 add consistent support for the vars and default arguments on all 16 years ago
Fred Drake 8844441ae6 fix output from RawConfigParser.write and ConfigParser.write for None 16 years ago
Fred Drake a492362f9a issue #9452: 16 years ago
Georg Brandl 1fa11af7aa Merged revisions 83226-83227,83229-83232 via svnmerge from 16 years ago
Georg Brandl 470a123910 #1090076: explain the behavior of *vars* in get() better. 16 years ago
Georg Brandl 8dcaa7396f #9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases. 16 years ago
Georg Brandl f206d0e393 Fix for r83202: improve the handling of empty lines. 16 years ago
Georg Brandl 96a60ae90c #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. 16 years ago
Brian Curtin 9a27b0cd19 Fix #7113. Patch by Łukasz Langa. 16 years ago
Michael Foord bd6c079552 Issue #4686 - add .args to exceptions in the configparsermodule 16 years ago