Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Releases: saghul/pyuv

pyuv-0.11.5

21 Jul 22:05
Compare
Choose a tag to compare
  • process: fix refcounting bug in StdIO
  • core: expose Handle and Stream base classes
  • barrier: Barrier.wait returns a boolean now
  • process: make Process.spawn more similar with Popen
  • process: accept bytes and unicode in all arguments
  • test: add UV_UDP_REUSEADDR test cases
  • test: add test for UDP.set_multicast_interface
  • doc: updated documentation
  • util: add getnameinfo support
  • util: support service names in getaddrinfo
  • util: add getrusage()
  • udp: fix handling empty datagrams
  • udp: added UDP.try_send function
  • test: add a missing close() for socket
  • core: fix refcount bug in func_excepthook()
  • core: fix access of potentially freed memory
  • build: add Python 3.4 to tox and remove 3.0-3.2 from classifiers
  • streams: refactor Stream.write / writelines and Pipe.write2
  • udp: refactor UDP.send / sendlines
  • stream: use a default backlog size of 511
  • core: raised libuv revision to 817c092 (master branch)

pyuv-0.11.4

27 May 19:15
Compare
Choose a tag to compare
  • Adapted to API changes in libuv
  • Add UDP.set_multicast_interface function
  • Export UV_UDP_REUSEADDR constant
  • Accept '' as a valid address to bind to
  • Added filesystem watch example
  • Implement _fileno() for Stream and UDP
  • Accept bytes objects in Pipe.bind
  • Added Pipe.getsockname function
  • Fix build on FreeBSD
  • Use a 64KB slab buffer per loop
  • Fixed process noargs test on Windows
  • Speed up offset tests on Windows
  • Allow compilation using Windows SDK
  • Move common functions to common.c
  • Removed Loop.walk
  • Only accept bytes on fs.write
  • Add FSPoll.path property
  • Renamed FSEvent.filename property to path
  • Avoid using VS 2013 when compiling libuv
  • Fixed TCP try_write test
  • Raised libuv revision to 69f9f6f (master branch)

pyuv-0.10.11

08 Apr 19:29
Compare
Choose a tag to compare
  • Added Python 3.4 support classifier
  • Small fixes for the release tool
  • Raised libuv revision to d864907 (v0.10 branch)

pyuv-0.10.10

22 Mar 08:53
Compare
Choose a tag to compare
  • Fixed installation on Windows Python 3
  • Raised libuv revision to cd6db8b (v0.10 branch)

release-0.10.9

03 Mar 21:30
Compare
Choose a tag to compare
  • Fixed TCP saturation test
  • Clarify that only one Poll handle per fd is allowed
  • Raised libuv revision to c0c9480 (v0.10 branch)

release-0.11.3

16 Feb 23:08
Compare
Choose a tag to compare
  • Added flags argument to TCP.bind
  • Add Stream.try_write() function
  • Added Loop.alive attribute
  • Define and expose UV_TCP_IPV6ONLY constant
  • Read README file using proper encoding
  • Updated documentation
  • Raised libuv revision to 6f62d62 (master branch)