This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-26 22:32:50 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bfc2e5ee8ec66fb483e595eed16d49b75eb7e482
cpython
/
Doc
/
api
T
History
Fred Drake
243ea71669
Correct the descriptions of the PyObject_As*Buffer() return values.
...
This closes SF bug
#539081
.
2002-04-04 04:10:36 +00:00
..
.cvsignore
…
abstract.tex
Correct the descriptions of the PyObject_As*Buffer() return values.
2002-04-04 04:10:36 +00:00
api.tex
…
concrete.tex
Add a note that Py_None needs the same reference count treatment as any
2002-03-12 20:12:54 +00:00
exceptions.tex
fix a typo in PyErr_Format table and add row for 'p' format char
2002-03-27 13:42:50 +00:00
init.tex
Update the description of PyTrace_EXCEPT.
2001-10-16 19:23:55 +00:00
intro.tex
Clean up some markup cruft. A number of the macros that take no
2001-11-28 07:26:15 +00:00
memory.tex
…
newtypes.tex
Introduce two new flag bits that can be set in a PyMethodDef method
2002-03-28 05:33:33 +00:00
refcounting.tex
…
refcounts.dat
Correct the refcount information for the PyWeakref_GetObject() function.
2002-02-20 05:07:36 +00:00
utilities.tex
Documentation for the new PyArg_UnpackTuple() function.
2001-10-23 21:10:18 +00:00
veryhigh.tex
…