summaryrefslogtreecommitdiff
path: root/c/minibuffer.h
Commit message (Expand)AuthorAgeFilesLines
* 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