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

jakirkham / cybuffer / 168

Builds Branch Commit Type Ran Committer Via Coverage
168 master Merge pull request #13 from jakirkham/simp_array_init Simplify initialization of `cybuffer` with a builtin `array` push 24 Nov 2018 06:37AM UTC web-flow travis-ci-com pending completion   set done
167 simp_array_init Update `array` casting comment Make this comment a bit more informative. Particularly after we have included changing `itemsize`. Pull #13 24 Nov 2018 06:10AM UTC web-flow travis-ci-com pending completion   set done
166 simp_array_init Simplify `array` format checks Drop the checks for `uint8` and character `array`s in the general case in the casting code. Instead favor handling these checks as part of the Python 2 `elif` case after handling the unicode `array`s. This consolida... Pull #13 24 Nov 2018 05:55AM UTC web-flow travis-ci-com pending completion   set done
165 simp_array_init Set itemsize and format for `array` on Python 2 Go ahead and set `itemsize` at the same time that `format` is being set for the Python 2 `array` cases. These two properties are connected and naturally go together. So this makes a bit more sense f... Pull #13 24 Nov 2018 05:39AM UTC web-flow travis-ci-com pending completion   set done
164 simp_array_init Fuse no-op `array` cases Go ahead and join the different no-op cases with `array` types into one condition. Just makes it easier to see that all of these are just being skipped. Besides Cython will break this out however it sees fit in C code. So... Pull #13 24 Nov 2018 04:47AM UTC web-flow travis-ci-com pending completion   set done
163 master Merge pull request #12 from jakirkham/hex_ensure_c_contiguous Use `tobytes` in `hex` to make data C contiguous push 24 Nov 2018 03:04AM UTC web-flow travis-ci-com pending completion   set done
162 hex_ensure_c_contiguous Use `tobytes` in `hex` to make data C contiguous Only copy the data in `hex` using `tobytes` if it is not C contiguous. That way if the data is already C contiguous, a view onto the original data can be used instead saving time and memory. The co... Pull #12 24 Nov 2018 02:47AM UTC web-flow travis-ci-com pending completion   set done
161 hex_ensure_c_contiguous Use `tobytes` in `hex` to make data C contiguous Only copy the data in `hex` using `tobytes` if it is not C contiguous. That way if the data is already C contiguous, a view onto the original data can be used instead saving time and memory. The co... Pull #12 24 Nov 2018 02:31AM UTC web-flow travis-ci-com pending completion   set done
160 master Merge pull request #11 from jakirkham/skip_mk_memoryview Simplify buffer generation in `cybuffer` push 24 Nov 2018 12:29AM UTC web-flow travis-ci-com pending completion   set done
159 skip_mk_memoryview Check (new) buffer protocol support on Python 2 Skip checking to see if the object supports the (new) buffer protocol unless we are on Python 2. On Python 2/3, `PyObject_GetBuffer` already raises a `TypeError` with an informative message. This is... Pull #11 24 Nov 2018 12:08AM UTC web-flow travis-ci-com pending completion   set done
158 skip_mk_memoryview Check (new) buffer protocol support on Python 2 Skip checking to see if the object supports the (new) buffer protocol unless we are on Python 2. On Python 2/3, `PyObject_GetBuffer` already raises a `TypeError` with an informative message. This is... Pull #11 24 Nov 2018 12:03AM UTC web-flow travis-ci-com pending completion   set done
157 skip_mk_memoryview Check (new) buffer protocol support on Python 2 Skip checking to see if the object supports the (new) buffer protocol unless we are on Python 2. On Python 2/3, `PyObject_GetBuffer` already raises a `TypeError` with an informative message. This is... Pull #11 24 Nov 2018 12:00AM UTC web-flow travis-ci-com pending completion   set done
156 skip_mk_memoryview Check (new) buffer protocol support on Python 2 Skip checking to see if the object supports the (new) buffer protocol unless we are on Python 2. On Python 2/3, `PyObject_GetBuffer` already raises a `TypeError` with an informative message. This is... Pull #11 23 Nov 2018 11:57PM UTC web-flow travis-ci-com pending completion   set done
155 skip_mk_memoryview Check (new) buffer protocol support on Python 2 Skip checking to see if the object supports the (new) buffer protocol unless we are on Python 2. On Python 2/3, `PyObject_GetBuffer` already raises a `TypeError` with an informative message. This is... Pull #11 23 Nov 2018 11:49PM UTC web-flow travis-ci-com pending completion   set done
154 skip_mk_memoryview Skip creating a `memoryview` from `obj` At this stage, there is no real value to creating a `memoryview` from our data to create an object vs. just using the buffer protocol to fill out our buffer. Under the hood, the `PyMemoryView_FromObject` ca... Pull #11 23 Nov 2018 11:24PM 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