René's URL Explorer Experiment


Title: Introduction — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/c-api/intro.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/c-api/veryhigh.html
previoushttps://docs.python.org/2/c-api/index.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
Python/C API Reference Manualhttps://docs.python.org/2/c-api/index.html
https://docs.python.org/2/c-api/intro.html#introduction
https://docs.python.org/2/c-api/intro.html#include-files
https://docs.python.org/2/c-api/intro.html#objects-types-and-reference-counts
PyObject*https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject*https://docs.python.org/2/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/2/c-api/type.html#c.PyTypeObject
The standard type hierarchyhttps://docs.python.org/2/reference/datamodel.html#types
https://docs.python.org/2/c-api/intro.html#reference-counts
Py_INCREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_INCREF
Py_DECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_DECREF
Py_DECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_DECREF
Py_DECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_DECREF
Py_DECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_DECREF
https://docs.python.org/2/c-api/intro.html#reference-count-details
Py_DECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_DECREF
Py_XDECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_XDECREF
PyList_SetItem()https://docs.python.org/2/c-api/list.html#c.PyList_SetItem
PyTuple_SetItem()https://docs.python.org/2/c-api/tuple.html#c.PyTuple_SetItem
PyInt_FromLong()https://docs.python.org/2/c-api/int.html#c.PyInt_FromLong
PyTuple_SetItem()https://docs.python.org/2/c-api/tuple.html#c.PyTuple_SetItem
Py_INCREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_INCREF
PyTuple_SetItem()https://docs.python.org/2/c-api/tuple.html#c.PyTuple_SetItem
PySequence_SetItem()https://docs.python.org/2/c-api/sequence.html#c.PySequence_SetItem
PyObject_SetItem()https://docs.python.org/2/c-api/object.html#c.PyObject_SetItem
PyTuple_SetItem()https://docs.python.org/2/c-api/tuple.html#c.PyTuple_SetItem
PyList_New()https://docs.python.org/2/c-api/list.html#c.PyList_New
PyList_SetItem()https://docs.python.org/2/c-api/list.html#c.PyList_SetItem
Py_BuildValue()https://docs.python.org/2/c-api/arg.html#c.Py_BuildValue
PyObject_SetItem()https://docs.python.org/2/c-api/object.html#c.PyObject_SetItem
PyObject_GetItem()https://docs.python.org/2/c-api/object.html#c.PyObject_GetItem
PySequence_GetItem()https://docs.python.org/2/c-api/sequence.html#c.PySequence_GetItem
PyList_GetItem()https://docs.python.org/2/c-api/list.html#c.PyList_GetItem
PySequence_GetItem()https://docs.python.org/2/c-api/sequence.html#c.PySequence_GetItem
PyList_GetItem()https://docs.python.org/2/c-api/list.html#c.PyList_GetItem
PySequence_GetItem()https://docs.python.org/2/c-api/sequence.html#c.PySequence_GetItem
https://docs.python.org/2/c-api/intro.html#types
https://docs.python.org/2/c-api/intro.html#exceptions
PyErr_Occurred()https://docs.python.org/2/c-api/exceptions.html#c.PyErr_Occurred
PyErr_Occurred()https://docs.python.org/2/c-api/exceptions.html#c.PyErr_Occurred
PyErr_SetString()https://docs.python.org/2/c-api/exceptions.html#c.PyErr_SetString
PyErr_Clear()https://docs.python.org/2/c-api/exceptions.html#c.PyErr_Clear
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
sys.exc_info()https://docs.python.org/2/library/sys.html#sys.exc_info
PyErr_ExceptionMatches()https://docs.python.org/2/c-api/exceptions.html#c.PyErr_ExceptionMatches
PyErr_Clear()https://docs.python.org/2/c-api/exceptions.html#c.PyErr_Clear
Py_XDECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_XDECREF
Py_DECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_DECREF
https://docs.python.org/2/c-api/intro.html#embedding-python
Py_Initialize()https://docs.python.org/2/c-api/init.html#c.Py_Initialize
__builtin__https://docs.python.org/2/library/__builtin__.html#module-__builtin__
__main__https://docs.python.org/2/library/__main__.html#module-__main__
syshttps://docs.python.org/2/library/sys.html#module-sys
exceptionshttps://docs.python.org/2/library/exceptions.html#module-exceptions
Py_Initialize()https://docs.python.org/2/c-api/init.html#c.Py_Initialize
Py_Initialize()https://docs.python.org/2/c-api/init.html#c.Py_Initialize
Py_Initialize()https://docs.python.org/2/c-api/init.html#c.Py_Initialize
PYTHONHOMEhttps://docs.python.org/2/using/cmdline.html#envvar-PYTHONHOME
PYTHONPATHhttps://docs.python.org/2/using/cmdline.html#envvar-PYTHONPATH
Py_Initialize()https://docs.python.org/2/c-api/init.html#c.Py_Initialize
PYTHONHOMEhttps://docs.python.org/2/using/cmdline.html#envvar-PYTHONHOME
PYTHONPATHhttps://docs.python.org/2/using/cmdline.html#envvar-PYTHONPATH
Py_GetPath()https://docs.python.org/2/c-api/init.html#c.Py_GetPath
Py_GetPrefix()https://docs.python.org/2/c-api/init.html#c.Py_GetPrefix
Py_GetExecPrefix()https://docs.python.org/2/c-api/init.html#c.Py_GetExecPrefix
Py_GetProgramFullPath()https://docs.python.org/2/c-api/init.html#c.Py_GetProgramFullPath
Py_Initialize()https://docs.python.org/2/c-api/init.html#c.Py_Initialize
Py_Finalize()https://docs.python.org/2/c-api/init.html#c.Py_Finalize
Py_IsInitialized()https://docs.python.org/2/c-api/init.html#c.Py_IsInitialized
Py_Finalize()https://docs.python.org/2/c-api/init.html#c.Py_Finalize
https://docs.python.org/2/c-api/intro.html#debugging-builds
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
Table of Contentshttps://docs.python.org/2/contents.html
Introductionhttps://docs.python.org/2/c-api/intro.html
Include Fileshttps://docs.python.org/2/c-api/intro.html#include-files
Objects, Types and Reference Countshttps://docs.python.org/2/c-api/intro.html#objects-types-and-reference-counts
Reference Countshttps://docs.python.org/2/c-api/intro.html#reference-counts
Reference Count Detailshttps://docs.python.org/2/c-api/intro.html#reference-count-details
Typeshttps://docs.python.org/2/c-api/intro.html#types
Exceptionshttps://docs.python.org/2/c-api/intro.html#exceptions
Embedding Pythonhttps://docs.python.org/2/c-api/intro.html#embedding-python
Debugging Buildshttps://docs.python.org/2/c-api/intro.html#debugging-builds
Python/C API Reference Manualhttps://docs.python.org/2/c-api/index.html
The Very High Level Layerhttps://docs.python.org/2/c-api/veryhigh.html
Show Sourcehttps://docs.python.org/2/_sources/c-api/intro.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/c-api/veryhigh.html
previoushttps://docs.python.org/2/c-api/index.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
Python/C API Reference Manualhttps://docs.python.org/2/c-api/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.