This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
30270c8729
cpython
/
Doc
/
c-api
History
Victor Stinner
8786ea36d0
(Merge 3.4)
Closes
#22580
: Fix documentation of PyUnicode_Tailmatch()
...
The result type is Py_ssize_t (and not int).
2014-10-09 11:11:49 +02:00
..
abstract.rst
…
allocation.rst
…
apiabiversion.rst
…
arg.rst
Merge in all documentation changes since branching 3.4.0rc1.
2014-03-15 21:13:56 -07:00
bool.rst
…
buffer.rst
Issue
#21778
: Clarify use of flags if PyBuffer_FillInfo() is used inside a
2014-06-30 00:15:45 +02:00
bytearray.rst
…
bytes.rst
…
capsule.rst
…
cell.rst
…
code.rst
…
codec.rst
…
complex.rst
…
concrete.rst
…
conversion.rst
…
datetime.rst
…
descriptor.rst
…
dict.rst
Closes
#18456
: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.
2014-03-25 09:34:30 +01:00
exceptions.rst
merge with 3.4
2014-10-06 12:58:36 +02:00
file.rst
…
float.rst
…
function.rst
…
gcsupport.rst
…
gen.rst
…
import.rst
Issue
#21226
: Set all attrs in PyImport_ExecCodeModuleObject.
2014-05-12 17:54:55 -06:00
index.rst
…
init.rst
Issue
#18395
,
#22108
: Update embedded Python examples to decode correctly
2014-08-01 12:28:49 +02:00
intro.rst
…
iter.rst
…
iterator.rst
…
list.rst
…
long.rst
…
mapping.rst
…
marshal.rst
…
memory.rst
Issue
#21233
: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
2014-06-02 21:57:10 +02:00
memoryview.rst
…
method.rst
…
module.rst
Merge in all documentation changes since branching 3.4.0rc1.
2014-03-15 21:13:56 -07:00
none.rst
…
number.rst
PEP 465: a dedicated infix operator for matrix multiplication (
closes
#21176
)
2014-04-09 23:55:56 -04:00
objbuffer.rst
…
object.rst
Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods.
2014-10-06 14:38:53 +02:00
objimpl.rst
…
refcounting.rst
…
reflection.rst
…
sequence.rst
PySequence_Fast generally returns a list not a tuple (
closes
#16395
)
2014-04-08 10:48:36 -04:00
set.rst
…
slice.rst
…
stable.rst
…
structures.rst
…
sys.rst
Issue
#18395
: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
2014-08-01 12:28:48 +02:00
tuple.rst
Merge in all documentation changes since branching 3.4.0rc1.
2014-03-15 21:13:56 -07:00
type.rst
Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods.
2014-10-06 14:38:53 +02:00
typeobj.rst
merge with 3.4
2014-10-05 16:38:25 +02:00
unicode.rst
(Merge 3.4)
Closes
#22580
: Fix documentation of PyUnicode_Tailmatch()
2014-10-09 11:11:49 +02:00
utilities.rst
…
veryhigh.rst
Issue
#20500
: Note other public APIs with the new assertion
2014-02-09 12:00:01 +10:00
weakref.rst
…