Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e32280987cadea69a3d7b69b51e9cd9d02211dfc
/
Doc
/
api
/
abstract.tex
5130690
Fix API typo. The write buffer is not const. Closes SF 606216.
by Raymond Hettinger
· 23 years ago
4ddfd50
Fix SF bug 587012, doc mentions inexistent builtin unistr
by Neal Norwitz
· 23 years ago
a0c5e9f
Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool()
by Fred Drake
· 23 years ago
178153f
Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),
by Fred Drake
· 23 years ago
86228e4
Add version annotation for PySequence_ITEM().
by Fred Drake
· 23 years ago
01f94bd
Patch #552433: Special-case tuples. Avoid sub-type checking for lists.
by Martin v. Löwis
· 23 years ago
b957bc3
Clarify the return value of PyObject_IsInstance().
by Fred Drake
· 23 years ago
0e0b618
Add documentation for PyObject_Call().
by Fred Drake
· 23 years ago
243ea71
Correct the descriptions of the PyObject_As*Buffer() return values.
by Fred Drake
· 23 years ago
314bae5
Documentation for PyObject_GetIter(), contributed by Greg Chapman
by Fred Drake
· 23 years ago
8b8fe28
Close an improperly-closed verbatim environment. This closes SF patch #496215.
by Fred Drake
· 24 years ago
c37b65e
Clean up some markup cruft. A number of the macros that take no
by Fred Drake
· 24 years ago
bfeeeee
Fix obvious typos.
by Thomas Heller
· 24 years ago
94ead57
Added version annotations, remove hard tabs.
by Fred Drake
· 24 years ago
89c3a22
Add PyObject_CheckReadBuffer(), which returns true if its argument
by Jeremy Hylton
· 24 years ago
b0c079e
PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()
by Fred Drake
· 24 years ago
c44e9ec
Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs().
by Fred Drake
· 24 years ago
1fc240e
Generalize dictionary() to accept a sequence of 2-sequences. At the
by Tim Peters
· 24 years ago
3adf79e
Break the Python/C API manual into smaller files by chapter. This manual
by Fred Drake
· 24 years ago