summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug for dunder methods inference of function objectsfix-crash-in-dunder-inferenceClaudiu Popa2020-12-303-0/+16
* Merge pull request #872 from hippo91/astroid_2.5.0hippo912020-12-2970-49/+113
|\
| * Do not set the release date until it has been really released.hippo912020-12-291-1/+2
| * Removes insecable whitespaceshippo912020-12-291-8/+8
| * Formatting according to blackhippo912020-12-281-8/+8
| * Adds copyright noticehippo912020-12-281-0/+1
| * Adds comment to explain the use of sys.base_prefixhippo912020-12-281-3/+11
| * Seems like the only way to have a valid get_python_lib(standard_lib=True) wit...hippo912020-12-281-0/+1
| * sys.real_prefix doesn't exist anymore with recent version of venv. Use base_p...hippo912020-12-281-1/+1
| * Back to original file after debugging sessionhippo912020-12-281-2/+1
| * Adds debug msghippo912020-12-281-1/+2
| * Adds print to debug travis failure with pyphippo912020-12-281-0/+3
| * Adds deprecation warning as suggested by Pierre Sassoulashippo912020-12-281-0/+4
| * New copyright noticeshippo912020-12-2769-43/+94
| * Python3.9 is officially supportedhippo912020-12-271-0/+1
| * Adds release date for 2.5.0hippo912020-12-271-7/+1
|/
* Fix a crash in functools.partial inference when the arguments cannot be deter...Claudiu Popa2020-12-272-5/+13
* Fix incorrect error message formattingClaudiu Popa2020-12-261-1/+1
* Do not crash when encountering starred assignments in enums.Claudiu Popa2020-12-263-1/+18
* handle deprecation warnings when walking module membersBecker Awqatty2020-12-261-2/+5
* Allow lazy-object-proxy >= 1.5.0Konrad Weihmann2020-12-241-1/+1
* Add None check on inferred_nodeSimon Hewitt2020-12-241-0/+1
* Fix starred_assigned_stmts elts cast (introduced in d68f2935)Vilnis Termanis2020-12-242-3/+5
* Allow wrapt 1.12Felix Mölder2020-12-242-2/+2
* Merge pull request #858 from hippo91/fix_python39_newhippo912020-12-137-5/+61
|\
| * Remove tests environment 3.9 because it is not python3.9 is not yet availablehippo912020-12-131-3/+0
| * Add tests environment for python3.8 and python3.9hippo912020-12-131-0/+6
| * Formatting according to blackhippo912020-11-221-2/+3
| * Takes into account the fact that in python3.9 NamedTuple in typing module is ...hippo912020-11-221-0/+19
| * Adds an entryhippo912020-11-221-0/+2
| * Adds python3.9 testhippo912020-11-222-4/+6
| * Thanks to the preceeding commit the inference is more precise for class decor...hippo912020-11-221-0/+29
| * When inferring argument takes into account possible posonyargs before raising...hippo912020-11-221-1/+1
* | Merge pull request #857 from pkolbus/remove-imphippo912020-12-138-141/+115
|\ \
| * | Remove dependency on imp.Peter Kolbus2020-11-278-141/+115
| |/
* | Merge pull request #844 from timmartin/issue843hippo912020-12-123-1/+21
|\ \ | |/ |/|
| * Merge branch 'master' into issue843Tim Martin2020-10-314-4/+7
| |\ | |/ |/|
* | Add changelog for memory fixRaphael Gaschignard2020-10-281-0/+1
* | Explicitly return None on certain functionsRaphael Gaschignard2020-10-282-2/+2
* | Drop tracebacks on Astroid import errors for cachesRaphael Gaschignard2020-10-281-2/+4
| * Fix formatting regressionTim Martin2020-10-161-9/+1
| * Fix incorrect MRO being calculated for scoped multiple inheritanceTim Martin2020-10-133-1/+29
|/
* Adds ndarray as rtype for T attribute.hippo912020-09-145-3/+8
* Teach astroid about Hypothesis (#820)Zac Hatfield-Dodds2020-09-142-0/+55
* Add the value parameter in the signature of the __or__ method of the ndarray ...hippo912020-09-142-1/+6
* Fix warning regarding ABC import from collections (#825)Karthikeyan Singaravelan2020-09-141-2/+2
* Skip test for | in dictionaries due to PEP-584 in Python 3.9+ (#829)Karthikeyan Singaravelan2020-09-141-2/+6
* Add comments and changelog entry (#830)hippo912020-09-143-2/+10
* Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta2020-06-234-1/+40
* Separate string and bytes classes patching (#807)Claudiu Popa2020-06-234-55/+108