- 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ı
-
- 04 Eyl, 2010 1 kayıt (commit)
-
-
Fred Drake yazdı
configuration parser classes (http://bugs.python.org/issue9421)
-
- 03 Eyl, 2010 2 kayıt (commit)
-
-
Fred Drake yazdı
values (http://bugs.python.org/issue7005) (merged r84443 from the release27-mmaint branch, with changes to reflect changes in Python 3)
-
Fred Drake yazdı
values (http://bugs.python.org/issue7005)
-
- 10 Agu, 2010 1 kayıt (commit)
-
-
Fred Drake yazdı
SafeConfigParser instances constructed with allow_no_value == True.
-
- 09 Agu, 2010 1 kayıt (commit)
-
-
Fred Drake yazdı
Add read_file, read_string, and read_dict to the configparser API; new source attribute to exceptions.
-
- 31 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
#9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases.
-
- 28 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
#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.
-
- 26 Tem, 2010 2 kayıt (commit)
-
-
Brian Curtin yazdı
Changes include using a list of lines instead of patching together using string interpolation, and a multi-line value test cases.
-
Brian Curtin yazdı
Changes include using a list of lines instead of patching together using string interpolation, and a multi-line value test cases.
-
- 25 Tem, 2010 1 kayıt (commit)
-
-
Michael Foord yazdı
-
- 19 Şub, 2010 2 kayıt (commit)
-
-
Fred Drake yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78232 | fred.drake | 2010-02-19 00:24:30 -0500 (Fri, 19 Feb 2010) | 3 lines - apply patch from issue 7005 - add corresponding documentation ........
-
Fred Drake yazdı
- add corresponding documentation
-
- 07 Şub, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78035 | georg.brandl | 2010-02-06 23:44:17 +0100 (Sa, 06 Feb 2010) | 1 line Fix duplicate import. ........ r78040 | georg.brandl | 2010-02-07 00:08:00 +0100 (So, 07 Feb 2010) | 1 line Fix a few UnboundLocalErrors in test_long. ........ r78043 | georg.brandl | 2010-02-07 00:12:19 +0100 (So, 07 Feb 2010) | 1 line Remove duplicate test method. ........ r78049 | georg.brandl | 2010-02-07 00:33:33 +0100 (So, 07 Feb 2010) | 1 line Fix import/access for some identifiers. _TestSharedCTypes does not seem to be executed? ........ r78050 | georg.brandl | 2010-02-07 00:34:10 +0100 (So, 07 Feb 2010) | 1 line Fix more unbound locals in code paths that do not seem to be used. ........ r78052 | georg.brandl | 2010-02-07 00:54:04 +0100 (So, 07 Feb 2010) | 1 line Add missing import when running these tests standalone. ........ r78053 | georg.brandl | 2010-02-07 00:54:43 +0100 (So, 07 Feb 2010) | 1 line Fix some name errors in Mac modules. ........ r78054 | georg.brandl | 2010-02-07 00:58:25 +0100 (So, 07 Feb 2010) | 1 line Add missing import. ........
-
- 06 Şub, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-