cpython/Include
Nick Coghlan c72e4e6dcc Issue #19619: Blacklist non-text codecs in method API
str.encode, bytes.decode and bytearray.decode now use an
internal API to throw LookupError for known non-text encodings,
rather than attempting the encoding or decoding operation and
then throwing a TypeError for an unexpected output type.

The latter mechanism remains in place for third party non-text
encodings.
2013-11-22 22:39:36 +10:00
..
abstract.h Issue #1772673: The type of char* arguments now changed to const char*. 2013-10-19 21:03:34 +03:00
accu.h
asdl.h Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index parameter 2013-11-16 00:16:58 +01:00
ast.h
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
code.h
codecs.h Issue #19619: Blacklist non-text codecs in method API 2013-11-22 22:39:36 +10:00
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from the 2013-11-08 14:07:11 +01:00
dtoa.h
dynamic_annotations.h
enumobject.h
errcode.h
eval.h
fileobject.h Issue #1772673: The type of char* arguments now changed to const char*. 2013-10-19 21:03:34 +03:00
fileutils.h
floatobject.h
frameobject.h Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle 2013-10-29 01:19:37 +01:00
funcobject.h
genobject.h
graminit.h
grammar.h Issue #1772673: The type of char* arguments now changed to const char*. 2013-10-19 21:03:34 +03:00
import.h Issue #1772673: The type of char* arguments now changed to const char*. 2013-10-19 21:03:34 +03:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h Issue #1772673: The type of char* arguments now changed to const char*. 2013-10-19 21:03:34 +03:00
marshal.h Issue #1772673: The type of char* arguments now changed to const char*. 2013-10-19 21:03:34 +03:00
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
namespaceobject.h
node.h
object.h ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 2013-11-20 11:46:18 +01:00
objimpl.h
opcode.h
osdefs.h
parsetok.h Issue #1772673: The type of char* arguments now changed to const char*. 2013-10-19 21:03:34 +03:00
patchlevel.h Post-release updates for 3.4.0a4. 2013-10-22 10:44:35 -07:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h Close #17828: better handling of codec errors 2013-11-13 23:49:21 +10:00
pyexpat.h
pyfpe.h
pygetopt.h
pyhash.h ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 2013-11-20 11:46:18 +01:00
pymacconfig.h
pymacro.h
pymath.h
pymem.h
pyport.h ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 2013-11-20 11:46:18 +01:00
pystate.h
pystrcmp.h
pystrtod.h
Python-ast.h
Python.h ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 2013-11-20 11:46:18 +01:00
pythonrun.h Issue #19512: Add PyRun_InteractiveOneObject() function 2013-11-06 18:41:07 +01:00
pythread.h
pytime.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions 2013-11-06 22:36:40 +01:00
token.h
traceback.h
tupleobject.h
typeslots.h
ucnhash.h
unicodeobject.h oops, remove _PyObject_ReprWriter() definition (unwanted change) 2013-11-19 13:18:45 +01:00
warnings.h
weakrefobject.h