Pyuv

Latest version: v1.4.0

Safety actively analyzes 626363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 9

1.0.0

=============
- dns: move getaddrinfo and getnameinfo to a 'dns' submodule
- doc: updated documentation
- core: raised libuv version to 1.0.1

1.0.0.dev1

==================
- fs: add pyuv.fs.access function
- fs: rename readdir to scandir
- process: make Process.spawn a class method
- loop: call LoopSubclass.__init__ when calling LoopSubclass.default_loop
- tcp, pipe, udp: add send_buffer_size and receive_buffer_size
- udp: add fileno() method
- stream: add fileno() method
- process: give better error message on Process.close
- core: fix subclassing Loop
- test: add test which ignores exceptions in a excepthook
- core: drop support for Python 2.6
- core: raised libuv version to 1.0.0-rc2

0.11.5

==============
- 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)

0.11.4

==============
- 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)

0.11.3

==============
- 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)

0.11.2

==============
- Allow None callback for Async handles
- Added Loop.handles property
- Adapted to API changes in uv_fs_event handle
- Avoid malloc()-ing unnecessary things in Process.spawn
- Keep handles alive when they are started
- Raised libuv revision to f6c1a27 (master branch)

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.