1. 26 Şub, 2019 1 kayıt (commit)
  2. 16 Ock, 2019 1 kayıt (commit)
  3. 24 Eki, 2018 1 kayıt (commit)
    • serge-sans-paille's avatar
      bpo-28015: Support LTO build with clang (GH-9908) · 5ad36f9b
      serge-sans-paille yazdı
      .o generated by clang in LTO mode actually are LLVM bitcode files, which
      leads to a few errors during configure/build step:
      
      - add lto flags to the BASECFLAGS instead of CFLAGS, as CFLAGS are used
        to build autoconf test case, and some are not compatible with clang LTO
        (they assume binary in the .o, not bitcode)
      - force llvm-ar instead of ar, as ar is not aware of .o files generated
        by clang -flto
      5ad36f9b
  4. 19 Eyl, 2018 1 kayıt (commit)
  5. 11 Eyl, 2018 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193) · 50c99d91
      Benjamin Peterson yazdı
      It is unused.
      
      <!--
      Thanks for your contribution!
      Please read this comment in its entirety. It's quite important.
      
      # Pull Request title
      
      It should be in the following format:
      
      ```
      bpo-NNNN: Summary of the changes made
      ```
      
      Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.
      
      Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.
      
      # Backport Pull Request title
      
      If this is a backport PR (PR made against branches other than `master`),
      please ensure that the PR title is in the following format:
      
      ```
      [X.Y] <title from the original PR> (GH-NNNN)
      ```
      
      Where: [X.Y] is the branch name, e.g. [3.6].
      
      GH-NNNN refers to the PR number from `master`.
      
      -->
      50c99d91
  6. 16 Tem, 2018 2 kayıt (commit)
  7. 24 May, 2018 1 kayıt (commit)
  8. 15 May, 2018 1 kayıt (commit)
  9. 04 May, 2018 1 kayıt (commit)
  10. 27 Ock, 2018 1 kayıt (commit)
  11. 20 Ock, 2018 1 kayıt (commit)
  12. 06 Ock, 2018 1 kayıt (commit)
  13. 14 Eyl, 2017 1 kayıt (commit)
  14. 07 Eyl, 2017 1 kayıt (commit)
  15. 05 Eyl, 2017 1 kayıt (commit)
  16. 14 Nis, 2017 1 kayıt (commit)
  17. 24 Eyl, 2016 1 kayıt (commit)
  18. 08 Eyl, 2016 2 kayıt (commit)
  19. 07 Tem, 2016 1 kayıt (commit)
  20. 08 Mar, 2016 1 kayıt (commit)
  21. 13 Nis, 2015 1 kayıt (commit)
  22. 29 Ock, 2006 1 kayıt (commit)
  23. 27 Eyl, 2003 1 kayıt (commit)