Avatar for the aio-libs user
aio-libs
multidict
BlogDocsChangelog

Performance History

Latest Results

Fix missing space in error message and correct docs/docstring issues - Fix missing space in ValueError message in _parse_args: the error previously read "element #0has length" instead of "element #0 has length" - Fix CIMultiDictProxy docs incorrectly stating it inherits from MultiDict when it actually inherits from MultiDictProxy - Fix "explicitly hand" -> "explicitly by hand" in istr docs - Fix "anount" -> "amount" typo in two code comments - Fix mismatched parenthesis in items() docstrings: was "*(key, value) pairs)" with unmatched RST emphasis marker, now "((key, value) pairs)" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
veeceey:fix/error-message-and-docs-typos
2 hours ago
Bump pytest-codspeed from 4.2.0 to 4.3.0 (#1294) Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.2.0 to 4.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/releases">pytest-codspeed's releases</a>.</em></p> <blockquote> <h2>v4.3.0</h2> <h2>What's Changed</h2> <p>This release brings support for the <a href="https://codspeed.io/docs/instruments/memory"><strong>memory instrument</strong></a>, which enables you to track memory usage, heap allocations, and memory leaks in your benchmarks.</p> <ul> <li>Bump uv in CI from 0.5.20 to 0.9.5 by <a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/95">CodSpeedHQ/pytest-codspeed#95</a></li> <li>feat/improve local walltime by <a href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/97">CodSpeedHQ/pytest-codspeed#97</a></li> <li>feat: rename instrumentation to simulation by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/98">CodSpeedHQ/pytest-codspeed#98</a></li> <li>Pin python in ci integration tests to prevent intermitent codspeed segfaults in walltime by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/105">CodSpeedHQ/pytest-codspeed#105</a></li> <li>feat: add memory profiling support by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/103">CodSpeedHQ/pytest-codspeed#103</a></li> <li>feat: add .gitignore to .codspeed folder on creation by <a href="https://github.com/art049"><code>@​art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/107">CodSpeedHQ/pytest-codspeed#107</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> made their first contribution in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/98">CodSpeedHQ/pytest-codspeed#98</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.2.0...v4.3.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.2.0...v4.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md">pytest-codspeed's changelog</a>.</em></p> <blockquote> <h2>[4.3.0] - 2026-02-09</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add .gitignore to .codspeed folder on creation (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/107">#107</a>) by <a href="https://github.com/art049"><code>@​art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/107">#107</a></li> <li>Support memory profiling by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li> <li>Rename instrumentation to simulation by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/98">#98</a></li> <li>Improve time unit display in local walltime by <a href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Switch to OIDC token by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Use github runner instead of buildjet by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Enable memory profiling by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/103">#103</a></li> <li>Pin python to 3.14.2 in CI to prevent walltime crashes by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/105">#105</a></li> <li>Add comment about uv pinning by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li> <li>Add comment to explain results storing in .codspeed folder by <a href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/97">#97</a></li> <li>Add 3.14 to the list of supported python versions by <a href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/a24abfe8f2e4c789d961daa90b47c082ad6e6f96"><code>a24abfe</code></a> Release v4.3.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/748f2ddc0af84e53bb992f6588d8acbe688a95d2"><code>748f2dd</code></a> ci: use github runner instead of buildjet</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/66e54c83bf4cc0fefc21c369f2cfac00530cfda8"><code>66e54c8</code></a> feat: add .gitignore to .codspeed folder on creation (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/107">#107</a>)</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/36f59306ed2341d8eb9647cf3ab471478b43c1fb"><code>36f5930</code></a> chore(ci): enable memory profiling</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/8ce65af09d12dd9ccf8adce82b759e541268a672"><code>8ce65af</code></a> feat: support memory profiling</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/4df4f8c3b56b48e8952ccab6c54fe96f970a7659"><code>4df4f8c</code></a> fix(ci): switch to OIDC token</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/c3a194a79a148f02fb5fdd1628b9b934fd39f859"><code>c3a194a</code></a> chore: pin python to 3.14.2 in CI to prevent walltime crashes</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/adee8a12aa89dd2173a1e7b588cfd9147ee1769b"><code>adee8a1</code></a> feat: rename instrumentation to simulation</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/08e0519e579b3bf8d56c1fa368ccaf6cbda1aa0d"><code>08e0519</code></a> chore: add comment about uv pinning</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/bb84077c947d27c53e0336cfedcf1dc90a305d41"><code>bb84077</code></a> chore: add comment to explain results storing in .codspeed folder</li> <li>Additional commits viewable in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.2.0...v4.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.2.0&new-version=4.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
3 hours ago

Active Branches

Fix missing space in error message and docs/docstring issues
last run
2 hours ago
#1295
CodSpeed Performance Gauge
0%
last run
8 days ago
#1292
CodSpeed Performance Gauge
0%
last run
15 days ago
#1288
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs