cpython/Doc/c-api
Victor Stinner 048afd98b3 Remove CALL_PROFILE special build
Issue #28799:

* Remove the PyEval_GetCallStats() function.
* Deprecate the untested and undocumented sys.callstats() function.
* Remove the CALL_PROFILE special build

Use the sys.setprofile() function, cProfile or profile module to profile
function calls.
2016-11-28 11:59:04 +01:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:42:15 +03:00
bool.rst
buffer.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:19 +03:00
bytearray.rst
bytes.rst Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed 2016-09-16 17:31:06 +03:00
capsule.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:19 +03:00
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst Issue #28635: Fix a couple of missing/incorrect versionchanged tags 2016-11-10 13:25:26 -05:00
file.rst
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:19 +03:00
index.rst
init.rst Remove CALL_PROFILE special build 2016-11-28 11:59:04 +01:00
intro.rst
iter.rst
iterator.rst
list.rst
long.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:42:15 +03:00
mapping.rst Issues #25909, #28211: Restored correct documentation of PyMapping_Items, 2016-09-26 20:52:41 +03:00
marshal.rst
memory.rst
memoryview.rst
method.rst
module.rst Issue #27782: Fix m_methods handling in multiphase init 2016-08-21 17:41:56 +10:00
none.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:26 +03:00
number.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:19 +03:00
objbuffer.rst
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:19 +03:00
slice.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:19 +03:00
stable.rst
structures.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:42:15 +03:00
sys.rst
tuple.rst
type.rst
typeobj.rst Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, 2016-11-22 07:58:08 +02:00
unicode.rst Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. 2016-11-20 17:21:04 +02:00
utilities.rst
veryhigh.rst Issue #27740: Fix typo in Py_CompileStringExFlags 2016-09-28 19:35:25 +03:00
weakref.rst