summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.15.5, update changelogv2.15.5maintenance/2.15.xPierre Sassoulas2023-05-143-3/+9
* Merge pull request #2179 from pylint-dev/backport-2177-to-maintenance/2.15.xPierre Sassoulas2023-05-145-6/+11
|\
| * Fix urllib3 tests following the release of v2.0.0 (#2162)Pierre Sassoulas2023-05-142-4/+5
| * Handle ``objects.Super`` in `helpers.object_type()` (#2177)Jacob Walls2023-05-143-2/+6
|/
* Bump astroid to 2.15.4, update changelog (#2144)v2.15.4Marc Mueller2023-04-243-3/+9
* Various TryStar fixes (#2142)Marc Mueller2023-04-249-8/+41
* Bump astroid to 2.15.3, update changelogv2.15.3Pierre Sassoulas2023-04-163-3/+9
* [packaging metadata] Remove pycqa email in favor of github's orgPierre Sassoulas2023-04-161-3/+0
* [doc] Create a variable for the contributors descriptionPierre Sassoulas2023-04-161-3/+4
* Suppress UserWarning when finding module specs (#2121) (#2122)github-actions[bot]2023-04-163-1/+18
* Add xfailJacob Walls2023-04-161-0/+3
* Fix infer_call_result() crash on methods called with_metaclass() (#2118)Jacob Walls2023-04-163-1/+17
* Bump astroid to 2.15.2, update changelogv2.15.2Pierre Sassoulas2023-04-023-3/+9
* Support attrs decorators even if they are imported from attrs (#2059) (#2073)Pierre Sassoulas2023-04-013-2/+40
* Bump astroid to 2.15.1, update changelogv2.15.1Pierre Sassoulas2023-03-263-3/+9
* Restore setting a Call as a base for classes using `six.with_metaclass` (#204...github-actions[bot]2023-03-265-5/+31
* Bump astroid to 2.15.0, update changelog (#2045)v2.15.0Pierre Sassoulas2023-03-064-4/+23
* Add 'TryStar' nodes from Python 3.11 #1516 (#2028)Pierre Sassoulas2023-03-054-0/+229
* Cancel previous tests when pushing to PRsJacob Walls2023-03-052-0/+8
* Clear context cache in AstroidManager.clear_cache()Jacob Walls2023-03-043-2/+9
* Infer returns from match cases (#2042)Jacob Walls2023-03-033-1/+25
* Update coverage requirement from ~=7.1 to ~=7.2 (#2039)dependabot[bot]2023-02-271-1/+1
* Bump actions/cache from 3.2.5 to 3.2.6 (#2038)dependabot[bot]2023-02-271-5/+5
* Update submodule_path after finding an editable install (#2033)noah-weingarden2023-02-265-2/+98
* Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)dependabot[bot]2023-02-239-2/+19
* Bump mypy from 1.0.0 to 1.0.1 (#2035)dependabot[bot]2023-02-232-2/+2
* Ignore ``DeprecationWarnings`` for a test that tests old behaviour (#2037)Daniël van Noord2023-02-231-1/+5
* Fix `are_exclusive` function for walrus operator (#2023)ostr000002023-02-133-5/+87
* Bump mypy from 0.991 to 1.0.0 (#2031)dependabot[bot]2023-02-132-2/+2
* Bump pylint from 2.16.1 to 2.16.2 (#2032)dependabot[bot]2023-02-131-1/+1
* Bump actions/cache from 3.2.4 to 3.2.5 (#2030)dependabot[bot]2023-02-131-5/+5
* Update ``FormattedValue.postinit`` and its brain (#2029)Daniël van Noord2023-02-134-15/+32
* [brain tests] Burst threading from the main filePierre Sassoulas2023-02-123-43/+54
* [brain tests] Burst pytest from the main filePierre Sassoulas2023-02-123-28/+34
* Replace and deprecate modutils.is_standard_module() (#2015)Avram Lubkin2023-02-126-28/+541
* Merge branch 'maintenance/2.14.x' following 2.14.2 releasePierre Sassoulas2023-02-122-5/+6
|\
| * Bump astroid to 2.14.2, update changelogv2.14.2Pierre Sassoulas2023-02-124-7/+10
| * Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...github-actions[bot]2023-02-123-2/+26
| * Revert "Declare support for Python 3.11 (#2018) (#2019)"Pierre Sassoulas2023-02-121-1/+0
| * Declare support for Python 3.11 (#2018) (#2019)github-actions[bot]2023-02-091-0/+1
* | Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...Pierre Sassoulas2023-02-123-2/+26
* | [brain tests] Burst enum tests from the main filePierre Sassoulas2023-02-092-483/+496
* | [brain tests] Burst typing extensions from the main filePierre Sassoulas2023-02-092-32/+41
* | [brain tests] Burst attr from the main filePierre Sassoulas2023-02-092-181/+191
* | [brain tests] Burst dateutil from the main filePierre Sassoulas2023-02-092-20/+29
* | [brain tests] Burst nose from the main filePierre Sassoulas2023-02-092-35/+45
* | [brain tests] Burst multiprocessing from the main filePierre Sassoulas2023-02-092-105/+115
* | [brain tests] Burst six from the main filePierre Sassoulas2023-02-092-145/+156
* | [brain tests] Burst named tuple from the main filePierre Sassoulas2023-02-092-300/+311
* | [brain tests] Burst hashlib from the main filePierre Sassoulas2023-02-092-56/+64