Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) | Jakub KulĂk | 2021-04-30 | 1 | -0/+12 |
* | bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) | Victor Stinner | 2020-11-01 | 1 | -1/+1 |
* | bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) | Victor Stinner | 2020-11-01 | 1 | -1/+2 |
* | bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) | Victor Stinner | 2020-10-31 | 1 | -0/+2 |
* | bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) | Kyle Evans | 2020-10-13 | 1 | -0/+2 |
* | bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422) | Victor Stinner | 2019-03-19 | 1 | -1/+2 |
* | bpo-36142: Add preconfig.c (GH-12128) | Victor Stinner | 2019-03-01 | 1 | -0/+2 |
* | bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) | Victor Stinner | 2018-11-23 | 1 | -0/+8 |
* | bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) | Victor Stinner | 2018-11-20 | 1 | -0/+7 |
* | bpo-35081: Add pycore_fileutils.h (GH-10371) | Victor Stinner | 2018-11-06 | 1 | -0/+36 |