summaryrefslogtreecommitdiffstats
path: root/Doc/library/configparser.rst
Commit message (Expand)AuthorAgeFilesLines
* #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-2/+2
* Merged solution for #11786 from 2.6Łukasz Langa2011-04-281-4/+6
|\
| * Closes #11786: ConfigParser.[Raw]ConfigParser optionxform().Łukasz Langa2011-04-281-5/+7
| * Merged revisions 83452,83457,83466,83471,83475,83480,83486 via svnmerge fromGeorg Brandl2010-08-011-4/+23
| * Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,...Georg Brandl2009-10-271-6/+17
| * Merged revisions 74209 via svnmerge fromGeorg Brandl2009-10-271-1/+1
| * Merged revisions 72007-72010,72036-72037 via svnmerge fromGeorg Brandl2009-04-281-3/+3
| * Fix docs for ConfigParser.Raymond Hettinger2009-03-011-2/+2
| * Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-031-3/+3
* | #9101: backport json reference in configparser doc.Ezio Melotti2011-04-141-0/+10
* | fix typo: spection -> sectionFred Drake2010-11-091-1/+1
* | Merged revisions 83226-83227,83229-83230,83232 via svnmerge fromGeorg Brandl2010-08-011-4/+23
* | - apply patch from issue 7005Fred Drake2010-02-191-4/+46
* | Fix markup.Georg Brandl2009-10-241-1/+1
* | add further note about what's passed to optionxformFred Drake2009-10-231-0/+3
* | #7188: fix optionxform() docs.Georg Brandl2009-10-231-6/+14
* | builtin -> built-in.Georg Brandl2009-07-261-1/+1
* | Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-271-3/+3
* | Backport 70111: Let configparser use ordered dicts by default.Raymond Hettinger2009-03-031-0/+17
* | Fix docs for ConfigParser.Raymond Hettinger2009-03-011-2/+2
* | revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-201-2/+1
* | Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
* | Fix uses of the default role.Georg Brandl2009-01-031-3/+3
|/
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-22/+20
* Added documentation stub for ConfigParser.Alexandre Vassalotti2008-05-141-0/+8
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-20/+13
* Update configparser docs for lowercasing rename.Georg Brandl2008-05-141-1/+7
* Add an example for an RFC 822 continuation.Georg Brandl2008-03-261-6/+8
* Issue 1781. Now ConfigParser.add_section does not let you add aFacundo Batista2008-02-231-2/+3
* Fix example.Georg Brandl2008-01-211-0/+2
* Some cleanup in the docs.Georg Brandl2007-12-291-1/+1
* Add examples to the ConfigParser documentation.Georg Brandl2007-11-291-0/+87
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+361