Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #24142: [configparser] always join multiline values to not leave the ↵ | ?ukasz Langa | 2016-11-26 | 1 | -1/+1 |
| | | | | parser in an invalid state | ||||
* | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-14 | 1 | -15/+14 |
|\ | | | | | | | Patch from ?ukasz Langa. | ||||
| * | Issue #21159: Improve message in configparser.InterpolationMissingOptionError. | Robert Collins | 2015-08-14 | 1 | -15/+14 |
| | | | | | | | | Patch from ?ukasz Langa. | ||||
* | | Closes #18159: ConfigParser getters not available on SectionProxy | ?ukasz Langa | 2014-09-15 | 1 | -42/+128 |
| | | |||||
* | | Fix #19546: onfigparser exceptions expose implementation details. Patch by ↵ | ?ukasz Langa | 2014-09-04 | 1 | -6/+6 |
|/ | | | | Claudiu Popa. | ||||
* | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 1 | -1/+1 |
|\ | | | | | | | Patch by Berker Peksag. | ||||
| * | Issue #20315: Removed support for backward compatibility with early 2.x ↵ | Serhiy Storchaka | 2014-01-20 | 1 | -17/+0 |
| |\ | | | | | | | | | | | | | | | | | | | versions. Removed backward compatibility alias curses.window.nooutrefresh which should be removed in 2.3. | ||||
| * \ | Merged fix for issue #18260 from 3.3 | ?ukasz Langa | 2013-06-23 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | fix character index in ExtendedInterpolation's exception message | ?ukasz Langa | 2013-04-24 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merged section order preservation fix when using `__setitem__` (issue #16820) | ?ukasz Langa | 2013-01-01 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merged `parser['DEFAULT'].__setitem__` fix (issue #16820) from 3.3. | ?ukasz Langa | 2012-12-31 | 1 | -1/+4 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. | ?ukasz Langa | 2012-12-31 | 1 | -0/+13 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merged fix for #15803 from 3.2 through 3.3 | ?ukasz Langa | 2012-12-31 | 1 | -4/+3 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 1 | -2/+2 |
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Patch by Berker Peksag. | ||||
* | | | | | | | | Issue #20315: Removed support for backward compatibility with early 2.x ↵ | Serhiy Storchaka | 2014-01-20 | 1 | -17/+0 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | versions. | ||||
* | | | | | | | Fixed issue #18260: configparser TypeError on source name specified as bytes | ?ukasz Langa | 2013-06-23 | 1 | -2/+2 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | fix character index in ExtendedInterpolation's exception message | ?ukasz Langa | 2013-04-24 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | configparser: preserve section order when using `__setitem__` (issue #16820) | ?ukasz Langa | 2013-01-01 | 1 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820. | ?ukasz Langa | 2012-12-31 | 1 | -1/+4 |
| |_|/ |/| | | |||||
* | | | Merged `parser.clean()` fix (issue #16820) from 3.2. | ?ukasz Langa | 2012-12-31 | 1 | -0/+13 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixes `parser.clean()` reported in issue #16820. | ?ukasz Langa | 2012-12-31 | 1 | -0/+13 |
| | | | |||||
* | | | Merged fix for #15803 from 3.2 | ?ukasz Langa | 2012-12-31 | 1 | -4/+3 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Fixes issue #15803: incorrect `ConfigParser.items()` docstring | ?ukasz Langa | 2012-12-31 | 1 | -4/+3 |
| | | |||||
* | | Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs | ?ukasz Langa | 2012-07-07 | 1 | -6/+14 |
| | | | | | | | | earlier without preceding space. | ||||
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+2 |
|\ \ | |/ |/| | |||||
| * | Merged minor cleanups from 3.2. | Łukasz Langa | 2011-04-29 | 1 | -2/+0 |
| |\ | |||||
| * \ | Merged solution for #11324 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -1/+2 |
| |\ \ | |||||
| | * \ | Merged solution for #11858 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -3/+5 |
| | |\ \ | |||||
| | * \ \ | Merged #11670 from 3.2 | Łukasz Langa | 2011-04-27 | 1 | -4/+4 |
| | |\ \ \ | |||||
| | * | | | | Issue #11297: Add collections.ChainMap() | Raymond Hettinger | 2011-02-26 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Fix imports from collections.abc | Raymond Hettinger | 2011-02-23 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Issue #11089: Fix performance issue limiting the use of ConfigParser() | Raymond Hettinger | 2011-02-21 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | with large config files. | ||||
* | | | | | | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Removed debugging leftovers. | Łukasz Langa | 2011-04-29 | 1 | -2/+0 |
|/ / / / | |||||
* | | | | Closes #11324: ConfigParser(interpolation=None) doesn't work. | Łukasz Langa | 2011-04-28 | 1 | -4/+5 |
| |_|/ |/| | | | | | | | | Initial patches by Tobias Brink. Thanks! | ||||
* | | | Closes #11858: configparser.ExtendedInterpolation and section case. | Łukasz Langa | 2011-04-28 | 1 | -3/+5 |
| |/ |/| | | | | | Patch by ゆかり ぴんく魔女. Thanks! | ||||
* | | Closes #11670: configparser read_file now iterates over f. | Łukasz Langa | 2011-04-27 | 1 | -4/+4 |
| | | |||||
* | | Issue #11089: Fix performance issue limiting the use of ConfigParser() | Raymond Hettinger | 2011-02-21 | 1 | -8/+9 |
|/ | | | | with large config files. | ||||
* | 100% test coverage, better mapping protocol compatibility, some minor bugfixes | Łukasz Langa | 2010-12-17 | 1 | -17/+23 |
| | |||||
* | configparser API cleanup: default values now sensible, slightly incompatible. | Łukasz Langa | 2010-12-17 | 1 | -23/+19 |
| | | | | | Backwards compatible alternative values possible as documented. Done by Łukasz Langa, approved by Raymond and Fred. | ||||
* | Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. | Łukasz Langa | 2010-12-16 | 1 | -31/+22 |
| | | | | Life is beatiful once again. | ||||
* | configparser: mapping protocol access get() handles configparser-specific ↵ | Łukasz Langa | 2010-12-04 | 1 | -6/+16 |
| | | | | arguments as well | ||||
* | configparser: fixed inconsistency where in SafeConfigParser option values | Łukasz Langa | 2010-12-04 | 1 | -4/+19 |
| | | | | | were ensured to be strings but section names and option keys were not. Behaviour unchanged for RawConfigParser and ConfigParser. | ||||
* | configparser: minute refactoring of RawConfigParser.items() | Łukasz Langa | 2010-12-04 | 1 | -8/+4 |
| | |||||
* | %s -> %r correction after review by Éric Araujo | Łukasz Langa | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | Issue 10499: Modular interpolation in configparser | Łukasz Langa | 2010-12-03 | 1 | -231/+309 |
| | |||||
* | configparser: read-only attributes to get the section name and parser from a ↵ | Łukasz Langa | 2010-11-21 | 1 | -15/+25 |
| | | | | SectionProxy instance | ||||
* | Issue #10489: removed broken `__name__` support from configparser | Łukasz Langa | 2010-11-21 | 1 | -24/+1 |
| | |||||
* | configparser: the name of the DEFAULT section is now customizable | Łukasz Langa | 2010-11-20 | 1 | -17/+19 |
| |