summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/sequence.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-32500: Correct the documentation for PySequence_Size() and ↵Miss Islington (bot)2018-02-251-3/+2
| | | | | | | | PySequence_Length() (GH-5767) Dropped the part that says: "For objects that do not provide sequence protocol". (cherry picked from commit 7a1e1786f98ad49caa157dcdf14ada9d0b07d0fd) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
* Issue #25701: Document that some C APIs can both set and delete itemsMartin Panter2016-11-301-2/+10
| | | | | | Also document that using the dedicated functions to delete items is preferred. Using PyObject_SetAttr/String() and PySequence_SetItem/Slice() for deletion is deprecated.
* PySequence_Fast generally returns a list not a tuple (closes #16395)Benjamin Peterson2014-04-081-4/+4
|
* update to new C roles and directivesSandro Tosi2012-01-141-43/+43
|
* let PySequence_Check me a link; thanks to tomo cocoa from docs@Sandro Tosi2011-08-121-1/+1
|
* Fix some more small markup problems.Georg Brandl2009-05-301-5/+5
|
* Issue #4129: int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+8
|
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-251-4/+44
| | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms.
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
|
* Add cautionary note on the use of PySequence_Fast_ITEMS.Raymond Hettinger2008-07-111-0/+4
|
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+166