Files
cpython/Include
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
..
2006-10-27 23:31:49 +00:00
2002-08-12 07:21:58 +00:00
2006-02-15 17:27:45 +00:00
2008-07-02 22:38:47 +00:00
2010-10-12 12:38:48 +00:00
2009-05-17 22:19:14 +00:00
2010-10-07 21:45:39 +00:00
2010-09-27 05:32:54 +00:00
2010-08-09 15:53:58 +00:00