Victor Stinner
3d3f126e86
gh-139353: Rename formatter_unicode.c to unicode_formatter.c ( #139723 )
...
* Move Python/formatter_unicode.c to Objects/unicode_formatter.c.
* Move Objects/stringlib/localeutil.h content into
unicode_formatter.c. Remove localeutil.h.
* Move _PyUnicode_InsertThousandsGrouping() to unicode_formatter.c
and mark the function as static.
* Rename unicode_fill() to _PyUnicode_Fill() and export it in
pycore_unicodeobject.h.
* Move MAX_UNICODE to pycore_unicodeobject.h as _Py_MAX_UNICODE.
2025-10-08 14:56:00 +02:00
..
2025-07-11 21:18:47 +03:00
2025-09-01 22:55:22 +01:00
2025-04-30 11:46:41 +02:00
2025-04-30 11:46:41 +02:00
2025-03-19 23:46:25 +00:00
2024-10-18 09:26:08 -06:00
2025-05-22 11:15:03 -04:00
2025-03-19 23:46:25 +00:00
2025-09-17 11:10:29 +03:00
2025-09-24 16:15:34 +02:00
2025-03-13 16:02:58 +00:00
2025-09-17 08:04:02 -07:00
2025-03-26 12:08:20 -04:00
2025-03-19 23:46:25 +00:00
2025-09-17 08:04:02 -07:00
2025-09-17 08:04:02 -07:00
2025-03-19 23:46:25 +00:00
2025-05-27 15:59:45 +01:00
2025-04-22 14:18:18 +02:00
2025-03-11 12:33:01 +01:00
2025-03-17 09:19:04 +00:00
2025-07-21 17:25:43 -04:00
2025-05-21 07:23:48 -06:00
2025-06-13 16:45:21 -06:00
2025-09-01 20:01:01 +01:00
2024-10-01 12:39:56 -04:00
2025-09-17 08:04:02 -07:00
2025-03-17 09:19:04 +00:00
2025-04-18 12:24:34 +02:00
2025-02-06 12:38:12 -05:00
2025-04-21 20:48:02 +01:00
2025-03-19 23:13:25 +00:00
2025-03-17 09:19:04 +00:00
2025-04-01 10:18:42 -07:00
2025-09-12 13:41:59 +02:00
2025-03-20 11:35:23 +00:00
2025-09-17 08:04:02 -07:00
2025-03-21 23:24:14 +01:00
2025-09-17 08:04:02 -07:00
2025-09-24 17:05:30 -04:00
2025-03-17 09:19:04 +00:00
2025-09-19 19:17:28 +01:00
2025-03-17 09:19:04 +00:00
2025-04-28 12:46:22 -06:00
2025-05-08 15:01:25 +00:00
2025-03-17 09:19:04 +00:00
2025-03-19 15:23:32 +01:00
2025-04-28 06:10:28 -07:00
2025-09-17 08:04:02 -07:00
2025-10-03 11:58:00 +02:00
2025-03-20 11:35:23 +00:00
2025-03-21 17:19:47 +00:00
2025-05-10 11:04:32 +08:00
2025-04-30 11:46:41 +02:00
2025-03-20 15:39:38 +00:00
2025-05-01 10:28:52 +00:00
2025-07-24 16:16:07 +05:30
2025-09-15 12:23:36 +02:00
2025-09-10 15:18:39 +02:00
2025-04-25 16:43:50 +00:00
2025-05-26 10:51:12 +02:00
2025-04-28 12:41:32 -06:00
2024-10-24 09:33:11 -04:00
2024-10-18 09:26:08 -06:00
2025-10-08 12:10:58 +02:00
2024-10-15 11:47:20 -07:00
2025-08-19 09:53:38 +01:00
2025-05-08 00:00:33 +00:00
2025-09-18 10:09:59 +01:00
2025-03-17 09:19:04 +00:00
2025-08-07 11:24:50 -04:00
2025-05-21 14:16:55 -06:00
2025-03-17 09:19:04 +00:00
2025-07-21 13:47:26 -04:00
2024-11-01 22:04:31 +00:00
2025-06-25 00:06:32 -07:00
2025-07-01 15:18:17 +02:00
2025-07-01 15:18:17 +02:00
2025-03-17 09:19:04 +00:00
2025-06-25 00:06:32 -07:00
2025-09-24 17:05:30 -04:00
2025-05-21 07:01:25 -06:00
2025-09-24 17:05:30 -04:00
2025-03-19 23:13:25 +00:00
2025-09-16 09:21:58 +01:00
2025-03-21 15:58:32 -07:00
2025-09-24 14:19:17 +09:00
2025-09-03 11:26:56 +03:00
2025-04-04 17:59:36 +01:00
2025-03-29 21:15:48 +00:00
2025-05-28 20:11:09 +03:00
2025-04-30 11:46:41 +02:00
2025-03-19 23:13:25 +00:00
2025-04-30 11:46:41 +02:00
2025-07-29 14:25:32 +00:00
2025-01-24 11:25:24 +01:00
2025-03-26 14:38:47 -04:00
2025-03-27 09:57:06 -04:00
2025-03-19 15:23:32 +01:00
2025-10-03 11:58:00 +02:00
2025-09-19 19:17:28 +01:00
2025-10-08 14:56:00 +02:00
2025-03-04 11:44:19 -08:00
2025-03-17 09:19:04 +00:00
2025-09-18 10:09:59 +01:00
2025-09-18 10:09:59 +01:00
2025-09-17 18:50:16 +01:00
2025-03-17 09:19:04 +00:00
2025-06-30 11:14:31 +00:00