summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Adds a note dealing with numpy version 1.18 and the __getattr__ methodhippo912020-12-291-1/+2
* | | | | | Add the function random that is an alias of random_samplehippo912020-12-291-0/+1
* | | | | | Adds the ufunc degrees and radianshippo912020-12-291-0/+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
* | | | | Adds print to debug travis failure with pyphippo912020-12-281-0/+3
* | | | | New copyright noticeshippo912020-12-2747-29/+65
* | | | | Python3.9 is officially supportedhippo912020-12-271-0/+1
* | | | | Fix a crash in functools.partial inference when the arguments cannot be deter...Claudiu Popa2020-12-271-5/+8
* | | | | Fix incorrect error message formattingClaudiu Popa2020-12-261-1/+1
* | | | | Do not crash when encountering starred assignments in enums.Claudiu Popa2020-12-261-1/+2
* | | | | 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-241-2/+1
* | | | | Allow wrapt 1.12Felix Mölder2020-12-241-1/+1
|/ / / /
* | | | Merge pull request #858 from hippo91/fix_python39_newhippo912020-12-132-1/+21
|\ \ \ \
| * | | | 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
| * | | | When inferring argument takes into account possible posonyargs before raising...hippo912020-11-221-1/+1
* | | | | Merge pull request #857 from pkolbus/remove-imphippo912020-12-133-123/+87
|\ \ \ \ \
| * | | | | Remove dependency on imp.Peter Kolbus2020-11-273-123/+87
| |/ / / /
* | | | | Merge branch 'master' into issue843Tim Martin2020-10-313-4/+6
|\ \ \ \ \ | |/ / / /
| * | | | 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 incorrect MRO being calculated for scoped multiple inheritanceTim Martin2020-10-131-1/+1
|/ / / /
* | | | Adds ndarray as rtype for T attribute.hippo912020-09-142-2/+2
* | | | Teach astroid about Hypothesis (#820)Zac Hatfield-Dodds2020-09-141-0/+53
* | | | Add the value parameter in the signature of the __or__ method of the ndarray ...hippo912020-09-141-1/+1
* | | | Fix warning regarding ABC import from collections (#825)Karthikeyan Singaravelan2020-09-141-2/+2
* | | | Add comments and changelog entry (#830)hippo912020-09-142-2/+6
* | | | Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta2020-06-232-1/+20
* | | | Separate string and bytes classes patching (#807)Claudiu Popa2020-06-231-47/+85
* | | | Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta2020-06-223-40/+23
* | | | Fix exception causes all over the codebase (#806)Ram Rachum2020-06-207-37/+37
| |_|/ |/| |
* | | Fix exception causes in helpers.pyRam Rachum2020-06-191-4/+4
* | | Fix a crash caused by a lookup of a monkey-patched method (#803)Claudiu Popa2020-06-161-2/+1
* | | `FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)Claudiu Popa2020-06-091-0/+5
* | | Add exception inference for `UnicodeDecodeError` (#797)Claudiu Popa2020-05-291-0/+7
* | | Properly construct the arguments of infered property descriptors (#796)Claudiu Popa2020-05-281-9/+24
* | | brain_mechanize: Add missing methods to transform (#794)Peter Kolbus2020-05-281-1/+58
* | | Add more supported parameters to ``subprocess.check_output()``.Peter Pentchev2020-05-281-0/+10
* | | Cleanup formatting errorsClaudiu Popa2020-05-141-3/+7
* | | `FunctionDef.is_generator` properly handles `yield` nodes in `While` testsClaudiu Popa2020-05-122-1/+6
* | | Fix the new violations of super-without-argumentsClaudiu Popa2020-05-126-48/+44
* | | Add brain for sqlalchemy.orm.sessionStefan Scherfke2020-05-121-0/+31