summaryrefslogtreecommitdiff
path: root/Lib/python/pybuffer.i
Commit message (Expand)AuthorAgeFilesLines
* Fix the error handling for the PyObject_GetBuffer() calls in pybuffer.iZackery Spytz2020-06-071-13/+11
* Update pybuffer.i library to use new-style Python buffer C API.William S Fulton2018-08-121-28/+10
* pybuffer: don't use the old deprecated buffer protocol for Python 3Giacomo Mazzamuto2018-07-051-8/+40
* changed the mapped 'SIZE' of buffer interface from the length of raw buffer t...Haoyu Bai2009-02-101-2/+2
* minor typo and formatting improvementsWilliam S Fulton2008-09-181-1/+1
* Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai2008-09-111-0/+107