Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.11] Docs: align usage of versionadded/versionchanged with recommended ↵ | Erlend E. Aasland | 2024-01-23 | 1 | -8/+8 |
| | | | | | | | | practice (#114409) (#114473) (cherry picked from commit 1d7bddd9612bcbaaedbc837e2936de773e855411) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> | ||||
* | [3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` ↵ | Hugo van Kemenade | 2023-12-31 | 1 | -13/+13 |
| | | | | | | | (GH-113598) (#113600) (cherry picked from commit 30a6d79fb8bc1ef96600c290c016720103b74b2d) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | [3.11] Update ConfigParser docs defining valid section name (GH-110506) ↵ | Miss Islington (bot) | 2023-12-30 | 1 | -1/+1 |
| | | | | | | (#113590) Co-authored-by: Delgan <4193924+Delgan@users.noreply.github.com> | ||||
* | [3.11] gh-101100: Fix Sphinx warning in references with asterisks ↵ | Hugo van Kemenade | 2023-12-13 | 1 | -1/+1 |
| | | | | (GH-113029) (#113044) | ||||
* | [3.11] gh-71770: Add more details on behavior of configparser's ↵ | Miss Islington (bot) | 2023-09-07 | 1 | -2/+4 |
| | | | | | | | default_section (GH-31562) (#109089) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
* | gh-93573: Replace wrong example domains in configparser doc (GH-93574) | Miss Islington (bot) | 2023-02-16 | 1 | -23/+23 |
| | | | | | | | | | | * Replace bitbucket.org domain by forge.example * Update example to python.org * Use explicitly invalid domain topsecret.server.com domain is not controled by PSF. It's replaced by invalid topsecret.server.example domain. It follows RFC 2606, which advise .example as TLD for documentation. (cherry picked from commit 924a3bfa28578802eb9ca77a66fb5d4762a62f14) Co-authored-by: sblondon <stephane.blondon@gmail.com> | ||||
* | gh-98644: point people to tomllib from configparser’s docs (GH-98645) | Miss Islington (bot) | 2022-10-26 | 1 | -4/+8 |
| | | | | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 5e74bad93ccc681f0d407aaa3a6830a2d54a20a2) Co-authored-by: Philipp A <flying-sheep@web.de> | ||||
* | [doc] configparser: avoid inline comments. (GH-31247) | Julien Palard | 2022-03-23 | 1 | -2/+4 |
| | | | | | | People are testing those blocs with the default inline_comment_prefixes of None, leading to a: configparser.InterpolationSyntaxError: '$' must be followed by '$' or '{', found: '$ sign ($ is the only character that needs to be escaped)' | ||||
* | bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE ↵ | vidhya | 2022-02-22 | 1 | -0/+3 |
| | | | | (GH-31413) | ||||
* | bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952) | Hugo van Kemenade | 2022-02-02 | 1 | -3/+22 |
| | | | | | | | * Revert "bpo-45173 Remove configparser deprecations" This reverts commit df2284bc416dcccba1125b12af4499c45baabe4f. * bpo-45173: Note these configparser deprecations will be removed in 3.12 | ||||
* | bpo-45217: adds note that `allow_no_value` in `configparser` is optional ↵ | Nikita Sobolev | 2021-09-17 | 1 | -1/+2 |
| | | | | | (GH-28396) Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-45173 Remove configparser deprecations (GH-28292) | Hugo van Kemenade | 2021-09-13 | 1 | -22/+3 |
| | | | | | | | In the configparser module, these have been deprecated since Python 3.2: * the SafeConfigParser class, * the filename property of the ParsingError class, * the readfp method of the ConfigParser class, | ||||
* | bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909) | Kevin Follstad | 2021-07-13 | 1 | -0/+5 |
| | | | | | Add testcleanup section to configparser and bz2 documentation which removes temporary files created in the filesystem when 'make doctest' is run. | ||||
* | bpo-41963: document that ConfigParser strips off comments (GH-26197) | Jürgen Gmach | 2021-05-18 | 1 | -0/+7 |
| | | | | Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Laura Gutierrez Funderburk <58710704+lgfunderburk@users.noreply.github.com> | ||||
* | bpo-37779 : Add information about the overriding behavior of ↵ | sblondon | 2020-09-23 | 1 | -0/+24 |
| | | | | | | | ConfigParser.read (GH-15177) Co-Authored-By: Kyle Stanley <aeros167@gmail.com> Co-Authored-By: Paul Ganssle <p.ganssle@gmail.com> | ||||
* | bpo-40204: Add :noindex: in the documentation (GH-21859) | Victor Stinner | 2020-08-13 | 1 | -80/+81 |
| | | | | | | | | | | Add :noindex: to duplicated documentation to fix "duplicate object description" errors. For example, fix this Sphinx 3 issue: Doc/library/configparser.rst:1146: WARNING: duplicate object description of configparser.ConfigParser.optionxform, other instance in library/configparser, use :noindex: for one of them | ||||
* | bpo-21018: added missing documentation about escaping characters for ↵ | Arun Persaud | 2019-09-10 | 1 | -0/+5 |
| | | | | | configparser (GH-6137) Document how $ and % can be escaped in configparser. | ||||
* | bpo-35838: document optionxform must be idempotent (GH-12656) | Inada Naoki | 2019-04-02 | 1 | -0/+6 |
| | |||||
* | bpo-33504: fix wrong "versionchanged" (GH-11712) | Inada Naoki | 2019-01-31 | 1 | -4/+4 |
| | |||||
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -2/+2 |
| | |||||
* | bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) | Stéphane Wirtel | 2018-10-26 | 1 | -2/+2 |
| | |||||
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -0/+4 |
| | |||||
* | configparser doc: Properly label ConfigParser attributes (GH-9930) | Ned Batchelder | 2018-10-24 | 1 | -3/+3 |
| | |||||
* | bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123) | Zackery Spytz | 2018-09-29 | 1 | -5/+6 |
| | | | Switch "list" with "iterable" to match with the implementation. | ||||
* | Fix indendation level of versionchanged directive in configparser.items() ↵ | Andrés Delfino | 2018-06-09 | 1 | -4/+4 |
| | | | | doc (GH-7543) | ||||
* | bpo-33800: Fix default argument for parameter dict_type of ↵ | Andrés Delfino | 2018-06-08 | 1 | -2/+9 |
| | | | | ConfigParser/RawConfigParser (GH-7494) | ||||
* | bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) | John Reese | 2018-06-05 | 1 | -41/+9 |
| | | | | | | With 3.7+, dictionary are ordered by design. Configparser still uses collections.OrderedDict, which is unnecessary. This updates the module to use the standard dict implementation by default, and changes the docs and tests to match. | ||||
* | bpo-33251: Update documentation to reflect change. (GH-6446) (#6583) | Chris Bradbury | 2018-04-23 | 1 | -0/+5 |
| | |||||
* | Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494) | Łukasz Langa | 2018-04-17 | 1 | -4/+0 |
| | | | This note in documentation was never true. | ||||
* | bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420) | Vincent Michel | 2017-11-02 | 1 | -1/+5 |
| | |||||
* | bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191) | Łukasz Langa | 2017-08-24 | 1 | -2/+4 |
| | | | | | | | The fix for bpo-23835 fixed ConfigParser behavior in defaults= handling. Unfortunately, it caused a backwards compatibility regression with RawConfigParser objects which allow for non-string values. This commit restores the legacy behavior for RawConfigParser only. | ||||
* | bpo-23835: [docs] configparser converts defaults to strings (#3176) | Łukasz Langa | 2017-08-21 | 1 | -1/+5 |
| | | | Title says all. | ||||
* | Correct typo in configparser.rst (#1012) | Alex Jordan | 2017-04-06 | 1 | -2/+2 |
| | |||||
* | bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) | David Ellis | 2017-03-03 | 1 | -7/+13 |
| | |||||
* | bpo-27200: fix configparser, copyreg and ctypes doctests (#240) | Marco Buttu | 2017-03-02 | 1 | -12/+17 |
| | |||||
* | 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 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -5/+5 |
| | | | | Original patch by James Edwards. | ||||
* | 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 ↵ | Ezio Melotti | 2012-09-14 | 1 | -1/+2 |
| | | | | Jerdonek. | ||||
* | #15865: add "*" in the signature to document keyword-only args in the docs. ↵ | Ezio Melotti | 2012-09-08 | 1 | -5/+11 |
| | | | | Patch by Chris Jerdonek. |