cpython/Doc/c-api
Larry Hastings 83a9f48699 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
They're optional-only for now (unlike in pure Python) but that's all
I needed.  The syntax can easily be relaxed if we want to support
required keyword-only arguments for extension types in the future.
2012-03-20 20:06:16 +00:00
..
abstract.rst
allocation.rst
arg.rst Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. 2012-03-20 20:06:16 +00:00
bool.rst
buffer.rst Issue #14181: Improve clarity in the documentation for the multi-purpose 2012-03-06 14:55:06 +01:00
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. 2012-01-19 22:06:31 -06:00
codec.rst
complex.rst
concrete.rst
conversion.rst
datetime.rst Issue #13727: Add 3 macros to access PyDateTime_Delta members: 2012-01-17 21:31:50 +01:00
descriptor.rst
dict.rst
exceptions.rst Close issue #6210: Implement PEP 409 2012-02-26 17:49:52 +10:00
file.rst
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ 2012-01-07 18:34:07 +01:00
intro.rst Fix error handling in examples of C API use. 2012-01-27 14:07:29 +01:00
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst
marshal.rst
memory.rst
memoryview.rst Add PyMemoryView_FromMemory() to whatsnew/3.3. 2012-02-29 17:27:21 +01:00
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
object.rst write versionadded 2012-02-20 08:48:25 -05:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
structures.rst
sys.rst
tuple.rst
type.rst Some corrections for the Doc/extending documentation. Closes #14129 2012-02-27 19:18:35 +02:00
typeobj.rst Issue #14181: Improve clarity in the documentation for the multi-purpose 2012-03-06 14:55:06 +01:00
unicode.rst use full unicode mappings for upper/lower/title case (#12736) 2012-01-11 18:17:06 -05:00
utilities.rst
veryhigh.rst
weakref.rst