| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some doctest cleanups for `turtle` and `configparser` (#125288) | Alex Waygood | 2024-10-10 | 1 | -0/+1 |
|
|
* | gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518) | Wei-Hsiang (Matt) Wang | 2024-09-01 | 1 | -2/+2 |
|
|
* | gh-123049: configparser: Allow to create the unnamed section from scratch. (#... | Pedro Lacerda | 2024-08-18 | 1 | -4/+16 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -1/+1 |
|
|
* | gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664) | Timon Viola | 2024-07-13 | 1 | -14/+44 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-66449: configparser: Add support for unnamed sections (#117273) | Pedro Lacerda | 2024-03-29 | 1 | -0/+31 |
|
|
* | gh-107625: configparser: Raise error if a missing value is continued (GH-107651) | Prince Roshan | 2024-03-06 | 1 | -0/+11 |
|
|
* | Docs: align usage of versionadded/versionchanged with recommended practice (#... | Erlend E. Aasland | 2024-01-22 | 1 | -8/+8 |
|
|
* | gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598) | Hugo van Kemenade | 2023-12-31 | 1 | -15/+15 |
|
|
* | Update ConfigParser docs defining valid section name (#110506) | Delgan | 2023-12-30 | 1 | -1/+1 |
|
|
* | gh-101100: Fix Sphinx warning in references with asterisks (#113029) | Hugo van Kemenade | 2023-12-13 | 1 | -1/+1 |
|
|
* | gh-71770: Add more details on behavior of configparser's default_section (#31... | Stanley | 2023-09-07 | 1 | -2/+4 |
|
|
* | gh-93573: Replace wrong example domains in configparser doc (GH-93574) | sblondon | 2023-02-16 | 1 | -23/+23 |
|
|
* | gh-98644: point people to tomllib from configparser’s docs (#98645) | Philipp A | 2022-10-26 | 1 | -4/+8 |
|
|
* | gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503) | Gregory P. Smith | 2022-06-21 | 1 | -26/+3 |
|
|
* | [doc] configparser: avoid inline comments. (GH-31247) | Julien Palard | 2022-03-23 | 1 | -2/+4 |
|
|
* | bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH... | vidhya | 2022-02-22 | 1 | -0/+3 |
|
|
* | bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952) | Hugo van Kemenade | 2022-02-02 | 1 | -3/+22 |
|
|
* | bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-... | Nikita Sobolev | 2021-09-17 | 1 | -1/+2 |
|
|
* | bpo-45173 Remove configparser deprecations (GH-28292) | Hugo van Kemenade | 2021-09-13 | 1 | -22/+3 |
|
|
* | bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909) | Kevin Follstad | 2021-07-13 | 1 | -0/+5 |
|
|
* | bpo-41963: document that ConfigParser strips off comments (GH-26197) | Jürgen Gmach | 2021-05-18 | 1 | -0/+7 |
|
|
* | bpo-37779 : Add information about the overriding behavior of ConfigParser.rea... | sblondon | 2020-09-23 | 1 | -0/+24 |
|
|
* | bpo-40204: Add :noindex: in the documentation (GH-21859) | Victor Stinner | 2020-08-13 | 1 | -80/+81 |
|
|
* | bpo-21018: added missing documentation about escaping characters for configpa... | Arun Persaud | 2019-09-10 | 1 | -0/+5 |
|
|
* | 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 |
|
|
* | Fix indendation level of versionchanged directive in configparser.items() doc... | Andrés Delfino | 2018-06-09 | 1 | -4/+4 |
|
|
* | bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawCo... | Andrés Delfino | 2018-06-08 | 1 | -2/+9 |
|
|
* | bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) | John Reese | 2018-06-05 | 1 | -41/+9 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | bpo-23835: [docs] configparser converts defaults to strings (#3176) | Łukasz Langa | 2017-08-21 | 1 | -1/+5 |
|
|
* | 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 |
|
|
* | 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 |
|
|