0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Doc/c-api
Benjamin Peterson d5a1c44455 PEP 415: Implement suppression of __context__ display with an exception attribute
This replaces the original PEP 409 implementation. See #14133.
2012-05-14 22:09:31 -07:00
..
abstract.rst
allocation.rst
arg.rst Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. 2012-05-05 16:54:29 -07:00
bool.rst
buffer.rst
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType 2012-04-16 00:16:30 +02:00
exceptions.rst PEP 415: Implement suppression of __context__ display with an exception attribute 2012-05-14 22:09:31 -07:00
file.rst
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst
intro.rst
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst
marshal.rst
memory.rst
memoryview.rst
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
structures.rst
sys.rst
tuple.rst
type.rst
typeobj.rst
unicode.rst
utilities.rst
veryhigh.rst
weakref.rst