| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* newer pypy
* missed one
* we don't support ancient cffi any more
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* use _ffi.from_buffer(buf) in send, to support bytearray
* add bytearray test
* update CHANGELOG.rst
* move from_buffer before 'buffer too long' check
* context-managed from_buffer + black
* don't shadow buf in send()
* test return count for sendall
* test sending an array
* fix test
* also use from_buffer in bio_write
* de-format _util.py
* formatting
* add simple bio_write tests
* wrap line
|
|
|
|
|
|
| |
* Fix for Python 4
* Fix for Python 4
|
| |
|
| |
|
| |
|
|
|
|
| |
Also port forward a few changes from #422.
|
|
Prevents accidental imports when running tests.
|