summaryrefslogtreecommitdiff
path: root/c/minibuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Apply the same patch as everyone elseArmin Rigo2017-09-271-0/+8
* Get rid of deprecated Python C API functionsArmin Rigo2017-09-201-5/+10
* Remove a warning that doesn't really make sense here, tweak testsArmin Rigo2017-02-061-6/+0
* Merged in coronafire/cffi/buffer_richcompare (pull request #76)Armin Rigo2017-02-061-1/+82
|\
| * Enable the richcompare function in minibufferbuffer_richcompareAndrew Leech2017-02-051-1/+1
| * Add tp_richcompare from 3.5 bytearray to minibuffer (ffi.buffer)Andrew Leech2017-02-031-0/+81
* | doc fixArmin Rigo2017-02-051-1/+1
* | Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-041-1/+31
|/
* Ah, on http://bugs.python.org/issue21778 I got the answer as to whatArmin Rigo2014-06-161-6/+3
* Force the "strides" to be non-NULL. With a NULL strides, CPython >= 3.3Armin Rigo2014-06-161-2/+6
* Kill the __unicode__ method and let it behave as it does normallyArmin Rigo2013-12-061-19/+0
* Fix for issue #129: 'bytes(buffer)' needs to work on Python 2,Armin Rigo2013-12-061-0/+31
* minibuffer: weakref support, and keep alive the argument.Armin Rigo2013-01-101-6/+42
* Progress for Python 3, but not doneArmin Rigo2012-10-301-0/+81
* Fixes for Python 3: the easy part (thanks Gabriel).Armin Rigo2012-10-301-3/+12
* Giving a TypeError doesn't make much sense here, even thoughArmin Rigo2012-10-291-1/+1
* Give up trying to reuse one of CPython's buffer or memoryview classes.Armin Rigo2012-10-291-0/+151