1. 22 Jun, 2010 2 commits
    • Ronald Oussoren's avatar
      The code in _scproxy (a mac specific helper module to · 3ceab01c
      Ronald Oussoren authored
      detect proxy settings) had the wrong logic for detecting
      if the checkbox 'Exclude simple hostnames' is checked. This
      checkin fixes that.
      
      As a result the test failure 'Issue8455' goes away on systems
      where the checkbox is not checked.
      
      I'm carefully avoiding saying that is fixes that issue,
      test_urllib2_localnet assumes that system proxy settings are
      empty (not just on OSX, see Issue8455 for details).
      3ceab01c
    • Ronald Oussoren's avatar
      Fix for issue8446: · 934f4e1f
      Ronald Oussoren authored
      * Don't import 'ic' in webbrowser, that module is no longer used
      * Remove 'MacOS' from the list of modules that should emit a Py3kWarning on import.
        This is needed because one of the earlier tests triggers and import of this
        extension, and that causes a failure in test_py3kwarn (running test_py3kwarn
        separately worked fine)
      
      With these changes 'make tests' no longer says that test_py3kwarn fails.
      934f4e1f
  2. 21 Jun, 2010 7 commits
  3. 20 Jun, 2010 3 commits
  4. 18 Jun, 2010 1 commit
    • Jean-Paul Calderone's avatar
      Revert r60115 · b33f0c1c
      Jean-Paul Calderone authored
      This revision introduced quoting for strings containing | based
      on a misunderstanding of the commonly used quoting rules used
      on Windows.
      
      | is interpreted by cmd.exe, not by the MS C runtime argv initializer.
      It only needs to be quoted if it is part of an argument passed through
      cmd.exe.
      
      See issue1300, issue7839, and issue8972.
      b33f0c1c
  5. 17 Jun, 2010 3 commits
  6. 16 Jun, 2010 2 commits
  7. 15 Jun, 2010 2 commits
  8. 14 Jun, 2010 1 commit
  9. 13 Jun, 2010 4 commits
  10. 12 Jun, 2010 11 commits
  11. 11 Jun, 2010 4 commits