Sourced from astroid's changelog.
What's New in astroid 3.3.4?
Release date: 2024-09-23
Fix regression with f-string inference.
Closes pylint-dev/pylint#9947
Fix bug with
manager.clear_cache()
not fully clearing cacheFix a crash from inferring empty format specs.
Closes pylint-dev/pylint#9945
6042e58
Bump astroid to 3.3.4, update changelogc51f510
Fix issue when inferring single-node or non-const JoinedStr (#2578)
(#2579)97871e9
Check for empty format specs (#2574)
(#2576)1915cc3
Fix manager.clear_cache()
not fully clearing the module
cache (#2572)
(#2573)875651b
[Backport maintenance/3.3.x] Address pylint 3.3 messages (#2577)8372a77
tag: 0.3.96646459
add formal support for python 3.13 (#681)735ac66
more extensive testing for dill.source (#680)fb2b6fd
more extensive testing for dill.source8b86f50
handle a ThreadHandleType (#679)15d7c6d
better handle import strings of numpy scalars (#678)a14e75d
account for frame.f_locals as proxy in 3.13 (#677)b281426
diff USE_NUMPY imports numpy.ma (#676)9bf8ca7
type check for Integral, bool by value (#675)a9d136b
fix fencepost error when getting source inside decorator in interpreter
(#651)Sourced from mkdocs-material's releases.
mkdocs-material-9.5.38
- Added Albanian translations
Thanks go to
@gerardkraja
for their contributionsmkdocs-material-9.5.37
- Added 4th and 5th level ordered list styles
- Fixed #7548: Tags have no spacing in search
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.38 (2024-09-26)
- Added Albanian translations
mkdocs-material-9.5.37 (2024-09-25)
- Added 4th and 5th level ordered list styles
- Fixed #7548: Tags have no spacing in search
mkdocs-material-9.5.36 (2024-09-21)
- Fixed #7544: Social cards incorrectly rendering HTML entities
- Fixed #7542: Improved support for setting custom list styles
mkdocs-material-9.5.35 (2024-09-18)
- Fixed #7498: Search not showing for Vietnamese language
mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)
- Fixed #7520: Social plugin errors for generated files (MkDocs 1.6+)
mkdocs-material-9.5.34 (2024-08-31)
- Updated Mermaid.js to version 11 (latest)
mkdocs-material-9.5.33 (2024-08-23)
- Fixed #7453: Incorrect position of tooltip when sorting table
mkdocs-material-9.5.32 (2024-08-19)
- Fixed RXSS vulnerability via deep link in search results
- Added support for fetching latest release from GitLab
mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)
- Fixed #7410: Instant previews jump on content tabs with anchor links
- Fixed #7408: Instant previews jump on content tabs
mkdocs-material-9.5.31 (2024-08-02)
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
mkdocs-material-9.5.30 (2024-07-23)
- Fixed #7380: Navigation icons disappearing on hover in Safari
- Fixed #7367: Blog readtime computation includes SVG text content
mkdocs-material-9.5.29 (2024-07-14)
... (truncated)
Sourced from pydoclint's releases.
0.5.8
What's Changed
- fix: DOC503 catch namespaced exceptions by
@Amar1729
in jsh9/pydoclint#168Full Changelog: https://github.com/jsh9/pydoclint/compare/0.5.7...0.5.8
Sourced from pydoclint's changelog.
[0.5.8] - 2024-09-23
Fixed
- Fixed the logic of handling exceptions namespaces (
a.b.c.MyException
)Full diff
5e941f5
fix: DOC503 catch namespaced exceptions (#168)Sourced from pymdown-extensions's releases.
10.11
- NEW: SuperFences: Allow fenced code to be parsed in the form
```lang {.class #id}
.10.10.2
- FIX: BetterEm: Add better support for
*em, **em,strong***
and_em, __em,strong___
cases.- FIX: Caret: Add better support for
*sup, **sup,ins***
.- FIX: Tilde: Add better support for
*sub, **sub,del***
.10.10.1
- FIX: FancyLists: Remove a mistaken semicolon from injected classes.
4b54d02
Support alternate fenced header form (#2470)8355b45
Attempt to fix issues with instant loading448972a
Fix bad examplef8f8c57
Bump version7a95865
Add support for *tag1 **tag1,tag2***
cases for
*
, _
, ~
, and ^
(#2467)5f0e3fc
Docs: Turn off instant loading until we figure out MathJax issue with
it07337c7
Update versiondee67da
fancylist inject class remove semicolon (#2464)Sourced from ruff's releases.
0.6.8
Release Notes
Preview features
- Remove unnecessary parentheses around
match case
clauses (#13510)- Parenthesize overlong
if
guards inmatch..case
clauses (#13513)- Detect basic wildcard imports in
ruff analyze graph
(#13486)- [
pylint
] Implementboolean-chained-comparison
(R1716
) (#13435)Rule changes
- [
lake8-simplify
] DetectSIM910
when using variadic keyword arguments, i.e.,**kwargs
(#13503)- [
pyupgrade
] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028
) (#13504)Bug fixes
- Detect tuples bound to variadic positional arguments i.e.
*args
(#13512)- Exit gracefully on broken pipe errors (#13485)
- Avoid panic when analyze graph hits broken pipe (#13484)
Performance
Contributors
@MichaReiser
@TomerBin
@charliermarsh
@diceroll123
@dylwil3
@haarisr
@renovate
@sbrugman
@vincevannoort
@zanieb
Install ruff 0.6.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-installer.sh | sh
Install prebuilt binaries via powershell script
... (truncated)
Sourced from ruff's changelog.
0.6.8
Preview features
- Remove unnecessary parentheses around
match case
clauses (#13510)- Parenthesize overlong
if
guards inmatch..case
clauses (#13513)- Detect basic wildcard imports in
ruff analyze graph
(#13486)- [
pylint
] Implementboolean-chained-comparison
(R1716
) (#13435)Rule changes
- [
lake8-simplify
] DetectSIM910
when using variadic keyword arguments, i.e.,**kwargs
(#13503)- [
pyupgrade
] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028
) (#13504)Bug fixes
- Detect tuples bound to variadic positional arguments i.e.
*args
(#13512)- Exit gracefully on broken pipe errors (#13485)
- Avoid panic when analyze graph hits broken pipe (#13484)
Performance
ae39ce5
Bump version to 0.6.8 (#13522)ff2d214
Don't skip over imports and other nodes containing nested statements in
impor...9442cd8
Parenthesize match..case
if
guards (#13513)8012707
Align formatting of patterns in match-cases with expression formatting
in cla...d7ffe46
Disable the typeset
plugin (#13517)7c83af4
red-knot: Implement the not
operator for all
Type
variants (#13432)bbb044e
Detect tuples bound to variadic positional arguments i.e.
*args
(#13512)4810652
Avoid UP028 false negatives with non-reference shadowed bindings of loop
vari...11f06e0
Detect SIM910 when using variadic keyword arguments, i.e.,
**kwargs
(#13503)f27a8b8
[internal] ComparableExpr
(f)strings and bytes made
invariant under concate...Sourced from virtualenv's changelog.
v20.26.6 (2024-09-27)
Bugfixes - 20.26.6
- Properly quote string placeholders in activation script templates to mitigate potential command injection - by :user:`y5c4l3`. (:issue:`2768`)
ec04726
release 20.26.686ddded
Fix #2768:
Quote template strings in activation scripts (#2771)6bb3f62
[pre-commit.ci] pre-commit autoupdate (#2769)220d49c
Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#2767)cf340c8
Merge pull request #2766
from pypa/release-20.26.5Sourced from watchdog's releases.
5.0.3
- [inotify] Improve cleaning up
Inotify
threads, and addeventlet
test cases (#1070)💟 Thanks to our beloved contributors:
@ethan-vanderheijden
,@BoboTiG
Sourced from watchdog's changelog.
5.0.3
2024-09-27 • `full history <https://github.com/gorakhargosh/watchdog/compare/v5.0.2...v5.0.3>`__
- [inotify] Improve cleaning up
Inotify
threads, and addeventlet
test cases ([#1070](https://github.com/gorakhargosh/watchdog/issues/1070) <https://github.com/gorakhargosh/watchdog/pull/1070>
__)- Thanks to our beloved contributors:
@BoboTiG
,@ethan-vanderheijden
Sourced from wcmatch's releases.
10.0
- NEW: Added
GLOBSTARLONG
which adds support for the Zsh style***
which acts like**
withGLOBSTAR
but but traverses symlinks.- NEW:
pathlib.match
will respect symlink rules (when theREALPATH
flag is given). Hidden file rules will be respected at all times. EnableDOTALL
to match hidden files.- NEW: Symlinks should not be traversed when
GLOBSTAR
is enabled unlessFOLLOW
is also enabled, but they should still be matched. Prior to this change, symlinks were not traversed and they were ignored from matching which contradicts how Bash works and could be confusing to users.- FIX: Fix some inconsistencies with
globmatch
and symlink handling whenREALPATH
is enabled.