Leon Anavi
698890b9ba
python3-astroid: Upgrade 2.5.6 -> 2.5.7
...
Upgrade to release 2.5.7:
- Fix six.with_metaclass transformation so it doesn't break user
defined transformations
- Fix detection of relative imports
- Fix inference of instance attributes defined in base classes
- Update `infer_named_tuple` brain to reject namedtuple
definitions that would raise ValueError
- Do not set instance attributes on builtin object()
- Fix some spurious cycles detected in ``context.path`` leading to
more cases that can now be inferred
- Add ``kind`` field to ``Const`` nodes, matching the structure of
the built-in ast Const. The kind field is "u" if the literal is
a u-prefixed string, and ``None`` otherwise.
- Fix property inference in class contexts for properties defined
on the metaclass
- Update enum brain to fix definition of __members__ for
subclass-defined Enums
- Update random brain to fix a crash with inference of some
sequence elements
- Fix inference of attributes defined in a base class that is an
inner class
- Allow inferring a return value of None for non-abstract empty
functions and functions with no return statements (implicitly
returning None)
- scm_setuptools has been added to the packaging.
- Astroid's tags are now the standard form ``vX.Y.Z`` and not
``astroid-X.Y.Z`` anymore.
- Add initial support for Pattern Matching in Python 3.10
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com >
2021-06-01 07:48:10 -07:00
..
2021-01-04 14:48:29 -08:00
2021-05-31 07:38:06 -07:00
2021-02-19 10:02:43 -08:00
2021-04-01 08:31:16 -07:00
2021-05-19 09:16:54 -07:00
2021-04-21 08:26:07 -07:00
2021-01-25 14:34:06 -08:00
2021-05-03 08:05:21 -07:00
2021-01-12 09:16:03 -08:00
2021-02-01 10:44:55 -08:00
2021-02-01 10:44:20 -08:00
2021-03-08 07:29:49 -08:00
2021-05-24 07:36:50 -07:00
2021-03-22 09:19:27 -07:00
2021-02-01 10:44:46 -08:00
2021-04-13 08:06:07 -07:00
2021-05-28 06:50:20 -07:00
2021-05-19 09:16:54 -07:00
2021-04-06 08:58:42 -07:00
2021-02-01 10:44:51 -08:00
2021-05-19 09:16:54 -07:00
2021-05-31 07:38:06 -07:00
2020-11-27 11:54:04 -08:00
2021-04-26 08:22:59 -07:00
2020-11-12 12:45:11 -08:00
2021-04-29 08:43:53 -07:00
2021-01-04 14:48:29 -08:00
2021-06-01 07:48:10 -07:00
2021-04-22 07:28:15 -07:00
2021-05-24 07:36:49 -07:00
2021-03-17 12:05:11 -07:00
2021-02-09 08:49:12 -08:00
2021-05-11 08:25:56 -07:00
2021-04-13 08:06:07 -07:00
2021-01-04 14:48:29 -08:00
2021-05-28 06:50:20 -07:00
2021-05-11 08:25:56 -07:00
2020-11-27 11:54:04 -08:00
2021-04-29 08:43:53 -07:00
2021-05-28 06:50:20 -07:00
2021-02-01 10:44:41 -08:00
2021-03-22 09:19:03 -07:00
2021-05-19 09:16:54 -07:00
2021-05-14 07:24:47 -07:00
2021-01-12 09:16:35 -08:00
2021-03-01 11:06:14 -08:00
2021-01-04 14:48:29 -08:00
2021-04-01 08:31:16 -07:00
2021-05-24 07:36:50 -07:00
2021-02-02 18:50:06 -08:00
2021-01-12 09:15:42 -08:00
2021-04-15 09:25:26 -07:00
2021-05-14 07:25:05 -07:00
2021-03-17 12:05:22 -07:00
2021-03-26 10:32:32 -07:00
2021-04-06 08:58:42 -07:00
2021-03-30 09:04:35 -07:00
2021-05-11 08:25:56 -07:00
2021-04-21 08:26:07 -07:00
2021-02-22 09:16:15 -08:00
2021-01-28 10:51:52 -08:00
2021-03-01 11:06:38 -08:00
2021-01-20 09:30:43 -08:00
2021-05-19 09:16:54 -07:00
2021-03-17 12:05:27 -07:00
2021-05-17 08:52:24 -07:00
2020-11-18 08:18:15 -08:00
2021-01-28 10:52:18 -08:00
2021-05-19 09:16:54 -07:00
2021-05-19 09:16:54 -07:00
2021-03-30 09:04:35 -07:00
2021-01-12 09:16:21 -08:00
2020-11-12 12:45:11 -08:00
2021-05-31 07:38:06 -07:00
2021-05-11 08:25:56 -07:00
2021-05-24 07:36:50 -07:00
2021-04-29 08:43:54 -07:00
2021-01-25 14:34:06 -08:00
2020-12-21 17:53:34 -08:00
2020-11-27 11:54:04 -08:00
2021-05-31 07:38:06 -07:00
2021-05-28 06:50:20 -07:00
2021-05-28 06:50:20 -07:00
2021-05-28 06:50:20 -07:00
2021-03-26 10:32:33 -07:00
2021-05-28 06:50:20 -07:00
2021-02-01 10:43:42 -08:00
2021-01-04 14:48:29 -08:00
2021-05-14 07:25:05 -07:00
2021-03-08 07:30:22 -08:00
2021-02-05 10:26:11 -08:00
2021-05-11 08:25:56 -07:00
2021-02-09 08:49:31 -08:00
2021-05-31 07:38:06 -07:00
2021-04-13 08:06:07 -07:00
2021-03-30 09:04:35 -07:00
2021-04-01 08:31:16 -07:00
2021-03-30 09:04:34 -07:00
2021-05-19 09:16:54 -07:00
2021-03-24 08:50:45 -07:00
2021-04-01 08:31:16 -07:00
2021-04-22 07:28:15 -07:00
2021-01-08 08:42:04 -08:00
2021-06-01 07:48:10 -07:00
2021-01-12 09:16:17 -08:00
2021-04-21 08:26:07 -07:00
2021-02-16 08:49:47 -08:00
2021-03-08 07:30:03 -08:00
2021-03-11 19:59:04 -08:00
2021-02-19 10:02:43 -08:00
2021-01-28 10:52:42 -08:00
2021-01-28 10:52:00 -08:00
2021-05-17 08:52:24 -07:00
2021-02-24 09:08:28 -08:00
2021-03-24 08:50:45 -07:00
2021-05-24 07:36:49 -07:00
2021-05-19 09:16:54 -07:00
2021-01-12 09:16:39 -08:00
2021-03-26 10:32:32 -07:00
2021-03-17 12:04:27 -07:00
2020-11-23 13:00:54 -08:00
2021-03-17 12:04:38 -07:00
2021-01-12 09:15:49 -08:00
2021-01-25 14:34:06 -08:00
2021-05-11 08:25:56 -07:00
2021-03-17 12:04:47 -07:00
2020-11-27 11:54:04 -08:00
2021-03-30 09:04:34 -07:00
2021-01-25 14:34:06 -08:00
2021-05-17 08:52:24 -07:00
2021-04-01 08:31:16 -07:00
2021-05-17 08:52:24 -07:00
2021-03-08 07:29:59 -08:00
2021-01-12 09:16:44 -08:00
2021-04-13 08:06:07 -07:00
2021-02-24 09:08:00 -08:00
2021-01-14 11:58:26 -08:00
2021-01-08 08:41:19 -08:00
2021-02-24 09:08:13 -08:00
2021-01-27 10:21:14 -08:00
2021-01-28 10:51:15 -08:00
2021-04-06 08:58:42 -07:00
2021-01-28 10:52:05 -08:00
2021-01-08 08:40:54 -08:00
2021-01-08 08:41:24 -08:00
2021-06-01 07:48:10 -07:00
2021-03-30 09:04:35 -07:00
2021-05-11 08:25:56 -07:00
2021-03-14 09:19:05 -07:00
2021-04-15 09:25:26 -07:00
2021-01-20 09:29:46 -08:00
2021-04-01 08:31:16 -07:00
2021-03-17 12:05:44 -07:00
2021-03-08 07:29:53 -08:00
2021-02-22 09:16:18 -08:00
2021-02-16 08:50:41 -08:00
2021-04-06 08:58:42 -07:00
2021-03-26 10:32:33 -07:00
2021-02-24 09:08:09 -08:00
2021-04-21 08:26:07 -07:00
2021-02-01 10:44:55 -08:00
2021-05-28 06:50:20 -07:00
2021-03-26 10:32:32 -07:00
2021-05-24 07:36:49 -07:00
2021-01-08 08:41:09 -08:00
2021-01-12 09:16:31 -08:00
2021-05-24 07:36:49 -07:00
2021-02-01 10:44:20 -08:00
2021-04-08 08:54:52 -04:00
2021-05-19 09:16:54 -07:00
2021-03-17 12:04:53 -07:00
2021-05-19 09:16:54 -07:00
2021-03-26 10:32:33 -07:00
2021-05-19 09:16:54 -07:00
2021-02-05 10:26:10 -08:00
2021-05-17 08:52:24 -07:00
2021-05-14 07:25:05 -07:00
2021-01-20 09:30:38 -08:00
2021-01-14 11:58:30 -08:00
2021-02-24 09:07:52 -08:00
2021-03-26 10:32:32 -07:00
2020-11-27 11:54:04 -08:00
2021-05-17 08:52:24 -07:00
2021-05-28 06:50:20 -07:00
2021-01-25 14:34:06 -08:00
2021-05-28 06:50:20 -07:00
2021-03-08 07:30:19 -08:00
2021-04-26 08:22:59 -07:00
2021-03-26 10:32:32 -07:00
2021-02-05 10:26:11 -08:00
2021-01-08 08:42:20 -08:00
2021-05-24 07:36:50 -07:00
2021-04-26 08:22:59 -07:00
2021-03-18 11:26:40 -07:00
2021-02-05 10:26:10 -08:00
2021-01-25 14:34:06 -08:00
2021-05-31 07:38:06 -07:00
2021-04-06 08:58:42 -07:00
2021-03-08 07:29:49 -08:00
2021-05-14 07:25:05 -07:00
2021-05-28 06:50:20 -07:00
2021-03-01 11:06:43 -08:00
2021-04-13 08:06:07 -07:00
2021-03-26 10:32:32 -07:00
2021-03-01 11:07:05 -08:00
2021-05-14 07:24:47 -07:00
2021-05-14 07:24:47 -07:00
2021-05-19 09:16:54 -07:00
2021-01-25 14:34:06 -08:00
2021-01-20 09:29:51 -08:00
2021-01-20 09:29:56 -08:00
2021-05-28 06:50:20 -07:00
2021-03-22 09:18:56 -07:00
2021-04-13 08:06:07 -07:00
2021-05-28 06:50:20 -07:00
2020-12-21 17:53:15 -08:00
2021-04-29 08:43:53 -07:00
2021-04-15 09:25:26 -07:00
2021-02-24 09:07:45 -08:00
2020-11-04 11:10:11 -08:00
2021-05-28 06:50:20 -07:00
2021-04-08 08:54:52 -04:00
2021-03-24 08:50:45 -07:00
2021-03-08 07:29:01 -08:00
2021-02-09 08:49:34 -08:00
2021-02-24 09:08:36 -08:00
2021-03-24 08:50:45 -07:00
2021-04-13 08:06:07 -07:00
2021-04-06 08:58:42 -07:00
2021-05-11 08:25:56 -07:00
2021-05-24 07:36:50 -07:00
2021-05-28 06:50:20 -07:00
2021-03-14 09:19:05 -07:00
2021-05-24 07:36:50 -07:00
2020-11-12 12:45:11 -08:00
2021-05-28 06:50:20 -07:00
2021-05-31 07:38:06 -07:00
2021-05-28 06:50:20 -07:00
2021-01-14 11:58:55 -08:00
2021-03-22 09:19:35 -07:00
2020-12-21 17:52:34 -08:00
2021-02-01 10:44:27 -08:00
2021-05-24 07:36:49 -07:00
2021-05-28 06:50:20 -07:00
2021-04-21 08:26:07 -07:00
2021-03-08 07:29:35 -08:00
2021-01-20 09:30:47 -08:00
2020-11-27 11:54:04 -08:00
2021-04-29 08:43:53 -07:00