• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aio-libs / multidict
97%

Build:
DEFAULT BRANCH: master
Repo Added 07 Jul 2025 01:38AM UTC
Files 28
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 671dev0
  • bump_ver
  • capi
  • ci-add-riscv64-support
  • ci_lint
  • dependabot/github_actions/CodSpeedHQ/action-4
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/download-artifact-5
  • dependabot/github_actions/actions/download-artifact-6
  • dependabot/github_actions/actions/download-artifact-7
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/dependabot/fetch-metadata-2.5.0
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/github_actions/pypa/cibuildwheel-3.2.0
  • dependabot/github_actions/pypa/cibuildwheel-3.2.1
  • dependabot/github_actions/pypa/cibuildwheel-3.3.0
  • dependabot/github_actions/pypa/cibuildwheel-3.3.1
  • dependabot/github_actions/sigstore/gh-action-sigstore-python-3.1.0
  • dependabot/github_actions/sigstore/gh-action-sigstore-python-3.2.0
  • dependabot/pip/cffi-lt-3.0.0
  • dependabot/pip/pre-commit-4.3.0
  • dependabot/pip/psutil-7.1.0
  • dependabot/pip/psutil-7.1.1
  • dependabot/pip/psutil-7.1.2
  • dependabot/pip/psutil-7.1.3
  • dependabot/pip/psutil-7.2.1
  • dependabot/pip/psutil-7.2.2
  • dependabot/pip/pyenchant-3.3.0
  • dependabot/pip/pytest-8.4.2
  • dependabot/pip/pytest-codspeed-4.0.0
  • dependabot/pip/pytest-codspeed-4.1.0
  • dependabot/pip/pytest-codspeed-4.1.1
  • dependabot/pip/pytest-codspeed-4.2.0
  • dependabot/pip/pytest-codspeed-4.3.0
  • dependabot/pip/pytest-cov-7.0.0
  • dependabot/pip/towncrier-25.8.0
  • feat/to-dict
  • fix-pop-memory-leak
  • fix/docs-cimultidictproxy-and-istr
  • fix/error-message-and-docs-typos
  • fix/error-message-missing-space
  • fix/items-docstring-markup
  • fix/typo-anount-in-comments
  • increase_wheel_build_timeout
  • maintenance/1122-coveralls-mypy
  • patch-1
  • pickles
  • pin_cffi
  • pop-memory-leak-fix
  • release
  • release/v6.7.0
  • release/v6.7.1
  • remove-sphinx-mypy-override
  • use-spdx-license-id
  • v6.6.4
  • v6.7.0
  • v6.7.1

13 Feb 2026 10:13PM UTC coverage: 96.748%. Remained the same
22340306612

push

github

web-flow
Update thebroke RST markup in `items()` method docstrings (#1299)

## Summary

Fix malformed RST markup in the `items()` docstrings of `MultiDict` and
`MultiDictProxy`.

The original text `*(key, value) pairs)` has been present since the
initial commit (f84e6bc). It has an unmatched `*` (opening RST emphasis
with no closing `*`) and an extra trailing `)`. Changed to `((key,
value) pairs)` to use plain parentheses matching the tuple notation.


Co-authored-by: Sam Bull <aa6bs0@sambull.org>
Co-authored-by: Sam Bull <git@sambull.org>

616 of 616 branches covered (100.0%)

Branch coverage included in aggregate %.

3846 of 3996 relevant lines covered (96.25%)

1.92 hits per line

Relevant lines Covered
Build:
Build:
3996 RELEVANT LINES 3846 COVERED LINES
1.92 HITS PER LINE
Source Files on master
  • Tree
  • List 28
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22340306612 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 24 Feb 2026 07:05AM UTC web-flow github
96.75
22296259440 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 23 Feb 2026 07:09AM UTC web-flow github
96.75
22272337466 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 22 Feb 2026 06:54AM UTC web-flow github
96.75
22252257498 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 21 Feb 2026 06:49AM UTC web-flow github
96.75
22214724353 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 20 Feb 2026 07:02AM UTC web-flow github
96.75
22171957100 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 19 Feb 2026 07:04AM UTC web-flow github
96.75
22130080466 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 18 Feb 2026 07:06AM UTC web-flow github
96.75
22089071836 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 17 Feb 2026 07:03AM UTC web-flow github
96.75
22053351494 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 16 Feb 2026 07:09AM UTC web-flow github
96.75
22031385981 master Update thebroke RST markup in `items()` method docstrings (#1299) ## Summary Fix malformed RST markup in the `items()` docstrings of `MultiDict` and `MultiDictProxy`. The original text `*(key, value) pairs)` has been present since the initial c... push 15 Feb 2026 06:56AM UTC web-flow github
96.75
See All Builds (357)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc