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
*
Reformat, since I've been busy here anyway.
Jeroen Ruigrok van der Werven
2009-04-25
1
-34/+37
*
Issue #4129: Documentation notes for int -> Py_ssize_t changes.
Jeroen Ruigrok van der Werven
2009-04-25
1
-0/+8
*
Issue #4129: More documentation pointers about int -> Py_ssize_t.
Jeroen Ruigrok van der Werven
2009-04-25
1
-1/+9
*
Reformat prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-35/+39
*
Since I edited this file, reformat for future edits.
Jeroen Ruigrok van der Werven
2009-04-25
1
-68/+72
*
Reference to an int type, whereas it's a Py_ssize_t as the synopsis states.
Jeroen Ruigrok van der Werven
2009-04-25
1
-3/+3
*
Reformat prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-41/+47
*
Issue #4129: Document more int -> Py_ssize_t changes.
Jeroen Ruigrok van der Werven
2009-04-25
1
-0/+11
*
Reformat prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-17/+18
*
Issue #4129: Belatedly document which C API functions had their argument(s) or
Jeroen Ruigrok van der Werven
2009-04-25
13
-5/+171
*
Reformat paragraph.
Jeroen Ruigrok van der Werven
2009-04-25
1
-10/+10
*
The type for ppos has been Py_ssize_t since 2.5, reflect this in the
Jeroen Ruigrok van der Werven
2009-04-25
1
-1/+1
*
Reformat prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-50/+55
*
Reformat file prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-239/+252
*
Rewrite a sentence to be more in line with the rest of the documentation with
Jeroen Ruigrok van der Werven
2009-04-25
1
-7/+7
*
First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT.
Jeroen Ruigrok van der Werven
2009-04-25
1
-1/+18
*
Reformat prior to expanding.
Jeroen Ruigrok van der Werven
2009-04-25
1
-57/+63
*
Remove redundant backtick.
Georg Brandl
2009-04-08
1
-1/+1
*
#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
[next]