Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
1 capture
23 Mar 2019
FebMARApr
Previous capture23Next capture
201820192020
success
fail
COLLECTED BY
Organization:Internet Archive
The Internet Archive discovers and captures web pages through many different web crawls.At any given time several distinct crawls are running, some for months, and some every day or longer.View the web archive through theWayback Machine.
Content crawled via theWayback Machine Live Proxy mostly by the Save Page Now feature on web.archive.org.

Liveweb proxy is a component of Internet Archive’s wayback machine project. The liveweb proxy captures the content of a web page in real time, archives it into a ARC or WARC file and returns the ARC/WARC record back to the wayback machine to process. The recorded ARC/WARC file becomes part of the wayback machine in due course of time.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20190323035224/https://github.com/python/cpython/tree/master/Doc/c-api
Skip to content
Sign in Sign up

/cpython

Branch:master
Find file History
cpython/Doc/c-api/
Permalink
TypeNameLatest commit messageCommit time
..
Failed to load latest commit information.
abstract.rstBuffers are not sequence objects (!). Put them in the abstract object…Sep 28, 2010
allocation.rstIssue #18589: fix hyperlinking of type slots (tp_*)Aug 1, 2013
apiabiversion.rstRemove row-spanning cell, which the Sphinx text writer does not support.Mar 16, 2013
arg.rstbpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)Apr 4, 2018
bool.rstMigrate to Sphinx 1.0 C language constructs.Oct 6, 2010
buffer.rstbpo-35461: Document C API functions which suppress exceptions. (GH-11119Dec 18, 2018
bytearray.rst#23088: Clarify null termination of bytes and strings in C API.May 14, 2015
bytes.rstbpo-28415: Note 0 conversion different between Python and C (#885)Apr 27, 2017
capsule.rstFix C API docs: PyCapsule_Import always set an exception on failure. (G…May 18, 2018
cell.rstMigrate to Sphinx 1.0 C language constructs.Oct 6, 2010
code.rst[Issue 15476] Make "code object" its own entry in the indexJun 2, 2016
codec.rstbpo-35461: Document C API functions which suppress exceptions. (GH-11119Dec 18, 2018
complex.rstIssue #13522: Fix _Py_co_pow() documentationDec 18, 2011
concrete.rstbpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)May 22, 2018
contextvars.rstbpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-…Sep 21, 2018
conversion.rstbpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Oct 26, 2018
coro.rstIssue #24400: Introduce a distinct type for 'async def' coroutines.Jun 22, 2015
datetime.rstbpo-10381: Add timezone to datetime C API (#5032)Jan 24, 2018
descriptor.rstMigrate to Sphinx 1.0 C language constructs.Oct 6, 2010
dict.rstCorrect name of 'defaultobj' parameter in PyDict_SetDefault() signatu…Feb 25, 2019
exceptions.rstDocument the surprising sideeffect PyErr_Print(). (#12081)Feb 27, 2019
file.rstIssue #1772673: The type of `char*` arguments now changed to `const c…Oct 19, 2013
float.rstIssue #13522: document error return values of some float and complex …Dec 18, 2011
function.rstimprove PyFunction_New docs (closes #26986)May 10, 2016
gcsupport.rstbpo-35081: Make some _PyGC macros internal (GH-10507)Nov 13, 2018
gen.rstIssue #25161: Merge full stops from 3.4 into 3.5Oct 10, 2015
import.rstbpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)Sep 15, 2017
index.rstIntroduce support for documenting which C API elements are not part o…Oct 12, 2013
init.rstbpo-36124: Add PyInterpreterState.dict. (gh-12132)Mar 15, 2019
intro.rstFixed a few obvious mistakes in c-api docs (GH-11184)Dec 17, 2018
iter.rstIssue #19005: Fix documentation for PyIter_Next().Oct 10, 2013
iterator.rstMigrate to Sphinx 1.0 C language constructs.Oct 6, 2010
list.rstIssue #13389: Full garbage collection passes now clear the freelists forNov 14, 2011
long.rstbpo-36048: Use __index__() instead of __int__() for implicit conversi…Feb 25, 2019
mapping.rstbpo-35461: Document C API functions which suppress exceptions. (GH-11119Dec 18, 2018
marshal.rstbpo-12743: Delete comment from marshal.rst (GH-8457)Jul 27, 2018
memory.rstFix typo in Memory Management doc. (GH-10798)Nov 30, 2018
memoryview.rstIssue #23756: Clarify the terms "contiguous" and "bytes-like object".Aug 8, 2015
method.rstCorrect “an” → “a” with “Unicode”, “user”, “UTF”, etcApr 15, 2016
module.rstbpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Mar 17, 2018
none.rstIssue #19795: Mark up None as literal text.Oct 19, 2016
number.rstbpo-36048: Use __index__() instead of __int__() for implicit conversi…Feb 25, 2019
objbuffer.rstbpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)Mar 7, 2019
object.rstbpo-35461: Document C API functions which suppress exceptions. (GH-11119Dec 18, 2018
objimpl.rstSplit C API docs in Py3k branch.Jan 20, 2008
refcounting.rstFixed a few obvious mistakes in c-api docs (GH-11184)Dec 17, 2018
reflection.rstMigrate to Sphinx 1.0 C language constructs.Oct 6, 2010
sequence.rstbpo-5945: Improve mappings and sequences C API docs. (GH-7029)May 22, 2018
set.rstIssue #28496: Mark up constants 0, 1 and -1 that denote return values orOct 27, 2016
slice.rstbpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)Oct 8, 2017
stable.rstAdd a link to PEP 384 in stable.rstJan 28, 2016
structures.rstbpo-25438: document what codec PyMemberDef T_STRING decodes the char …Nov 17, 2018
sys.rstbpo-31904: Add encoding support for VxWorks RTOS (GH-12051)Mar 4, 2019
tuple.rstFix documented signatures for C API functions. (GH-11236)Dec 19, 2018
type.rstbpo-16086: Fix PyType_GetFlags() documentation (GH-10758)Nov 29, 2018
typeobj.rstAdd the meaning of the returned value of PyTypeObject.tp_init (GH-12325)Mar 15, 2019
unicode.rstbpo-31904: Add encoding support for VxWorks RTOS (GH-12051)Mar 4, 2019
utilities.rstMerged revisions 86134,86315-86316,86390,86424-86425,86428,86550,8656…Nov 26, 2010
veryhigh.rstbpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231Oct 31, 2018
weakref.rstdemote this to a noteJun 1, 2011
You can’t perform that action at this time.

[8]ページ先頭

©2009-2025 Movatter.jp