1. 31 Eki, 2018 1 kayıt (commit)
  2. 08 Nis, 2018 1 kayıt (commit)
  3. 20 Ock, 2018 1 kayıt (commit)
  4. 30 Eki, 2016 1 kayıt (commit)
  5. 06 Haz, 2016 1 kayıt (commit)
  6. 07 May, 2016 1 kayıt (commit)
  7. 16 Nis, 2016 1 kayıt (commit)
  8. 04 Kas, 2015 2 kayıt (commit)
  9. 02 Kas, 2015 1 kayıt (commit)
  10. 14 Şub, 2015 1 kayıt (commit)
  11. 29 Eki, 2014 1 kayıt (commit)
  12. 16 Mar, 2014 1 kayıt (commit)
  13. 13 Mar, 2014 2 kayıt (commit)
    • Éric Araujo's avatar
      Make distutils error messages more helpful (#11599). · 45fc8713
      Éric Araujo yazdı
      When running external programs such as a C compiler and getting an
      error code, distutils only prints the program name.  With this change,
      one can get the full command line by setting the DISTUTILS_DEBUG
      environment variable.
      
      This should have no compatibility issues, unless there are tools
      that depend on the exact format of distutils debug messages.
      45fc8713
    • Nick Coghlan's avatar
      Close #19407: New installation & distribution guides · f7614d55
      Nick Coghlan yazdı
      - based on pip and other PyPA tools
      - includes references to the new Python Packaging User Guide
        where appropriate (and the relevant section is at least
        partially filled in)
      - started new FAQ sections
      - both guides aim to introduce users to basic open source
        concepts if they aren't aware of them
      - existing guides have been relocated (now linked from the
        distutils docs) rather then removed, since there is
        some needed material that has yet to be relocated to the
        distutils docs as a reference for the legacy formats
      f7614d55
  14. 10 Ara, 2013 1 kayıt (commit)
    • Nick Coghlan's avatar
      Issue #19407: add Python Packaging User Guide notes · b5c4fd0a
      Nick Coghlan yazdı
      The stdlib docs for package distribution and building extensions
      are rather dated, and that isn't expected to change for 2.7 and
      3.3.
      
      The Python Packaging User Guide isn't complete either, but it's
      already a much better road map for new users than the existing
      stdlib docs.
      b5c4fd0a
  15. 06 Eki, 2013 1 kayıt (commit)
  16. 12 May, 2013 1 kayıt (commit)
  17. 28 Mar, 2013 1 kayıt (commit)
  18. 23 Şub, 2013 2 kayıt (commit)
  19. 28 Eki, 2012 2 kayıt (commit)
  20. 24 Haz, 2012 2 kayıt (commit)
  21. 04 Ock, 2012 1 kayıt (commit)
  22. 15 Kas, 2011 1 kayıt (commit)
    • Éric Araujo's avatar
      Remove obsolete verbose arguments from packaging. · 4d155465
      Éric Araujo yazdı
      Logging replaces verbose arguments.  I haven’t fixed the example in
      Doc/install/install.rst because I have major fixes and changes to the
      oc under way and will fix or remove that example as part of that task.
      4d155465
  23. 14 Kas, 2011 1 kayıt (commit)
  24. 12 Eyl, 2011 1 kayıt (commit)
    • Éric Araujo's avatar
      Remove unneeded --all option of “pysetup list”. · cde65768
      Éric Araujo yazdı
      The command without arguments already prints all installed distributions
      found.
      
      In addition, change “releases” for “projects” in the description of the
      list action.  Strictly speaking, one installed distribution satisfies
      the requirement for a release (i.e. version) of a project, but as
      currently only one release per project can be installed at a time, the
      two are somewhat equivalent, and “project” is more understandable in
      help texts (which call their argument “dist”, by the way..)
      cde65768
  25. 29 Agu, 2011 1 kayıt (commit)
  26. 19 Agu, 2011 5 kayıt (commit)
  27. 06 Agu, 2011 1 kayıt (commit)
    • Éric Araujo's avatar
      Add documentation for PEP 370 features in distutils (#10745). · 6ef038e7
      Éric Araujo yazdı
      This started out as an easy task, just add a section describing this
      alternate scheme, but I found a lot of cleanup to do along the way:
      
      - fixed inverted reST targets
      - fixed entries for modules (hi abiflags!) or data files
      - avoided duplicating the same options listing five or six times
      - added missing entries for C headers locations
      - added documentation for --install-lib
      - fixed a few misuses of the option role (see #9312), but not all (not
        worth the time, but will do it in packaging docs)
      - fixed some markup
      
      The paths fixes were done with an eye on the source code in the install
      command, so they really describe what’s actually done.  The situation on
      Mac OS X is rather messy: the fix for #8084 touched site and sysconfig,
      but distutils doesn’t use these files.  I suspect we have a mismatched
      stdlib at the moment, and the fix is not even clear (see the bug report
      for further discussion).
      6ef038e7
  28. 26 Tem, 2011 1 kayıt (commit)
  29. 02 Tem, 2011 1 kayıt (commit)
  30. 29 Tem, 2011 1 kayıt (commit)
  31. 07 Haz, 2011 1 kayıt (commit)