Thanks to visit codestin.com
Credit goes to github.com

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.5
Choose a head ref
  • 11 commits
  • 41 files changed
  • 9 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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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

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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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
Loading