8000 Comparing v3.3.4...v3.3.6 · pylint-dev/pylint · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.4
Choose a base ref
...
head repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.6
Choose a head ref
  • 19 commits
  • 51 files changed
  • 12 contributors

Commits on Jan 30, 2025

  1. Fix a false positive for invalid-getnewargs-ex-returned when the …

    …tuple or dict has been assigned to a name. (#10209) (#10210)
    
    (cherry picked from commit 8138620)
    
    Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
    github-actions[bot] and mbyrnepr2 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    bbd73ce View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Undeprecate getopt (#10213) (#10214)

    Upstream undeprecated it in December (python/cpython#126227)
    
    (cherry picked from commit 47579c8)
    
    Co-authored-by: Aaron Liu <aaronliu0130@gmail.com>
    github-actions[bot] and aaronliu0130 authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    a3f9b7c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Configuration menu
    Copy the full SHA
    f0e4e42 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Ignore leading underscores in private/protected methods for camelCase…

    … style (#10228) (#10229)
    
    (cherry picked from commit 5c6950c)
    
    Co-authored-by: Alex Prabhat Bara <alexpbara@gmail.com>
    github-actions[bot] and alexprabhat99 authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    54f9825 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Fix crash in catching-non-exception when something besides a class in…

    … except (#10232) (#10234)
    
    (cherry picked from commit 007a745)
    
    Co-authored-by: ChandanChainani <chandan.chainani@ibm.com>
    github-actions[bot] and ChandanChainani authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    5150344 View commit details
    Browse the repository at this point in the history
  2. 8000

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    c131f0e View commit details
    Browse the repository at this point in the history
  2. Fixed conditional import x.y causing possibly-used-before-assignment (#…

    …10240) (#10241)
    
    (cherry picked from commit 7b28cf4)
    
    Co-authored-by: Alex Prabhat Bara <alexpbara@gmail.com>
    jacobtylerwalls and alexprabhat99 authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    b9f515f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Skip check in chained comparisons for use-implicit-booleaness-not-x

    … checks (#10246) (#10248)
    
    (cherry picked from commit 0a1044b)
    
    Co-authored-by: Zen Lee <53538590+zenlyj@users.noreply.github.com>
    github-actions[bot] and zenlyj authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    808880d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    5b0bfe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1052bc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. Bump pylint to 3.3.5, update changelog (#10266)

    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    Pierre-Sassoulas and cdce8p authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    aaab3cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    819d606 View commit details
    Browse the repository at this point in the history
  3. Add additional permissions for backport workflow (#10269) (#10270)

    (cherry picked from commit 1b2f300)
    
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    github-actions[bot] and cdce8p authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    6b68f91 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Ref #10260 -- Add documentation for the github output format (#10272) (

    …#10273)
    
    (cherry picked from commit 5f26f32)
    
    Co-authored-by: Johannes Maron <johannes@maron.family>
    github-actions[bot] and codingjoe authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    f28d768 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. [used-before-assignment] Fix FP for inner function return type (#10275)…

    … (#10285)
    
    (cherry picked from commit 78666e4)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    8000
    github-actions[bot] and jacobtylerwalls authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    544464a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    e394611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6455c45 View commit details
    Browse the repository at this point in the history
  3. Move deprecated 'tool.setuptools.license-files', remove license class…

    …ifier (#10289)
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    winglian and Pierre-Sassoulas committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    32871c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ac5a4d View commit details
    Browse the repository at this point in the history
Loading
0