cpython/Doc/c-api
Antoine Pitrou 6a2656094d Issue #5753: A new C API function, :cfunc:PySys_SetArgvEx, allows
embedders of the interpreter to set sys.argv without also modifying
sys.path.  This helps fix `CVE-2008-5983
<http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
2010-05-21 17:12:38 +00:00
..
abstract.rst
allocation.rst
arg.rst Issue #8227: Fix C API documentation, argument parsing 2010-04-03 08:40:16 +00:00
bool.rst
buffer.rst
bytearray.rst
capsule.rst
cell.rst
class.rst
cobject.rst
code.rst
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst
file.rst
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst Issue #5753: A new C API function, :cfunc:PySys_SetArgvEx, allows 2010-05-21 17:12:38 +00:00
int.rst
intro.rst
iter.rst
iterator.rst
list.rst rip out mention of types.ListType #8703 2010-05-13 21:14:10 +00:00
long.rst
mapping.rst
marshal.rst
memory.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
string.rst
structures.rst
sys.rst
tuple.rst
type.rst
typeobj.rst
unicode.rst Issue #8711: add paragraph titles to c-api/unicode.rst 2010-05-14 15:53:20 +00:00
utilities.rst
veryhigh.rst
weakref.rst