Files
cpython/Objects
Victor Stinner cb3ae5588b bpo-29240: Ignore UTF-8 Mode in time module (#5148)
time.strftime() must use the current LC_CTYPE encoding, not UTF-8
if the UTF-8 mode is enabled.

Add _PyUnicode_DecodeCurrentLocale() function.
2018-01-11 10:37:59 +01:00
..
2017-09-14 18:13:16 -07:00
2017-11-08 14:44:44 -08:00

Source files for various builtin objects