| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.5] Correct typo in configparser.rst (GH-1012) (GH-1027) | Mariatta | 2017-04-09 | 1 | -2/+2 |
|
|
* | Issue #11670: readfp(fp) parameter name is different to read_file(f) | Martin Panter | 2017-01-29 | 1 | -6/+6 |
|
|
* | Docs: Correctly link to the methods | Jesus Cea | 2016-09-19 | 1 | -19/+22 |
|
|
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -5/+5 |
|
|
* | Closes #18159: ConfigParser getters not available on SectionProxy | Łukasz Langa | 2014-09-15 | 1 | -11/+35 |
|
|
* | Fix full-stop whitespace in configparser docs | Łukasz Langa | 2014-09-15 | 1 | -42/+44 |
|
|
* | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -2/+2 |
|
|
* | #13437: link to the source code for a few more modules | Andrew Kuchling | 2014-03-19 | 1 | -0/+2 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -1/+2 |
|
|
* | Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). | Ned Deily | 2013-07-14 | 1 | -1/+1 |
|
|
* | Fixes `parser.clean()` reported in issue #16820. | Łukasz Langa | 2012-12-31 | 1 | -1/+7 |
|
|
* | #16085: Don't promote shadowing builtins in the configparser example. | R David Murray | 2012-09-29 | 1 | -7/+7 |
|
|
* | #15831: document multiple signatures on different lines. Patch by Chris Jerd... | Ezio Melotti | 2012-09-14 | 1 | -1/+2 |
|
|
* | #15865: add "*" in the signature to document keyword-only args in the docs. ... | Ezio Melotti | 2012-09-08 | 1 | -5/+11 |
|
|
* | removed misleading editing leftovers | Łukasz Langa | 2011-09-02 | 1 | -4/+0 |
|
|
* | Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. | Éric Araujo | 2011-09-01 | 1 | -3/+3 |
|
|
* | Actually print out the description of what changed. | Łukasz Langa | 2011-05-10 | 1 | -1/+0 |
|
|
* | Closes #12036: ConfigParser: Document items() added the vars dictionary to th... | Łukasz Langa | 2011-05-09 | 1 | -0/+5 |
|
|
* | Style updates for the #11670 solution after post-commit review by Ezio Melotti: | Łukasz Langa | 2011-04-28 | 1 | -23/+17 |
|
|
* | Fixed trailing whitespace in the ReST file. | Łukasz Langa | 2011-04-27 | 1 | -3/+3 |
|
|
* | Closes #11670: configparser read_file now iterates over f. | Łukasz Langa | 2011-04-27 | 1 | -5/+24 |
|
|
* | #11027: documented how to override SECTCRE | Łukasz Langa | 2011-01-28 | 1 | -0/+32 |
|
|
* | 100% test coverage, better mapping protocol compatibility, some minor bugfixes | Łukasz Langa | 2010-12-17 | 1 | -16/+26 |
|
|
* | configparser API cleanup: default values now sensible, slightly incompatible. | Łukasz Langa | 2010-12-17 | 1 | -38/+89 |
|
|
* | Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. | Łukasz Langa | 2010-12-16 | 1 | -60/+39 |
|
|
* | configparser: fixed inconsistency where in SafeConfigParser option values | Łukasz Langa | 2010-12-04 | 1 | -4/+18 |
|
|
* | Issue 10499: Modular interpolation in configparser | Łukasz Langa | 2010-12-03 | 1 | -224/+259 |
|
|
* | Let’s keep “throw” for the generator method and use “raise” elsewhere. | Éric Araujo | 2010-11-30 | 1 | -1/+1 |
|
|
* | Issue #10489: removed broken `__name__` support from configparser | Łukasz Langa | 2010-11-21 | 1 | -6/+1 |
|
|
* | fix copy-editing level nits | Fred Drake | 2010-11-13 | 1 | -103/+105 |
|
|
* | Review the new configparser docs. | Georg Brandl | 2010-11-11 | 1 | -473/+475 |
|
|
* | Issue #5412: extend configparser to support mapping access | Łukasz Langa | 2010-11-10 | 1 | -288/+759 |
|
|
* | Fix typo. | Georg Brandl | 2010-11-08 | 1 | -1/+1 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -1/+1 |
|
|
* | add consistent support for the vars and default arguments on all | Fred Drake | 2010-09-04 | 1 | -21/+53 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -0/+4 |
|
|
* | Replace readfp() with read_file() in configparser documentation. | Florent Xicluna | 2010-08-15 | 1 | -3/+3 |
|
|
* | issue #9452: | Fred Drake | 2010-08-09 | 1 | -22/+73 |
|
|
* | #9407: document configparser.Error. | Georg Brandl | 2010-07-29 | 1 | -0/+5 |
|
|
* | #1090076: explain the behavior of *vars* in get() better. | Georg Brandl | 2010-07-29 | 1 | -7/+9 |
|
|
* | #9411: allow selecting an encoding for configparser files. Also adds a new t... | Georg Brandl | 2010-07-29 | 1 | -12/+16 |
|
|
* | #1682942: add some ConfigParser features: alternate delimiters, alternate com... | Georg Brandl | 2010-07-28 | 1 | -80/+148 |
|
|
* | Merged revisions 78232 via svnmerge from | Fred Drake | 2010-02-19 | 1 | -4/+55 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -6/+17 |
|
|
* | #6969: make it explicit that configparser writes/reads text files, and fix th... | Georg Brandl | 2009-09-22 | 1 | -6/+9 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | Merged revisions 72009 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -3/+3 |
|
|