1. 29 Nis, 2019 1 kayıt (commit)
  2. 03 Şub, 2019 1 kayıt (commit)
  3. 02 Ock, 2019 1 kayıt (commit)
  4. 27 Ara, 2018 2 kayıt (commit)
  5. 11 Ara, 2018 2 kayıt (commit)
  6. 11 Eyl, 2018 1 kayıt (commit)
  7. 12 Haz, 2018 1 kayıt (commit)
  8. 11 Haz, 2018 1 kayıt (commit)
  9. 17 May, 2018 1 kayıt (commit)
  10. 02 May, 2018 2 kayıt (commit)
    • Ned Deily's avatar
    • Ned Deily's avatar
      bpo-33290: Have macOS installer remove "pip" alias (GH-6683) · 0dd80709
      Ned Deily yazdı
      Currently, "pip3 install --upgrade pip" unconditionally installs a
      "pip" alias even for Python 3.  If a user has an existing Python 3.x
      installed from a python.org macOS installer and then subsequently
      manually updates to a new version of pip, there may now be a stray
      "pip" alias in the Python 3.x framework bin directory which can cause
      confusion if the user has both a Python 2.7 and 3.x installed;
      if the Python 3.x fw bin directory appears early on $PATH, "pip"
      might invoke the pip3 for the Python 3.x rather than the pip for
      Python 2.7.  To try to mitigate this, the macOS installer script
      for the ensurepip option will unconditionally remove "pip" from
      the 3.x framework bin directory being updated / installed.  (The
      ambiguity can be avoided by using "pythonx.y -m pip".)
      0dd80709
  11. 20 Nis, 2018 1 kayıt (commit)
  12. 07 Nis, 2018 1 kayıt (commit)
  13. 29 Mar, 2018 1 kayıt (commit)
    • Ned Deily's avatar
      bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307) · b9e7fe38
      Ned Deily yazdı
      Build and link with private copy of Tcl/Tk 8.6 for the macOS 10.6+
      installer. The 10.9+ installer variant already does this.  This means that
      the Python 3.7 provided by the python.org macOS installers no longer need or
      use any external versions of Tcl/Tk, either system-provided or user-
      installed, such as ActiveTcl.
      b9e7fe38
  14. 28 Mar, 2018 1 kayıt (commit)
    • Ned Deily's avatar
      bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) · df532ab7
      Ned Deily yazdı
      Forcing the macOS IDLE.app gui process to launch in 32-mode was
      a necessary hack for old versions of Tk (Aqua Carbon as in Tk 8.4
      and early versions of 8.5); it is not needed for current versions
      of Tk.  Since 32-bit launching will no longer be supported on
      future releases of macOS, allow IDLE.app to launch in 64-bit mode.
      df532ab7
  15. 12 Mar, 2018 1 kayıt (commit)
  16. 27 Şub, 2018 2 kayıt (commit)
  17. 24 Şub, 2018 1 kayıt (commit)
  18. 31 Ock, 2018 1 kayıt (commit)
  19. 30 Ock, 2018 1 kayıt (commit)
    • Ned Deily's avatar
      bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448) · 8c9bb72e
      Ned Deily yazdı
      This issue covers various changes for the macOS installers provided via python.org for 3.7.0.
      
      - Provide a provisional new installer variant for macOS 10.9 and later systems with 64-bit (x86_64) architecture only.  Apple has made it known that future versions of macOS will only fully support 64-bit executables and some other third-party software suppliers have chosen 10.9 as their oldest supported system.
       
      - Support **Tcl/Tk 8.6** with the 10.9 installer variant.
       
      - Upgrade **OpenSSL** to 1.1.0g and **SQLite** to 3.22.0.
       
      - The compiler name used for the interpreter build and for modules built with **Distutils / pip** is now _gcc_ rather than _gcc-4.2_. And extension module builds will no longer try to force use of an old SDK if present.
      8c9bb72e
  20. 05 Ock, 2018 1 kayıt (commit)
  21. 14 Ara, 2017 1 kayıt (commit)
  22. 05 Ara, 2017 4 kayıt (commit)
  23. 28 Kas, 2017 1 kayıt (commit)
  24. 19 Eyl, 2017 1 kayıt (commit)
  25. 30 Agu, 2017 1 kayıt (commit)
  26. 24 Tem, 2017 1 kayıt (commit)
  27. 23 Tem, 2017 1 kayıt (commit)
  28. 03 May, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-23404: make touch becomes make regen-all (#1405) · a5c62a8e
      Victor Stinner yazdı
      Don't rebuild generated files based on file modification time
      anymore, the action is now explicit. Replace "make touch"
      with "make regen-all".
      
      Changes:
      
      * Remove "make touch", Tools/hg/hgtouch.py and .hgtouch
      * Add a new "make regen-all" command to rebuild all generated files
      * Add subcommands to only generate specific files:
      
        - regen-ast: Include/Python-ast.h and Python/Python-ast.c
        - regen-grammar: Include/graminit.h and Python/graminit.c
        - regen-importlib: Python/importlib_external.h and Python/importlib.h
        - regen-opcode: Include/opcode.h
        - regen-opcode-targets: Python/opcode_targets.h
        - regen-typeslots: Objects/typeslots.inc
      
      * Rename PYTHON_FOR_GEN to PYTHON_FOR_REGEN
      * pgen is now only built by by "make regen-grammar"
      * Add $(srcdir)/ prefix to paths to source files to handle correctly
        compilation outside the source directory
      
      Note: $(PYTHON_FOR_REGEN) is no more used nor needed by "make"
      default target building Python.
      a5c62a8e
  29. 04 Mar, 2017 2 kayıt (commit)
  30. 02 Ock, 2017 2 kayıt (commit)
  31. 06 Ara, 2016 1 kayıt (commit)