1. 25 Şub, 2017 5 kayıt (commit)
    • Ratnadeep Debnath's avatar
      bpo-16285: Update urllib quoting to RFC 3986 (#173) · 21024f06
      Ratnadeep Debnath yazdı
      * bpo-16285: Update urllib quoting to RFC 3986
      
      urllib.parse.quote is now based on RFC 3986, and hence
      includes `'~'` in the set of characters that is not escaped
      by default.
      
      Patch by Christian Theune and Ratnadeep Debnath.
      21024f06
    • Nick Coghlan's avatar
      bpo-29644: suppress subprocess output from webbrowser (#289) · 140792bd
      Nick Coghlan yazdı
      When checking for the default X web browser, xdg-settings
      may emit messages on stderr if some components (such as
      kreadconfig5) are unavailable. These messages aren't of
      interest to Python, so we just ignore them.
      140792bd
    • Nick Coghlan's avatar
    • David Steele's avatar
      bpo-24241: Improve preferred webbrowser handling (#85) · e3ce6952
      David Steele yazdı
      - Add 'preferred' argument to webbrowser.register
      - Use xdg-settings to specify preferred X browser
      
      The first change replaces the existing undocumented tri-state
      'try_order' parameter with the documented boolean keyword-only
      'preferred' parameter. Setting it to True places the browser at the
      front of the list, preferring it as the return to a subsequent get() call.
      
      The second change adds a private `_os_preferred_browser` setting
      and then uses that to make the default browser reported by
      `xdg-settings` first in the try list when running under X (or
      another environment that sets the `DISPLAY` variable).
      This avoids the problem where the first entry in the tryorder
      queue otherwise defaults to xdg-open, which doesn't support
      the "new window" option.
      e3ce6952
    • Mariatta's avatar
      bpo-28929: Add to Misc/NEWS (GH-112) · e3bf4cdd
      Mariatta yazdı
      mention bpo-28929 in the Documentation section of
      What's New in Python 3.7.0 alpha 1
      e3bf4cdd
  2. 24 Şub, 2017 7 kayıt (commit)
  3. 23 Şub, 2017 6 kayıt (commit)
  4. 22 Şub, 2017 6 kayıt (commit)
  5. 21 Şub, 2017 7 kayıt (commit)
  6. 20 Şub, 2017 7 kayıt (commit)
  7. 19 Şub, 2017 2 kayıt (commit)