- 12 Haz, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 08 Haz, 2018 1 kayıt (commit)
-
-
Łukasz Langa yazdı
This solves a regression in logging config due to changes in BPO-23835.
-
- 05 Haz, 2018 1 kayıt (commit)
-
-
John Reese yazdı
With 3.7+, dictionary are ordered by design. Configparser still uses collections.OrderedDict, which is unnecessary. This updates the module to use the standard dict implementation by default, and changes the docs and tests to match.
-
- 23 Nis, 2018 1 kayıt (commit)
-
-
Chris Bradbury yazdı
* bpo-33251: ConfigParser.items no longer returns items present in vars. Documentation for `ConfigParser.items()` states: 'Items present in vars no longer appear in the result.' This fix aligns behaviour to that specified in the documentation.
-
- 02 Kas, 2017 1 kayıt (commit)
-
-
Vincent Michel yazdı
-
- 24 Agu, 2017 1 kayıt (commit)
-
-
Łukasz Langa yazdı
The fix for bpo-23835 fixed ConfigParser behavior in defaults= handling. Unfortunately, it caused a backwards compatibility regression with RawConfigParser objects which allow for non-string values. This commit restores the legacy behavior for RawConfigParser only.
-
- 21 Agu, 2017 1 kayıt (commit)
-
-
James Tocknell yazdı
* Enforce that configparser defaults are strings * Update test_configparser.py
-
- 05 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This hides unwanted implementation details from tracebacks.
-
- 03 Mar, 2017 1 kayıt (commit)
-
-
David Ellis yazdı
-
- 26 Kas, 2016 1 kayıt (commit)
-
-
Łukasz Langa yazdı
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
-
- 13 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Łukasz Langa.
-
- 15 Eyl, 2014 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 04 Eyl, 2014 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 06 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Berker Peksag.
-
- 20 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Haz, 2013 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 23 Nis, 2013 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 01 Ock, 2013 2 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
- 31 Ara, 2012 3 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Łukasz Langa yazdı
earlier without preceding space.
-
- 19 Eki, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 29 Nis, 2011 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 28 Nis, 2011 2 kayıt (commit)
-
-
Łukasz Langa yazdı
Initial patches by Tobias Brink. Thanks!
-
Łukasz Langa yazdı
Patch by ゆかり ぴんく魔女. Thanks!
-
- 27 Nis, 2011 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 26 Şub, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 23 Şub, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 Şub, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
with large config files.
-
Raymond Hettinger yazdı
with large config files.
-
- 02 Şub, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
collections.Mapping is not available for setup.py. Remove the dependency the old-fashioned way (copy and paste).
-
Raymond Hettinger yazdı
with large config files.
-
- 17 Ara, 2010 2 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
Backwards compatible alternative values possible as documented. Done by Łukasz Langa, approved by Raymond and Fred.
-
- 16 Ara, 2010 1 kayıt (commit)
-
-
Łukasz Langa yazdı
Life is beatiful once again.
-
- 04 Ara, 2010 2 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
were ensured to be strings but section names and option keys were not. Behaviour unchanged for RawConfigParser and ConfigParser.
-