1. 22 Haz, 2010 3 kayıt (commit)
    • Benjamin Peterson's avatar
      keep UserDict an old-style class · bde67df0
      Benjamin Peterson yazdı
      Be generous in abc.py to allow this.
      bde67df0
    • Ronald Oussoren's avatar
      The code in _scproxy (a mac specific helper module to · 3ceab01c
      Ronald Oussoren yazdı
      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 yazdı
      * 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 Haz, 2010 7 kayıt (commit)
  3. 20 Haz, 2010 3 kayıt (commit)
  4. 18 Haz, 2010 1 kayıt (commit)
    • Jean-Paul Calderone's avatar
      Revert r60115 · b33f0c1c
      Jean-Paul Calderone yazdı
      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 Haz, 2010 3 kayıt (commit)
  6. 16 Haz, 2010 2 kayıt (commit)
  7. 15 Haz, 2010 2 kayıt (commit)
  8. 14 Haz, 2010 1 kayıt (commit)
  9. 13 Haz, 2010 4 kayıt (commit)
  10. 12 Haz, 2010 11 kayıt (commit)
  11. 11 Haz, 2010 3 kayıt (commit)