Files
cpython/Objects
Victor Stinner f3170ccef8 Use locale encoding if Py_FileSystemDefaultEncoding is not set
* PyUnicode_EncodeFSDefault(), PyUnicode_DecodeFSDefaultAndSize() and
   PyUnicode_DecodeFSDefault() use the locale encoding instead of UTF-8 if
   Py_FileSystemDefaultEncoding is NULL
 * redecode_filenames() functions and _Py_code_object_list (issue #9630)
   are no more needed: remove them
2010-10-15 12:04:23 +00:00
..
2010-08-23 19:35:39 +00:00
2009-09-01 07:34:27 +00:00
2010-06-07 18:47:09 +00:00
2010-09-03 10:52:55 +00:00
2010-10-03 02:13:39 +00:00
2010-10-11 22:42:28 +00:00