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
2020-06-29 08:23:18 -07:00
2020-07-06 10:21:18 -07:00
2020-07-03 18:07:00 -07:00
2020-07-03 18:07:05 -07:00
2020-07-03 18:07:09 -07:00
2020-08-06 10:26:29 -07: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
2020-09-28 20:49:15 -07:00
2021-03-08 07:29:49 -08:00
2020-07-16 12:10:25 -07:00
2020-07-12 19:04:17 -07:00
2020-07-16 12:10:32 -07:00
2020-07-16 12:10:35 -07:00
2020-07-16 12:10:39 -07:00
2020-10-16 23:11:58 -07:00
2020-09-16 09:16:41 -07:00
2020-07-16 12:10:43 -07:00
2020-07-03 18:07:12 -07:00
2021-05-24 07:36:50 -07:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -07:00
2021-03-22 09:19:27 -07:00
2020-09-05 13:04:40 -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
2020-08-25 10:33:13 -07:00
2020-08-06 10:26:35 -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
2020-08-10 10:58:00 -07:00
2021-04-13 08:06:07 -07:00
2021-01-04 14:48:29 -08:00
2020-08-18 09:37:10 -07:00
2020-10-07 08:42:38 -07:00
2020-07-06 10:21:18 -07: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
2020-07-03 18:07:00 -07: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
2020-08-25 10:33:30 -07:00
2020-08-25 10:33:34 -07:00
2021-02-02 18:50:06 -08:00
2020-10-22 22:16:35 -07: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
2020-11-04 11:09:47 -08:00
2020-09-24 12:51:54 -07: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-09-24 12:52:49 -07:00
2020-10-22 22:17:04 -07: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-09-07 11:28:04 -07: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
2020-08-31 08:27:05 -07:00
2020-08-13 22:32:07 -07:00
2020-09-02 08:55:41 -07:00
2021-05-28 06:50:20 -07:00
2020-09-02 08:55:34 -07:00
2020-09-02 08:55:46 -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
2020-09-23 10:13:31 -07:00
2020-09-02 08:51:48 -07:00
2021-05-28 06:50:20 -07:00
2020-08-13 22:32:07 -07:00
2021-02-01 10:43:42 -08:00
2020-07-16 07:08:46 -07:00
2021-01-04 14:48:29 -08:00
2020-07-16 07:10:24 -07: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
2020-07-03 18:06:51 -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
2020-07-10 09:35:26 -07:00
2021-03-11 19:59:04 -08:00
2020-08-25 10:34:14 -07: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
2020-08-10 10:57:49 -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
2020-08-10 10:57:40 -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
2020-07-03 18:07:33 -07:00
2020-11-04 11:10:02 -08:00
2020-11-04 11:09:53 -08:00
2021-05-11 08:25:56 -07:00
2020-07-06 10:19:48 -07:00
2020-08-03 17:43:42 -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
2020-09-16 09:16:37 -07:00
2020-08-25 10:34:33 -07: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
2020-07-16 12:10:15 -07: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
2020-07-21 16:46:36 -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
2020-10-16 23:11:58 -07:00
2021-01-20 09:29:46 -08:00
2021-04-01 08:31:16 -07:00
2020-10-16 23:11:58 -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
2020-08-10 10:57:57 -07:00
2020-08-03 17:42:52 -07: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
2020-08-06 10:26:45 -07:00
2020-07-06 10:21:06 -07:00
2021-02-01 10:44:20 -08:00
2020-08-18 09:37:53 -07:00
2020-07-06 10:20:02 -07: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
2020-09-28 20:49:15 -07:00
2020-09-05 13:04:00 -07:00
2021-05-19 09:16:54 -07:00
2020-10-22 22:16:54 -07:00
2020-11-04 11:08:50 -08:00
2021-03-26 10:32:33 -07:00
2020-07-06 10:19:43 -07:00
2020-11-04 11:09:57 -08: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
2020-08-11 09:42:55 -07: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
2020-09-16 09:16:27 -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
2020-08-13 22:32:08 -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
2020-07-16 07:10:28 -07:00
2020-08-13 22:32:08 -07:00
2021-04-06 08:58:42 -07:00
2021-03-08 07:29:49 -08:00
2020-07-16 12:10:25 -07:00
2020-07-12 19:04:17 -07: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
2020-10-22 22:16:49 -07: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
2020-07-23 10:26:48 -07:00
2021-01-25 14:34:06 -08:00
2021-01-20 09:29:51 -08:00
2020-07-16 12:10:35 -07: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-10-16 23:11:58 -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
2020-09-05 13:04:28 -07:00
2021-02-24 09:07:45 -08:00
2020-09-16 09:16:41 -07:00
2020-08-06 10:25:55 -07:00
2020-09-15 09:28:34 -07:00
2020-07-10 09:35:37 -07:00
2020-11-04 11:10:11 -08:00
2021-05-28 06:50:20 -07:00
2020-09-15 09:28:34 -07:00
2020-10-28 10:22:05 -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
2020-10-28 10:22:05 -07:00
2021-05-24 07:36:50 -07:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -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
2020-08-11 09:42:41 -07: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