index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
c-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
#5338, #5339: two types in the API manual.
Georg Brandl
2009-02-21
2
-2/+2
*
note functions that are not aliased to PyBytes_ #5280
Benjamin Peterson
2009-02-16
1
-2/+28
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
1
-6/+17
*
#5015: document PythonHome API functions.
Georg Brandl
2009-02-05
1
-0/+14
*
PyErr_PrintEx is also in 2.x...
Georg Brandl
2009-02-05
1
-1/+10
*
#5144: document that PySys_SetArgv prepends the script directory (or the empt...
Georg Brandl
2009-02-05
1
-7/+11
*
PyErr_BadInternalCall() raises a SystemError, not TypeError #5112
Benjamin Peterson
2009-01-31
1
-3/+4
*
Fix call signature and markup.
Georg Brandl
2009-01-13
1
-3/+3
*
tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901
Benjamin Peterson
2009-01-10
1
-1/+1
*
Issue 4293: Make Py_AddPendingCall() thread safe
Kristján Valur Jónsson
2009-01-09
1
-0/+44
*
Grammar fix.
Georg Brandl
2009-01-03
1
-4/+3
*
Remove trailing whitespace.
Georg Brandl
2009-01-03
9
-12/+12
*
Fix uses of the default role.
Georg Brandl
2009-01-03
1
-5/+5
*
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
Martin v. Löwis
2009-01-03
1
-7/+0
*
#4811: fix markup glitches (mostly remains of the conversion),
Georg Brandl
2009-01-02
1
-6/+7
*
document PyMemberDef
Benjamin Peterson
2009-01-02
1
-0/+63
*
#4763 PyErr_ExceptionMatches won't blow up with NULL arguments
Benjamin Peterson
2008-12-28
1
-5/+4
*
Document Py_VaBuildValue.
Alexandre Vassalotti
2008-12-28
1
-0/+5
*
#4682: 'b' is actually unsigned char.
Georg Brandl
2008-12-27
1
-2/+3
*
less attitude
Benjamin Peterson
2008-12-22
1
-2/+2
*
w# requires Py_ssize_t
Christian Heimes
2008-11-30
1
-1/+1
*
Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple.
Gregory P. Smith
2008-11-24
1
-1/+6
*
PyGILState_Acquire -> PyGILState_Ensure
Benjamin Peterson
2008-10-10
1
-3/+3
*
Markup fix
Andrew M. Kuchling
2008-09-30
2
-2/+2
*
sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
Benjamin Peterson
2008-08-26
1
-0/+8
*
Fix typo
Nick Coghlan
2008-08-18
1
-1/+1
*
Issue 2235: document PyObject_HashNotImplemented
Nick Coghlan
2008-08-18
2
-0/+18
*
fix markup
Benjamin Peterson
2008-08-16
1
-0/+1
*
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Martin v. Löwis
2008-08-12
1
-0/+16
*
Issue #2620: Overflow checking when allocating or reallocating memory
Gregory P. Smith
2008-07-22
1
-1/+3
*
fix various doc typos #3320
Benjamin Peterson
2008-07-12
1
-4/+4
*
Add cautionary note on the use of PySequence_Fast_ITEMS.
Raymond Hettinger
2008-07-11
1
-0/+4
*
- Issue #2862: Make int and float freelist management consistent with other
Gregory P. Smith
2008-07-06
2
-8/+6
*
New environment variable PYTHONIOENCODING.
Martin v. Löwis
2008-06-01
1
-0/+8
*
fix grammar
Benjamin Peterson
2008-05-30
1
-1/+1
*
Two fixes in bytearray docs.
Georg Brandl
2008-05-29
1
-1/+5
*
#2989: add PyType_Modified().
Georg Brandl
2008-05-28
1
-1/+10
*
add PyByteArray docs
Benjamin Peterson
2008-05-26
2
-0/+75
*
fix a minor typo
Benjamin Peterson
2008-05-26
1
-1/+1
*
note that PyString and has been aliased to PyBytes
Benjamin Peterson
2008-05-26
1
-2/+6
*
Mention version in which the new marshal version was introduced.
Georg Brandl
2008-05-12
1
-1/+2
*
Marshal is at version 2.
Georg Brandl
2008-05-12
1
-2/+2
*
#2727: clarify tp_iternext docs.
Georg Brandl
2008-04-30
1
-5/+6
*
#2700 Document PyNumber_ToBase
Benjamin Peterson
2008-04-27
1
-0/+11
*
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...
Benjamin Peterson
2008-04-27
1
-0/+8
*
#2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky.
Georg Brandl
2008-04-26
1
-1/+31
*
Make file objects as thread safe as the underlying libc FILE* implementation.
Gregory P. Smith
2008-04-06
1
-1/+33
*
Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.
Georg Brandl
2008-03-28
1
-5/+5
*
Typo: "objects reference count" -> "object's reference count"
Mark Dickinson
2008-03-26
1
-1/+1
*
#2160: document PyImport_GetImporter.
Georg Brandl
2008-03-21
1
-0/+13
[next]