1. 20 Jun, 2017 2 commits
    • Jeremy Kloth's avatar
      bpo-30368: Update build_ssl.py to restore Perl-less building (#1805) · ebbccea9
      Jeremy Kloth authored
      * bpo-30368: Update build_ssl.py to restore Perl-less building
      
      OpenSSL 1.0.2 releases changed how files are copied in the makefile,
      thus causing Perl to be required even for Python's "prepared" OpenSSL.
      Now build_ssl.py does the requisite copies before running nmake.
      
      * bpo-30368: Update build_ssl.py to use prepared OpenSSL
      
      * Updates SSL-linking projects to use the new include{suffix} directory
      * build_ssl.py now only copies those files not handled by prepare_ssl.py
      
      * * bpo-30368: Update build_ssl.py to use prepared OpenSSL
      
      * Update SSL-linking projects to use the new include{suffix} directory
      
      * Move comment to following line
      ebbccea9
    • Victor Stinner's avatar
      bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) · d4324bac
      Victor Stinner authored
      The current regex based splitting produces a wrong result. For example::
      
        http://abc#@def
      
      Web browsers parse that URL as ``http://abc/#@def``, that is, the host
      is ``abc``, the path is ``/``, and the fragment is ``#@def``.
      (cherry picked from commit 90e01e50)
      d4324bac
  2. 19 Jun, 2017 1 commit
  3. 18 Jun, 2017 1 commit
  4. 16 Jun, 2017 2 commits
  5. 15 Jun, 2017 1 commit
    • Victor Stinner's avatar
      bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202) · 0e4571a6
      Victor Stinner authored
      * bpo-29591: Upgrade Modules/expat to libexpat 2.2
      
      * bpo-29591: Restore Python changes on expat
      
      * bpo-29591: Remove expat config of unsupported platforms
      
      Remove the configuration (Modules/expat/*config.h) of unsupported
      platforms:
      
      * Amiga
      * MacOS Classic on PPC32
      * Open Watcom
      
      * bpo-29591: Remove useless XML_HAS_SET_HASH_SALT
      
      The XML_HAS_SET_HASH_SALT define of Modules/expat/expat.h became
      useless since our local expat copy was upgrade to expat 2.1 (it's now
      expat 2.2.0).
      
      (cherry picked from commit 23ec4b57)
      0e4571a6
  6. 14 Jun, 2017 2 commits
  7. 13 Jun, 2017 4 commits
  8. 12 Jun, 2017 4 commits
  9. 11 Jun, 2017 2 commits
  10. 10 Jun, 2017 3 commits
  11. 08 Jun, 2017 2 commits
  12. 06 Jun, 2017 3 commits
  13. 05 Jun, 2017 2 commits
  14. 04 Jun, 2017 1 commit
  15. 03 Jun, 2017 1 commit
  16. 01 Jun, 2017 3 commits
  17. 31 May, 2017 2 commits
  18. 30 May, 2017 2 commits
  19. 27 May, 2017 1 commit
  20. 26 May, 2017 1 commit