summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.15.1, update changelogv2.15.1Pierre Sassoulas2023-03-261-1/+7
* Restore setting a Call as a base for classes using `six.with_metaclass` (#204...github-actions[bot]2023-03-261-0/+6
* Bump astroid to 2.15.0, update changelog (#2045)v2.15.0Pierre Sassoulas2023-03-061-1/+17
* Clear context cache in AstroidManager.clear_cache()Jacob Walls2023-03-041-0/+4
* Infer returns from match cases (#2042)Jacob Walls2023-03-031-0/+4
* Fix `are_exclusive` function for walrus operator (#2023)ostr000002023-02-131-0/+3
* Update ``FormattedValue.postinit`` and its brain (#2029)Daniël van Noord2023-02-131-0/+5
* Replace and deprecate modutils.is_standard_module() (#2015)Avram Lubkin2023-02-121-0/+6
* Merge branch 'maintenance/2.14.x' following 2.14.2 releasePierre Sassoulas2023-02-121-1/+2
|\
| * Bump astroid to 2.14.2, update changelogv2.14.2Pierre Sassoulas2023-02-121-1/+4
| * Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...github-actions[bot]2023-02-121-0/+3
* | Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...Pierre Sassoulas2023-02-121-0/+3
* | Add support for keyword only argument default valuesDaniël van Noord2023-02-051-0/+3
* | Create ``UninferableBase``Daniël van Noord2023-02-051-0/+5
* | Add support for custom import hooks (#1752)Daniël van Noord2023-02-051-0/+3
|/
* Release 2.14.1 (#2004)v2.14.1Marc Mueller2023-01-311-2/+7
* Merge remote-tracking branch 'upstream/maintenance/2.13.x' into maintenance/2...Marc Mueller2023-01-311-0/+7
|\
| * Release 2.13.5 (#2003)v2.13.5Marc Mueller2023-01-311-2/+7
| * [Backport 2.13.x] Revert CallContext change since it caused a RecursionError ...Marc Mueller2023-01-311-0/+2
* | Revert CallContext change since it caused a RecursionError regression (#2000)...github-actions[bot]2023-01-311-0/+2
* | Release 2.14.0 (#1998)v2.14.0Marc Mueller2023-01-311-5/+15
* | Merge remote-tracking branch 'upstream/maintenance/2.13.x'Marc Mueller2023-01-311-1/+7
|\ \ | |/
| * Bump astroid to 2.13.4, update changelog (#1997)v2.13.4Marc Mueller2023-01-311-1/+7
| * Add Lock to multiprocessing (#1976) (#1996)github-actions[bot]2023-01-311-0/+4
| * Preserve parent CallContext when inferring nested functions (#1982) (#1983)github-actions[bot]2023-01-291-1/+4
| * Fix PyPy ClassDef.fromlino with decorators (#1979) (#1980)github-actions[bot]2023-01-281-0/+2
| * Fix issues with `typing_extensions.TypeVar` (#1973) (#1974)github-actions[bot]2023-01-221-0/+2
* | Add Lock to multiprocessing (#1976)Dani Alcala2023-01-311-0/+4
* | Add support for binary union types - Python 3.10 (#1977)Marc Mueller2023-01-301-0/+3
* | Revert "Set higher recusion limit (2**12) for PyPy (#1984)"Marc Mueller2023-01-291-3/+0
* | Set higher recusion limit (2**12) for PyPy (#1984)Marc Mueller2023-01-291-0/+3
* | Preserve parent CallContext when inferring nested functions (#1982)Marc Mueller2023-01-291-1/+4
* | Fix PyPy ClassDef.fromlino with decorators (#1979)Marc Mueller2023-01-281-0/+2
* | Fix issues with `typing_extensions.TypeVar` (#1973)Marc Mueller2023-01-221-0/+2
|/
* Bump astroid to 2.13.3, update changelogv2.13.3Pierre Sassoulas2023-01-201-1/+7
* Fix order of overwritten attributes in inherited dataclasses (#1970) (#1972)Mark Byrne2023-01-181-0/+4
* Fix a false positive with user-defined `Enum` class (#1967)Mark Byrne2023-01-181-0/+5
* Do not require typing_extensions on Python 3.11Michal Vasilek2023-01-151-0/+2
* Fix a regression in 2.13.2 where a ``RunTimeError`` could be raised unexpecte...github-actions[bot]2023-01-101-0/+2
* Bump astroid to 2.13.2, update changelogv2.13.2Pierre Sassoulas2023-01-081-1/+7
* Remove typing_extensions from the tests requirements (#1944) (#1946)github-actions[bot]2023-01-081-0/+4
* Bump astroid to 2.13.1, update changelog (#1943)v2.13.1Pierre Sassoulas2023-01-081-1/+9
* [Changelog] Move #1189 changelog back in 2.13.0Pierre Sassoulas2023-01-071-9/+8
* Bump astroid to 2.13.0, update changelogv2.13.0Pierre Sassoulas2023-01-071-1/+13
* Support "is None" constraints from if statements during inference (#1189)David Liu2023-01-061-0/+9
* Merge branch 'maintenance/2.12.x' into main following 2.12.14 releasePierre Sassoulas2023-01-061-1/+2
|\
| * Bump astroid to 2.12.14, update changelogv2.12.14Pierre Sassoulas2023-01-061-1/+1
| * Handle kw_only=True in dataclass fieldsDaniël van Noord2022-12-271-0/+4
| * Handle init=False with defaults in dataclasses (#1898)Daniël van Noord2022-12-271-0/+4
| * Inference tip str.format transformation: handle AttributeError during str.for...James Addison2022-12-271-0/+4