summaryrefslogtreecommitdiff
path: root/doc/CAPI.rst.txt
Commit message (Collapse)AuthorAgeFilesLines
* DOC: remove duplicate and outdated DOCmattip2018-10-251-196/+0
|
* DOC: remove old docs while adding bits of it where appropriate (part one)mattip2018-10-251-124/+0
|
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
|
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with ↵Matti Picus2017-11-081-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WRITEBACKIFCOPY (#9639) * ENH: add API to resolve UPDATEONCOPY outside dealloc, test and use * BUG: Fix usage of keyword "from" as argument name for "can_cast". Also removed inconsistency between the second argument name between documentation ("totype") and code ("to"). * UPDATEIFCOPY -> WRITEBACKIFCOPY, documentation * fixes for review * review2, fix new test * fix new test for using self.assert_deprecated * change deprecation logic as per review * new logic exposed places where PyArray_ResolveWritebackIfCopy not called * deprecate PyArray_XDECREF_ERR in favor of PyArray_DiscardWritebackIfCopy * code review changes * clean up merge cruft * fix from review * fixes from review * extend the release note
* DOC: Remove all references to bigndarray (#9205)Konrad Kapp2017-06-021-3/+2
| | | Fixes issue #9204 - bigndarray was removed long ago in 6fd31c330e6572963a03b71bcd479dbedd153ac8
* DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-261-2/+2
|
* DOC: Fix typosJakub Wilk2017-03-171-2/+2
|
* MAINT: Fix typos in docsDongjoon Hyun2016-01-251-1/+1
|
* Doc : fixed paramter typoSamuel St-Jean2015-08-181-1/+1
|
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-3/+3
| | | | Now is as good a time as any with open PR's at a low.
* DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵rgommers2010-11-111-0/+313
github.