- 31 Eki, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 Nis, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Ock, 2018 1 kayıt (commit)
-
-
Sanyam Khurana yazdı
Fixes some redirection links in docs.
-
- 30 Eki, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 06 Haz, 2016 1 kayıt (commit)
-
-
Ned Deily yazdı
- "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
-
- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
* Disable inappropriate links to Python interpreter options * Correct link to CLI section in zipapp * Make CLI section label in timeit less ambiguous
-
- 04 Kas, 2015 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Şub, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 29 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 Mar, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 13 Mar, 2014 2 kayıt (commit)
-
-
É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.
-
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
-
- 10 Ara, 2013 1 kayıt (commit)
-
-
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.
-
- 06 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 May, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
distutils.cfg when a venv is active.
-
- 28 Mar, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
-
- 23 Şub, 2013 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 28 Eki, 2012 2 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 24 Haz, 2012 2 kayıt (commit)
-
-
Éric Araujo yazdı
(This was not done in the previous commit because Mercurial would have shown it as a modified file instead of a moved file.)
-
Éric Araujo yazdı
Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
-
- 04 Ock, 2012 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
- 15 Kas, 2011 1 kayıt (commit)
-
-
É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.
-
- 14 Kas, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 12 Eyl, 2011 1 kayıt (commit)
-
-
É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..)
-
- 29 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
When called without option (“-f field” or “--all”), “pysetup metadata” didn’t do anything useful. Now it prints out all metadata fields. The “--all” option is removed.
-
- 19 Agu, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
Suggested by Terry J. Reedy.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Apart from adding a section to describe the user scheme, this changeset also does some much needed cleanup: - fixed inverted reST targets - fixed some paths - 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 does not use these files anymore since the Great Revert. I suspect we have a mismatched stdlib at the moment, and the fix is not even clear (see discussion on #8084).
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Suggested by Terry J. Reedy.
-
- 06 Agu, 2011 1 kayıt (commit)
-
-
É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).
-
- 26 Tem, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 02 Tem, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 29 Tem, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 07 Haz, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-