summaryrefslogtreecommitdiffstats
path: root/Doc/library/configparser.rst
Commit message (Expand)AuthorAgeFilesLines
* removed misleading editing leftoversŁukasz Langa2011-09-021-4/+0
* Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-011-3/+3
* Actually print out the description of what changed.Łukasz Langa2011-05-101-1/+0
* Closes #12036: ConfigParser: Document items() added the vars dictionary to th...Łukasz Langa2011-05-091-0/+5
* Style updates for the #11670 solution after post-commit review by Ezio Melotti:Łukasz Langa2011-04-281-23/+17
* Fixed trailing whitespace in the ReST file.Łukasz Langa2011-04-271-3/+3
* Closes #11670: configparser read_file now iterates over f.Łukasz Langa2011-04-271-5/+24
* #11027: documented how to override SECTCREŁukasz Langa2011-01-281-0/+32
* 100% test coverage, better mapping protocol compatibility, some minor bugfixesŁukasz Langa2010-12-171-16/+26
* configparser API cleanup: default values now sensible, slightly incompatible.Łukasz Langa2010-12-171-38/+89
* Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser.Łukasz Langa2010-12-161-60/+39
* configparser: fixed inconsistency where in SafeConfigParser option valuesŁukasz Langa2010-12-041-4/+18
* Issue 10499: Modular interpolation in configparserŁukasz Langa2010-12-031-224/+259
* Let’s keep “throw” for the generator method and use “raise” elsewhere.Éric Araujo2010-11-301-1/+1
* Issue #10489: removed broken `__name__` support from configparserŁukasz Langa2010-11-211-6/+1
* fix copy-editing level nitsFred Drake2010-11-131-103/+105
* Review the new configparser docs.Georg Brandl2010-11-111-473/+475
* Issue #5412: extend configparser to support mapping accessŁukasz Langa2010-11-101-288/+759
* Fix typo.Georg Brandl2010-11-081-1/+1
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-1/+1
* add consistent support for the vars and default arguments on allFred Drake2010-09-041-21/+53
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-0/+4
* Replace readfp() with read_file() in configparser documentation.Florent Xicluna2010-08-151-3/+3
* issue #9452:Fred Drake2010-08-091-22/+73
* #9407: document configparser.Error.Georg Brandl2010-07-291-0/+5
* #1090076: explain the behavior of *vars* in get() better.Georg Brandl2010-07-291-7/+9
* #9411: allow selecting an encoding for configparser files. Also adds a new t...Georg Brandl2010-07-291-12/+16
* #1682942: add some ConfigParser features: alternate delimiters, alternate com...Georg Brandl2010-07-281-80/+148
* Merged revisions 78232 via svnmerge fromFred Drake2010-02-191-4/+55
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-6/+17
* #6969: make it explicit that configparser writes/reads text files, and fix th...Georg Brandl2009-09-221-6/+9
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-3/+3
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-6/+6
* Fix markup.Raymond Hettinger2009-03-031-3/+3
* Let configparser use ordered dicts by default.Raymond Hettinger2009-03-021-0/+9
* Fix docs for ConfigParser.Raymond Hettinger2009-03-011-2/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-4/+4
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-15/+14
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-261-6/+8
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-2/+3
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-11/+11
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-0/+2
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-1/+1
* Merged revisions 59212-59225 via svnmerge fromGuido van Rossum2007-11-291-0/+87
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-26/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+361