Barney Gale
2dbb2e035b
GH-110109: Churn pathlib.PurePath methods ( #112012 )
...
Re-arrange `pathlib.PurePath` methods in source code. No other changes.
The `PurePath` implementations of certain special methods, such as
`__eq__()` and `__hash__()`, are not usually applicable to user subclasses
of `_PathBase`. To facilitate their removal, another patch will split the
`PurePath` class into `_PurePathBase` and `PurePath`, with the latter
providing these special methods.
This patch prepares the ground for splitting `PurePath`. It's similar to
e8d77b0 , which preceded splitting `Path`. By churning the methods here,
subsequent patches will be easier to review and less likely to break
things.
2023-11-17 07:32:50 -08:00
..
2023-11-04 10:57:53 +01:00
2023-09-16 18:47:18 +02:00
2023-11-09 14:52:32 +01:00
2023-11-10 18:17:45 +01:00
2023-09-21 21:14:41 +02:00
2023-11-16 18:57:22 +01:00
2023-11-15 01:17:51 +00:00
2023-11-15 03:41:29 +01:00
2023-11-04 13:59:24 +00:00
2023-10-06 02:37:28 +02:00
2023-11-03 09:45:53 +02:00
2023-10-12 09:05:23 -04:00
2023-10-24 20:11:51 +03:00
2023-09-19 14:01:59 +02:00
2023-10-17 20:19:14 +02:00
2023-10-10 22:15:11 +02:00
2023-10-05 19:51:17 +00:00
2023-11-13 09:13:49 +02:00
2023-11-09 15:42:34 +01:00
2023-08-24 05:35:39 +02:00
2023-08-24 05:35:39 +02:00
2023-08-24 05:35:39 +02:00
2023-09-24 15:07:23 +01:00
2023-09-24 15:07:23 +01:00
2023-10-24 13:02:12 +03:00
2023-09-06 17:34:31 +02:00
2023-11-06 15:32:35 +01:00
2023-11-08 18:25:58 +02:00
2023-10-31 15:03:54 -07:00
2023-10-26 15:17:28 +09:00
2023-11-04 10:57:53 +01:00
2023-10-21 14:26:03 +03:00
2023-09-18 14:04:17 +01:00
2023-11-08 14:19:34 +00:00
2023-09-26 21:59:11 +00:00
2023-11-03 09:45:53 +02:00
2023-09-29 15:20:59 +02:00
2023-10-06 02:37:28 +02:00
2023-11-04 13:59:24 +00:00
2023-10-16 15:57:01 +01:00
2023-11-04 13:59:24 +00:00
2023-09-11 07:02:35 +00:00
2023-09-03 21:37:15 +00:00
2023-11-14 10:47:46 +00:00
2023-11-10 18:17:45 +01:00
2023-09-06 23:55:42 +03:00
2023-09-08 09:48:28 +00:00
2023-09-29 12:21:18 +00:00
2023-09-24 15:07:23 +01:00
2023-09-10 10:06:08 +03:00
2023-10-30 15:43:11 +00:00
2023-09-11 07:02:35 +00:00
2023-09-28 19:12:11 +02:00
2023-09-16 18:47:18 +02:00
2023-10-01 16:20:01 +02:00
2023-08-22 15:52:32 +02:00
2023-10-16 13:30:35 +00:00
2023-10-17 23:05:49 +00:00
2023-11-07 10:58:29 -07:00
2023-11-16 13:52:33 +00:00
2023-09-08 16:27:58 +00:00
2023-11-04 13:59:24 +00:00
2023-10-20 01:09:57 +03:00
2023-09-02 07:45:34 +03:00
2023-10-05 15:02:48 +00:00
2023-08-25 12:37:27 +03:00
2023-08-28 16:04:27 +03:00
2023-10-16 15:26:11 +01:00
2023-10-26 15:17:28 +09:00
2023-11-02 09:16:34 +00:00
2023-11-10 21:13:29 +00:00
2023-10-18 11:36:43 -07:00
2023-09-09 10:24:49 +09:00
2023-11-06 19:59:22 +09:00
2023-10-07 16:01:39 +03:00
2023-10-30 19:24:21 +00:00
2023-10-21 13:38:29 +01:00
2023-10-23 13:55:39 +00:00
2023-11-09 14:52:32 +01:00
2023-09-02 07:45:34 +03:00
2023-10-10 11:38:40 +02:00
2023-11-10 13:32:36 +00:00
2023-10-03 14:13:13 +03:00
2023-10-25 16:22:34 +01:00
2023-09-24 15:07:23 +01:00
2023-10-08 10:01:39 +03:00
2023-10-27 00:24:56 -05:00
2023-09-20 16:58:23 +00:00
2023-09-08 09:48:28 +00:00
2023-09-24 15:07:23 +01:00
2023-11-12 14:06:02 +00:00
2023-11-04 09:54:10 +00:00
2023-09-20 16:58:23 +00:00
2023-09-05 17:56:30 +03:00
2023-10-14 23:32:57 +02:00
2023-10-30 12:56:29 -07:00
2023-09-08 09:48:28 +00:00
2023-11-02 21:06:51 -07:00
2023-10-06 02:37:28 +02:00
2023-09-01 14:59:09 +02:00
2023-11-16 15:12:27 -08:00
2023-11-07 13:40:58 +02:00
2023-09-21 19:48:20 +00:00
2023-11-07 08:49:30 +00:00
2023-10-05 14:08:42 +00:00
2023-09-26 22:58:46 +03:00
2023-11-07 18:54:36 +00:00
2023-09-11 19:13:37 +03:00
2023-11-07 09:42:39 +00:00
2023-08-21 23:41:13 +00:00
2023-11-10 23:23:27 +00:00
2023-10-16 15:57:01 +01:00
2023-09-05 17:35:28 +03:00
2023-11-01 21:11:18 +00:00
2023-10-14 09:07:02 +03:00
2023-11-13 17:15:56 +00:00
2023-09-07 17:00:13 +03:00
2023-08-24 10:23:01 +02:00
2023-09-16 18:47:18 +02:00
2023-09-15 14:26:45 -07:00
2023-08-22 15:52:32 +02:00
2023-09-16 18:47:18 +02:00
2023-11-07 10:58:29 -07:00
2023-11-16 11:47:38 -08:00
2023-11-05 16:50:31 +00:00
2023-09-02 07:45:34 +03:00
2023-10-16 15:57:01 +01:00
2023-11-07 06:05:56 +00:00
2023-09-02 07:45:34 +03:00
2023-10-02 12:22:55 +00:00
2023-11-08 13:11:59 -07:00
2023-11-09 18:55:22 +00:00
2023-08-25 12:37:27 +03:00
2023-11-11 17:41:33 +00:00
2023-11-13 10:57:57 +01:00
2023-10-25 13:50:16 +03:00
2023-08-23 15:23:41 +03:00
2023-11-09 20:13:35 +09:00
2023-11-09 11:19:51 +00:00
2023-10-05 19:52:26 +02:00
2023-09-02 07:45:34 +03:00
2023-09-04 12:41:13 +03:00
2023-10-05 09:49:07 -05:00
2023-09-22 13:51:58 -07:00
2023-08-23 17:42:08 +02:00
2023-08-21 11:49:08 +02:00
2023-11-10 18:42:14 +02:00
2023-11-17 07:32:50 -08:00
2023-11-14 13:22:25 +01:00
2023-09-02 07:45:34 +03:00
2023-09-04 15:24:03 +03:00
2023-10-27 03:57:29 +00:00
2023-09-05 17:56:30 +03:00
2023-09-16 18:47:18 +02:00
2023-11-10 18:42:14 +02:00
2023-10-21 15:09:01 +03:00
2023-10-27 00:24:56 -05:00
2023-10-11 21:30:15 +00:00
2023-09-12 09:37:42 +03:00
2023-09-14 09:12:17 +03:00
2023-11-03 10:28:14 +02:00
2023-10-14 09:13:02 +03:00
2023-11-13 11:23:06 +01:00
2023-11-10 18:17:45 +01:00
2023-10-26 15:17:28 +09:00
2023-09-27 19:26:42 -07:00
2023-11-07 13:37:29 -08:00
2023-09-02 07:45:34 +03:00
2023-09-28 17:25:10 +00:00
2023-10-13 10:06:25 +02:00
2023-10-02 09:27:30 +01:00
2023-10-10 23:59:43 +00:00
2023-10-17 22:05:41 -07:00
2023-09-05 17:56:30 +03:00
2023-10-11 13:52:06 +03:00
2023-10-05 15:02:48 +00:00
2023-10-12 09:34:35 +02:00
2023-10-20 01:09:57 +03:00
2023-11-07 22:36:13 +00:00
2023-08-29 15:46:46 +00:00
2023-09-30 23:35:54 -05:00
2023-09-09 05:44:46 +00:00
2023-10-27 12:19:34 +09:00
2023-08-26 15:24:16 +05:30
2023-10-04 19:47:41 +03:00
2023-10-16 15:57:01 +01:00
2023-10-26 15:17:28 +09:00
2023-10-25 12:41:21 +03:00
2023-11-07 16:32:16 +00:00
2023-10-18 13:58:51 +01:00
2023-11-02 16:38:08 +00:00
2023-11-16 13:52:33 +00:00
2023-11-03 09:45:53 +02:00
2023-10-12 23:41:34 +00:00
2023-11-04 10:57:53 +01:00
2023-09-05 21:59:40 +00:00
2023-10-10 13:35:15 +02:00
2023-11-04 13:59:24 +00:00
2023-11-04 13:59:24 +00:00
2023-09-07 20:13:32 +02:00
2023-10-19 09:29:45 +01:00
2023-09-07 21:28:18 +03:00
2023-10-27 11:11:26 +01:00
2023-08-31 18:33:34 +02:00
2023-10-14 08:50:41 +03:00
2023-09-01 01:18:15 -07:00
2023-11-08 14:19:34 +00:00
2023-09-05 13:46:17 +00:00
2023-10-31 21:02:42 +00:00
2023-09-14 10:20:32 -06:00
2023-09-25 19:50:39 +02:00
2023-11-16 15:40:09 +00:00
2023-09-12 09:37:42 +03:00
2023-11-04 15:56:58 +01:00
2023-09-20 16:58:23 +00:00
2023-10-05 14:26:44 +01:00
2023-09-16 18:47:18 +02:00
2023-09-05 17:56:30 +03:00
2023-09-05 17:56:30 +03:00
2023-10-06 02:37:28 +02:00
2023-09-18 14:04:17 +01:00
2023-09-30 20:23:26 +02:00
2023-09-02 07:45:34 +03:00
2023-10-13 10:06:25 +02:00
2023-09-04 13:04:32 +03:00
2023-11-15 23:28:58 +01:00
2023-09-05 17:56:30 +03:00
2023-10-04 12:51:45 +02:00