1. 30 Haz, 2018 2 kayıt (commit)
    • Tal Einat's avatar
    • Tal Einat's avatar
      bpo-32568: make select.epoll() and its docs consistent (#7840) · 0cdf5f42
      Tal Einat yazdı
      * `flags` is indeed deprecated, but there is a validation on its value for
        backwards compatibility reasons.  This adds mention of this in the docs.
      * The docs say that `sizehint` is deprecated and ignored, but it is still
        used when `epoll_create1()` is unavailable. This adds mention of this in
        the docs.
      * `sizehint=-1` is acceptable again, and is replaced with `FD_SETSIZE-1`.
        This is needed to have a default value available at the Python level,
        since `FD_SETSIZE` is not exposed to Python. (see: bpo-31938)
      * Reject `sizehint=0` since it is invalid to pass on to `epoll_create()`.
      
      The relevant tests have also been updated.
      0cdf5f42
  2. 06 Ara, 2017 1 kayıt (commit)
  3. 12 Nis, 2017 1 kayıt (commit)
  4. 19 Eki, 2016 1 kayıt (commit)
  5. 11 Eyl, 2016 1 kayıt (commit)
  6. 19 Tem, 2016 3 kayıt (commit)
  7. 11 Haz, 2016 1 kayıt (commit)
  8. 07 May, 2016 1 kayıt (commit)
  9. 15 Haz, 2015 1 kayıt (commit)
  10. 31 Mar, 2015 2 kayıt (commit)
  11. 30 Mar, 2015 3 kayıt (commit)
  12. 29 Eki, 2014 1 kayıt (commit)
  13. 20 May, 2014 1 kayıt (commit)
  14. 31 Mar, 2014 2 kayıt (commit)
  15. 12 Ock, 2014 1 kayıt (commit)
  16. 31 Ara, 2013 1 kayıt (commit)
  17. 04 Eyl, 2013 1 kayıt (commit)
  18. 27 Agu, 2013 1 kayıt (commit)
  19. 23 Agu, 2013 1 kayıt (commit)
  20. 21 Agu, 2013 1 kayıt (commit)
  21. 15 Ara, 2012 1 kayıt (commit)
  22. 24 Haz, 2012 1 kayıt (commit)
  23. 22 May, 2012 1 kayıt (commit)
  24. 21 May, 2012 1 kayıt (commit)
  25. 14 Ock, 2012 1 kayıt (commit)
  26. 27 Ara, 2011 1 kayıt (commit)
  27. 15 Kas, 2011 1 kayıt (commit)
  28. 14 Kas, 2011 1 kayıt (commit)
  29. 12 Eki, 2011 1 kayıt (commit)
  30. 25 Ock, 2011 2 kayıt (commit)
  31. 06 Eki, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      60203b41
    • Georg Brandl's avatar
      Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from · a04b03b8
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r82879 | stefan.krah | 2010-07-14 12:16:11 +0200 (Mi, 14 Jul 2010) | 3 lines
      
        High byte is the exit status.
      ........
        r82958 | jean-paul.calderone | 2010-07-18 18:13:27 +0200 (So, 18 Jul 2010) | 1 line
      
        There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code.
      ........
        r82959 | jean-paul.calderone | 2010-07-18 18:30:31 +0200 (So, 18 Jul 2010) | 1 line
      
        Document the extra epoll flags
      ........
        r83109 | brett.cannon | 2010-07-23 18:58:21 +0200 (Fr, 23 Jul 2010) | 4 lines
      
        Mention in the fnmatch docs that meta-characters in translate cannot be quoted.
      
        Closes issue 9358. Thanks to Brian Brazil for the patch.
      ........
        r83127 | martin.v.loewis | 2010-07-24 12:09:11 +0200 (Sa, 24 Jul 2010) | 2 lines
      
        Put listdir default argument into declaration.
      ........
        r83224 | mark.dickinson | 2010-07-29 15:56:56 +0200 (Do, 29 Jul 2010) | 1 line
      
        Fix typo.
      ........
        r83747 | gerhard.haering | 2010-08-06 08:12:05 +0200 (Fr, 06 Aug 2010) | 2 lines
      
        Issue #3854: Documented using the sqlite3 module with multiple threads.
      ........
        r84162 | victor.stinner | 2010-08-18 00:01:02 +0200 (Mi, 18 Aug 2010) | 3 lines
      
        Replace :func: by :cfunc:
      
        To get links to the C functions
      ........
      a04b03b8