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