summaryrefslogtreecommitdiffstats
path: root/Doc/library/configparser.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-71770: Add more details on behavior of configparser's default_section (#31...Stanley2023-09-071-2/+4
* gh-93573: Replace wrong example domains in configparser doc (GH-93574)sblondon2023-02-161-23/+23
* gh-98644: point people to tomllib from configparser’s docs (#98645)Philipp A2022-10-261-4/+8
* gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)Gregory P. Smith2022-06-211-26/+3
* [doc] configparser: avoid inline comments. (GH-31247)Julien Palard2022-03-231-2/+4
* bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH...vidhya2022-02-221-0/+3
* bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)Hugo van Kemenade2022-02-021-3/+22
* bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...Nikita Sobolev2021-09-171-1/+2
* bpo-45173 Remove configparser deprecations (GH-28292)Hugo van Kemenade2021-09-131-22/+3
* bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)Kevin Follstad2021-07-131-0/+5
* bpo-41963: document that ConfigParser strips off comments (GH-26197)Jürgen Gmach2021-05-181-0/+7
* bpo-37779 : Add information about the overriding behavior of ConfigParser.rea...sblondon2020-09-231-0/+24
* bpo-40204: Add :noindex: in the documentation (GH-21859)Victor Stinner2020-08-131-80/+81
* bpo-21018: added missing documentation about escaping characters for configpa...Arun Persaud2019-09-101-0/+5
* bpo-35838: document optionxform must be idempotent (GH-12656)Inada Naoki2019-04-021-0/+6
* bpo-33504: fix wrong "versionchanged" (GH-11712)Inada Naoki2019-01-311-4/+4
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-2/+2
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-2/+2
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+4
* configparser doc: Properly label ConfigParser attributes (GH-9930)Ned Batchelder2018-10-241-3/+3
* bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)Zackery Spytz2018-09-291-5/+6
* Fix indendation level of versionchanged directive in configparser.items() doc...Andrés Delfino2018-06-091-4/+4
* bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawCo...Andrés Delfino2018-06-081-2/+9
* bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)John Reese2018-06-051-41/+9
* bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)Chris Bradbury2018-04-231-0/+5
* Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)Łukasz Langa2018-04-171-4/+0
* bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)Vincent Michel2017-11-021-1/+5
* bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)Łukasz Langa2017-08-241-2/+4
* bpo-23835: [docs] configparser converts defaults to strings (#3176)Łukasz Langa2017-08-211-1/+5
* Correct typo in configparser.rst (#1012)Alex Jordan2017-04-061-2/+2
* bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)David Ellis2017-03-031-7/+13
* bpo-27200: fix configparser, copyreg and ctypes doctests (#240)Marco Buttu2017-03-021-12/+17
* Issue #11670: readfp(fp) parameter name is different to read_file(f)Martin Panter2017-01-291-6/+6
* Docs: Correctly link to the methodsJesus Cea2016-09-191-19/+22
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-5/+5
* Closes #18159: ConfigParser getters not available on SectionProxyŁukasz Langa2014-09-151-11/+35
* Fix full-stop whitespace in configparser docsŁukasz Langa2014-09-151-42/+44
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-2/+2
* #13437: link to the source code for a few more modulesAndrew Kuchling2014-03-191-0/+2
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-1/+2
* Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-141-1/+1
* Fixes `parser.clean()` reported in issue #16820.Łukasz Langa2012-12-311-1/+7
* #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
* #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-1/+2
* #15865: add "*" in the signature to document keyword-only args in the docs. ...Ezio Melotti2012-09-081-5/+11
* 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