Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow pointer access to 64-bit arrays | David Christenson | 2017-05-06 | 1 | -0/+4 |
| | | | | Add support for array.arrays of int64s or uint64s (type codes q/Q). | ||||
* | Delete trailing spaces | mathbunnyru | 2017-01-12 | 1 | -2/+2 |
| | |||||
* | Cleaner overflow detection. | Robert Bradshaw | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | Re-introduce shrinking and avoiding re-allocation for cython.array | Robert Bradshaw | 2016-10-18 | 1 | -2/+2 |
| | | | | | | | This partially reverts 65d3b977d785bca3219c3dbaf055c4aacadf0a7f, but is more correct. Closes #1492 | ||||
* | fix shrinking and overflow in cpython.array | Lars Buitinck | 2014-12-17 | 1 | -6/+8 |
| | |||||
* | simplify Py version checks in arrayarray.h | Stefan Behnel | 2014-08-23 | 1 | -2/+2 |
| | |||||
* | remove outdated comment | Stefan Behnel | 2014-08-23 | 1 | -1/+0 |
| | |||||
* | Fix cpython.array declaration order. | Robert Bradshaw | 2012-10-30 | 1 | -4/+7 |
| | |||||
* | cleaned up exported C-API of array.array object | Stefan Behnel | 2012-08-20 | 1 | -44/+30 |
| | |||||
* | exclude comments from generated C file | Stefan Behnel | 2012-08-20 | 1 | -24/+17 |
| | |||||
* | make declarations of arrayarray.h functions 'static' as they are only used ↵ | Stefan Behnel | 2012-06-27 | 1 | -4/+4 |
| | | | | internally as utility code | ||||
* | Arrays use unamed fields, require non-standard (C11) extension. | Robert Bradshaw | 2012-05-20 | 1 | -4/+2 |
| | |||||
* | arrayarray utility code hack | Robert Bradshaw | 2012-05-19 | 1 | -0/+164 |