1. 25 Nis, 2019 1 kayıt (commit)
  2. 24 Nis, 2019 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-36465: Make release and debug ABI compatible (GH-12615) · f4e4703e
      Victor Stinner yazdı
      Release build and debug build are now ABI compatible: the Py_DEBUG
      define no longer implies Py_TRACE_REFS define which introduces the
      only ABI incompatibility.
      
      A new "./configure --with-trace-refs" build option is now required to
      get Py_TRACE_REFS define which adds sys.getobjects() function and
      PYTHONDUMPREFS environment variable.
      
      Changes:
      
      * Add ./configure --with-trace-refs
      * Py_DEBUG no longer implies Py_TRACE_REFS
      f4e4703e
  3. 26 Şub, 2019 1 kayıt (commit)
  4. 20 Şub, 2019 1 kayıt (commit)
  5. 08 Şub, 2019 1 kayıt (commit)
  6. 16 Ock, 2019 1 kayıt (commit)
  7. 30 Ara, 2018 1 kayıt (commit)
  8. 26 Eyl, 2018 1 kayıt (commit)
  9. 19 Eyl, 2018 1 kayıt (commit)
  10. 12 Eyl, 2018 1 kayıt (commit)
  11. 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
  12. 07 Eyl, 2018 1 kayıt (commit)
  13. 23 Agu, 2018 1 kayıt (commit)
  14. 16 Tem, 2018 1 kayıt (commit)
  15. 11 Tem, 2018 1 kayıt (commit)
  16. 24 May, 2018 1 kayıt (commit)
  17. 16 May, 2018 1 kayıt (commit)
  18. 04 May, 2018 1 kayıt (commit)
  19. 29 Ock, 2018 2 kayıt (commit)
  20. 27 Ock, 2018 1 kayıt (commit)
  21. 23 Ock, 2018 1 kayıt (commit)
  22. 20 Ock, 2018 1 kayıt (commit)
  23. 09 Ock, 2018 1 kayıt (commit)
  24. 06 Ock, 2018 1 kayıt (commit)
  25. 30 Ara, 2017 1 kayıt (commit)
    • Michael Felt's avatar
      bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) · 0d3ccb43
      Michael Felt yazdı
      Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)
      This patch provides the changes needed for this integration with the OS.
      
      On AIX the base function is uuid_create() rather than uuid_generate_time()
      The AIX uuid_t typedef is more aligned to the UUID field based definition
      while the Linux typedef that is more aligned with UUID bytes
      (or perhaps UUID bytes_le) definitions.
      0d3ccb43
  26. 19 Ara, 2017 1 kayıt (commit)
  27. 23 Kas, 2017 1 kayıt (commit)
  28. 08 Kas, 2017 1 kayıt (commit)
  29. 01 Kas, 2017 2 kayıt (commit)
  30. 31 Eki, 2017 1 kayıt (commit)
  31. 19 Eki, 2017 1 kayıt (commit)
  32. 06 Eki, 2017 1 kayıt (commit)
  33. 05 Eki, 2017 1 kayıt (commit)
  34. 24 Eyl, 2017 1 kayıt (commit)
  35. 07 Eyl, 2017 1 kayıt (commit)
  36. 06 Eyl, 2017 1 kayıt (commit)
    • caavery's avatar
      bpo-27584: New addition of vSockets to the python socket module (#2489) · effc12f8
      caavery yazdı
      * bpo-27584: New addition of vSockets to the python socket module
      
      Support for AF_VSOCK on Linux only
      
      * bpo-27584: Fixes for V2
      
      Fixed syntax and naming problems.
      Fixed #ifdef AF_VSOCK checking
      Restored original aclocal.m4
      
      * bpo-27584: Fixes for V3
      
      Added checking for fcntl and thread modules.
      
      * bpo-27584: Fixes for V4
      
      Fixed white space error
      
      * bpo-27584: Fixes for V5
      
      Added back comma in (CID, port).
      
      * bpo-27584: Fixes for V6
      
      Added news file.
      socket.rst now reflects first Linux introduction of AF_VSOCK.
      Fixed get_cid in test_socket.py.
      Replaced PyLong_FromLong with PyLong_FromUnsignedLong in socketmodule.c
      Got rid of extra AF_VSOCK #define.
      Added sockaddr_vm to sock_addr.
      
      * bpo-27584: Fixes for V7
      
      Minor cleanup.
      
      * bpo-27584: Fixes for V8
      
      Put back #undef AF_VSOCK as it is  necessary when vm_sockets.h is not installed.
      effc12f8
  37. 05 Eyl, 2017 1 kayıt (commit)
  38. 04 Eyl, 2017 1 kayıt (commit)