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
*
#5298: clarify docs about GIL by using more consistent wording.
Georg Brandl
2009-04-05
1
-78/+79
*
Fix 'the the' duplication
Andrew M. Kuchling
2009-04-03
1
-1/+1
*
Fix 'the the'; grammar fix
Andrew M. Kuchling
2009-04-03
1
-2/+2
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
2
-5/+300
*
PyImport_AppendInittab() took a char * as a first argument even though that
Brett Cannon
2009-04-02
1
-1/+1
*
fix markup
Benjamin Peterson
2009-04-02
1
-2/+1
*
#5618: fix typo.
Georg Brandl
2009-03-31
1
-1/+1
*
#5227: note that Py_Main doesnt return on SystemExit.
Georg Brandl
2009-03-31
1
-0/+4
*
#5245: note that PyRun_SimpleString doesnt return on SystemExit.
Georg Brandl
2009-03-31
1
-0/+4
*
#970783: document PyObject_Generic[GS]etAttr.
Georg Brandl
2009-03-31
1
-0/+21
*
#5566: fix versionadded from PyLong ssize_t functions.
Georg Brandl
2009-03-31
1
-3/+3
*
#5488: add missing struct member.
Georg Brandl
2009-03-15
1
-0/+1
*
#5486: typos.
Georg Brandl
2009-03-13
1
-1/+1
*
#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
[next]