1. 30 Jun, 2018 2 commits
    • Tal Einat's avatar
      bpo-32568: make select.epoll() and its docs consistent (#7840) · 0cdf5f42
      Tal Einat authored
      * `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
    • Serhiy Storchaka's avatar
      bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) · 5bb5bbfc
      Serhiy Storchaka authored
      Fix passing lists and tuples of strings containing special characters
      '"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets.
      5bb5bbfc
  2. 29 Jun, 2018 6 commits
  3. 28 Jun, 2018 6 commits
  4. 27 Jun, 2018 15 commits
  5. 26 Jun, 2018 4 commits
  6. 25 Jun, 2018 4 commits
  7. 24 Jun, 2018 3 commits