- 12 Haz, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 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
-
- 03 Mar, 2017 1 kayıt (commit)
-
-
David Ellis yazdı
-
- 16 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka 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
-
- 09 Eyl, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Jacek Kołodziej. The Error class is deliberately omitted because it is a generic name and of limited use.
-
- 13 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Łukasz Langa.
-
- 15 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 15 Eyl, 2014 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 04 Eyl, 2014 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 22 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
fully qualified class names of Python implemented classes.
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 23 Haz, 2013 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 11 Ock, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 01 Ock, 2013 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 31 Ara, 2012 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Łukasz Langa yazdı
earlier without preceding space.
-
- 20 Ock, 2012 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 22 Şub, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 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 3 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
70% coverage at the moment (not tragic but needs work).
-
Łukasz Langa yazdı
were ensured to be strings but section names and option keys were not. Behaviour unchanged for RawConfigParser and ConfigParser.
-
- 03 Ara, 2010 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 29 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 21 Kas, 2010 4 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Kas, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Łukasz Langa yazdı
-
- 10 Kas, 2010 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 23 Eyl, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 22 Eyl, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-