• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jakirkham / cybuffer / 185

Builds Branch Commit Type Ran Committer Via Coverage
185 master Merge pull request #17 from jakirkham/add_getbuffer Add getbuffer push 24 Nov 2018 08:37PM UTC web-flow travis-ci-com pending completion   set done
184 add_getbuffer Use `PyObject_AsWriteBuffer` to check for writing Apparently `PyBuffer_FromReadWriteObject` does not raise exceptions in all the cases that it should. Namely it will happily provide a read-write `buffer` for a `bytes` object, which should not be ... Pull #17 24 Nov 2018 08:20PM UTC web-flow travis-ci-com pending completion   set done
183 add_getbuffer Use `PyObject_AsWriteBuffer` to check for writing Apparently `PyBuffer_FromReadWriteObject` does not raise exceptions in all the cases that it should. Namely it will happily provide a read-write `buffer` for a `bytes` object, which should not be ... Pull #17 24 Nov 2018 08:15PM UTC web-flow travis-ci-com pending completion   set done
181 add_getbuffer Test `getbuffer` on Python 2 Provides a test with `bytes` and `bytearray` on Python 2 using `getbuffer`. Makes sure that we get a `buffer` instance in all cases. Also test that the content matches the data provided. Finally make sure that a `memo... Pull #17 24 Nov 2018 07:55PM UTC web-flow travis-ci-com pending completion   set done
180 add_getbuffer Use `data` instead of `self.obj` Simplify the Python 2 callback to just use `data` instead of `self.obj`. Pull #17 24 Nov 2018 07:20PM UTC web-flow travis-ci-com pending completion   set done
178 add_getbuffer Use `getbuffer` in `cybuffer` constructor Makes use of the `getbuffer` function to get an appropriate buffer on Python 2 when the (new) buffer protocol does not work. Pull #17 24 Nov 2018 07:16PM UTC web-flow travis-ci-com pending completion   set done
177 add_getbuffer Use `getbuffer` in `cybuffer` constructor Makes use of the `getbuffer` function to get an appropriate buffer on Python 2 when the (new) buffer protocol does not work. Pull #17 24 Nov 2018 07:11PM UTC web-flow travis-ci-com pending completion   set done
176 master Merge pull request #16 from jakirkham/simp_dyn_mem_alloc_free Simplify dynamic memory allocation/deallocation push 24 Nov 2018 08:43AM UTC web-flow travis-ci-com pending completion   set done
175 simp_dyn_mem_alloc_free Inline `sizeof` calls into `PyMem_Malloc` Simplify usage of `PyMem_Malloc` by dropping the `sizeof` expression into the argument. Also drop the now unused `len_nd_b`. Should make it easier for the C compiler to inline the `sizeof` result; thus, s... Pull #16 24 Nov 2018 08:06AM UTC web-flow travis-ci-com pending completion   set done
174 master Merge pull request #15 from jakirkham/simp_array_1d_shape_strides Simplify `array`'s shape and strides adjustment push 24 Nov 2018 08:03AM UTC web-flow travis-ci-com pending completion   set done
173 simp_array_1d_shape_strides Drop `ndim` from `len_nd_b` expression As we know `ndim` to be `1`, there is no need to complicate things by including it in the determination of the `shape` and `strides` arrays. So go ahead and drop it from the `len_nd_b` expression. Pull #15 24 Nov 2018 07:32AM UTC web-flow travis-ci-com pending completion   set done
172 simp_array_1d_shape_strides Drop `ndim` from `len_nd_b` expression As we know `ndim` to be `1`, there is no need to complicate things by including it in the determination of the `shape` and `strides` arrays. So go ahead and drop it from the `len_nd_b` expression. Pull #15 24 Nov 2018 07:29AM UTC web-flow travis-ci-com pending completion   set done
171 master Merge pull request #14 from jakirkham/drop_UBYTE_TC Drop `UBYTE_TC` push 24 Nov 2018 07:15AM UTC web-flow travis-ci-com pending completion   set done
170 simp_array_1d_shape_strides Simplify `array`'s shape and strides adjustment When adjusting the `shape` and `strides` to take into account Python 2's `array`'s recasting of type, simplify the code a bit knowing the Python 2 `array` must be 1-D. As such there is no need to fi... Pull #15 24 Nov 2018 07:12AM UTC web-flow travis-ci-com pending completion   set done
169 drop_UBYTE_TC Drop `UBYTE_TC` As `UBYTE_TC` is no longer used thanks to improvement in array initialization, go ahead drop its definition. Pull #14 24 Nov 2018 06:49AM UTC web-flow travis-ci-com pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc