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
..
abstract.h Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become 2010-09-01 12:58:21 +00:00
asdl.h
ast.h
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly 2010-09-13 14:16:46 +00:00
classobject.h
code.h Use locale encoding if Py_FileSystemDefaultEncoding is not set 2010-10-15 12:04:23 +00:00
codecs.h
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h
dtoa.h
dynamic_annotations.h
enumobject.h
errcode.h
eval.h
fileobject.h Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING 2010-09-10 21:57:59 +00:00
fileutils.h Mark _Py_char2wchar() input argument as constant 2010-10-15 11:15:54 +00:00
floatobject.h Issue #9337: Make float.__str__ identical to float.__repr__. 2010-08-04 20:56:28 +00:00
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h Remove unused functions _PyImport_FindModule and _PyImport_IsScript 2010-08-17 22:54:21 +00:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private 2010-08-28 20:42:55 +00:00
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h Issue #9425: Create PyModule_GetFilenameObject() function 2010-08-17 23:37:11 +00:00
node.h
object.h Issue #1868: Eliminate subtle timing issues in thread-local objects by 2010-08-28 18:17:03 +00:00
objimpl.h
opcode.h #4617: Previously it was illegal to delete a name from the local 2010-09-10 21:39:53 +00:00
osdefs.h
parsetok.h
patchlevel.h Post-release bumps. 2010-10-12 12:38:48 +00:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() 2010-10-09 10:12:11 +00:00
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h
pymath.h
pymem.h
pyport.h Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs 2010-09-14 16:02:01 +00:00
pystate.h
pystrcmp.h
pystrtod.h
Python-ast.h
Python.h Create fileutils.c/.h 2010-10-07 21:45:39 +00:00
pythonrun.h issue 9910 2010-09-27 05:32:54 +00:00
pythread.h Issue #9318: Use Py_LL for old compiler. 2010-09-11 22:35:24 +00:00
pytime.h Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, 2010-09-28 21:23:11 +00:00
rangeobject.h
setobject.h Issue #9612: The set object is now 64-bit clean under Windows. 2010-08-17 17:55:07 +00:00
sliceobject.h
structmember.h
structseq.h correct comment 2010-08-09 15:53:58 +00:00
symtable.h add column offset to all syntax errors 2010-09-20 23:02:10 +00:00
sysmodule.h Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() 2010-08-16 17:36:42 +00:00
timefuncs.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h Use locale encoding if Py_FileSystemDefaultEncoding is not set 2010-10-15 12:04:23 +00:00
warnings.h Issue #9425: Create PyErr_WarnFormat() function 2010-08-13 14:03:48 +00:00
weakrefobject.h