Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Releases: sethmlarson/selectors2

2.0.2

21 Jul 22:39
c0e29db
Compare
Choose a tag to compare
  • [BUGFIX] Added support for long integers in Python 2.x.

2.0.1

17 Aug 20:34
Compare
Choose a tag to compare
  • [BUGFIX] Timeouts would not be properly recalculated after receiving an EINTR error.

2.0.0

30 May 18:42
Compare
Choose a tag to compare
  • [FEATURE] Add support for Jython with JythonSelectSelector.
  • [FEATURE] Add support for /dev/devpoll with DevpollSelector.
  • [CHANGE] Raises a RuntimeError instead of ValueError if there is no selector available.
  • [CHANGE] No longer wraps exceptions in SelectorError, raises original exception including
    in timeout situations.
  • [BUGFIX] Detect defects in a system that defines a selector but does not implement it.
  • [BUGFIX] Can now detect a change in the select module after import such as when
    gevent.monkey.monkey_patch() is called before importing selectors2.

1.1.1

07 Feb 04:17
Compare
Choose a tag to compare

Release 1.1.1 (February 6, 2017)

  • Platforms that define select.kqueue would not have KqueueSelector as the DefaultSelector.

1.1.0

18 Jan 02:01
Compare
Choose a tag to compare

Changelog

Release 1.1.0 (January 17, 2017)

  • Make system calls faster for Python versions that support PEP 475.
  • Wheels are now universal.

1.0

03 Nov 03:32
Compare
Choose a tag to compare
1.0
Release 1.0