1. 24 May, 2017 13 kayıt (commit)
  2. 23 May, 2017 14 kayıt (commit)
  3. 22 May, 2017 10 kayıt (commit)
  4. 21 May, 2017 2 kayıt (commit)
  5. 20 May, 2017 1 kayıt (commit)
    • Giampaolo Rodola's avatar
      #30014: refactor poll-related classes (#1035) · 62c7d90b
      Giampaolo Rodola yazdı
      * #30014: refactor poll-related classes so that poll(), epoll() and devpoll() share the same methods for register(), unregister(), close() and select()
      
      * remove unused attribute
      
      * use specific class attributes instead of select.* constants
      
      * have all classes except SelectSelector a _selector attribute
      
      * BaseException -> Exception
      
      * be explicit in defining a close() method only for selectors which have it
      
      * fix AttributeError
      62c7d90b