1. 06 Eyl, 2017 6 kayıt (commit)
  2. 04 Eyl, 2017 1 kayıt (commit)
  3. 26 Tem, 2017 5 kayıt (commit)
  4. 20 Tem, 2017 1 kayıt (commit)
  5. 19 Tem, 2017 2 kayıt (commit)
  6. 16 Tem, 2017 6 kayıt (commit)
    • Segev Finer's avatar
      Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670) · 4956dd2e
      Segev Finer yazdı
      (cherry picked from commit f5232559)
      4956dd2e
    • Victor Stinner's avatar
      [3.3] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (#2204) · ab909866
      Victor Stinner yazdı
      * bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
      
      * 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)
      
      * bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)
      
      New file: Modules/expat/siphash.h.
      (cherry picked from commit 5ff71323)
      
      * bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348)
      
      bpo-30726, bpo-29591: libexpat 2.2.1 of Modules/expat/ now uses
      a winconfig.h configuration file which already defines:
      
      * XML_NS
      * XML_DTD
      * BYTEORDER=1234
      * XML_CONTEXT_BYTES=1024
      * HAVE_MEMMOVE
      
      Remove these defines from PCbuild/_elementtree.vcxproj to prevent
      compiler warnings.
      Co-Authored-By: 's avatarJeremy Kloth <jeremy.kloth@gmail.com>
      (cherry picked from commit c8fb58bd)
      
      * bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319)
      
      * bpo-30726: Fix elementtree warnings on Windows
      
      Caused by usage of `getenv` which should be safe. And a few integer
      truncations which should also be ok.
      
      * bpo-30726: Don't ignore libexpat warnings which haypo intends to fix upstream
      
      (cherry picked from commit 87c65550)
      ab909866
    • Ned Deily's avatar
      bpo-23844: Fix test_dh_params failure · b52c0075
      Ned Deily yazdı
      b52c0075
    • Ned Deily's avatar
      Fix test_site test_license_exists_at_url · 8fb577e3
      Ned Deily yazdı
      8fb577e3
    • Ned Deily's avatar
      Fix distutils test_upload failure · b0c0898d
      Ned Deily yazdı
      b0c0898d
    • Ned Deily's avatar
      Bump PY_VERSION to 3.3.6+ · 5caddeaa
      Ned Deily yazdı
      5caddeaa
  7. 22 Haz, 2017 1 kayıt (commit)
  8. 02 Ock, 2017 2 kayıt (commit)
  9. 14 Kas, 2016 1 kayıt (commit)
  10. 12 Kas, 2016 1 kayıt (commit)
  11. 08 Kas, 2016 1 kayıt (commit)
  12. 14 Eyl, 2016 1 kayıt (commit)
  13. 17 Agu, 2016 1 kayıt (commit)
  14. 16 Agu, 2016 1 kayıt (commit)
  15. 14 Agu, 2016 2 kayıt (commit)
  16. 05 Agu, 2016 1 kayıt (commit)
  17. 03 Agu, 2016 1 kayıt (commit)
  18. 31 Tem, 2016 1 kayıt (commit)
    • Senthil Kumaran's avatar
      Prevent HTTPoxy attack (CVE-2016-1000110) · 4cbb23f8
      Senthil Kumaran yazdı
      Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which
      indicates that the script is in CGI mode.
      
      Issue #27568 Reported and patch contributed by Rémi Rampin.
      4cbb23f8
  19. 14 Tem, 2016 3 kayıt (commit)
  20. 10 Tem, 2016 2 kayıt (commit)