Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33071: remove outdated PyPI docs (GH-13087) | Kojo Idrissa | 2019-05-10 | 2 | -243/+6 |
| | | | Patch by Kojo Idrissa. | ||||
* | Doc: Fix missing bracket (GH-13163) | Zhaorong Ma | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | bpo-21536: On Android, C extensions are linked to libpython (GH-12989) | xdegaye | 2019-04-29 | 1 | -1/+2 |
| | |||||
* | bpo-21536: C extensions are no longer linked to libpython (GH-12946) | Victor Stinner | 2019-04-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | On Unix, C extensions are no longer linked to libpython. It is now possible to load a C extension built using a shared library Python with a statically linked Python. When Python is embedded, libpython must not be loaded with RTLD_LOCAL, but RTLD_GLOBAL instead. Previously, using RTLD_LOCAL, it was already not possible to load C extensions which were not linked to libpython, like C extensions of the standard library built by the "*shared*" section of Modules/Setup. distutils, python-config and python-config.py have been modified. | ||||
* | bpo-25592: Improve documentation of distutils data_files (GH-9767) | jdemeyer | 2019-01-30 | 1 | -11/+14 |
| | |||||
* | Add missing period in distutils.dep_util.newer_group doc (GH-11003) | Andre Delfino | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | bpo-35110: Fix yet few spaces before dashes. (GH-10255) | Serhiy Storchaka | 2018-10-31 | 1 | -2/+2 |
| | |||||
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 2 | -7/+8 |
| | |||||
* | bpo-35042: Use the :pep: role where a PEP is specified (#10036) | Stéphane Wirtel | 2018-10-26 | 1 | -3/+3 |
| | |||||
* | bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 ↵ | TilmanK | 2018-10-24 | 1 | -3/+2 |
| | | | | (GH-10032) | ||||
* | bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) | Stéphane Wirtel | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | bpo-33892: Doc: Use gender neutral words (GH-7770) | Andrés Delfino | 2018-06-18 | 2 | -2/+2 |
| | |||||
* | bpo-33503: Fix the broken pypi link in the source and the documentation ↵ | Stéphane Wirtel | 2018-05-15 | 3 | -3/+3 |
| | | | | (GH-6814) | ||||
* | bpo-33297: Mention Pillow to work with more image formats. (#6505) | Andrés Delfino | 2018-04-21 | 1 | -2/+2 |
| | | | | Also update PIL doc references to Pillow. | ||||
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 2 | -8/+22 |
| | |||||
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 2 | -2/+2 |
| | | | Fixes some redirection links in docs. | ||||
* | bpo-19610: Warn if distutils is provided something other than a list to some ↵ | Neil Schemenauer | 2017-12-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | fields (#4685) * Rather than raise TypeError, warn and call list() on the value. * Fix tests, revise NEWS and whatsnew text. * Revise documentation, a string is okay as well. * Ensure 'requires' and 'obsoletes' are real lists. * Test that requires and obsoletes are turned to lists. | ||||
* | bpo-19610: setup() now raises TypeError for invalid types (GH-4519) | Berker Peksag | 2017-11-23 | 2 | -12/+31 |
| | | | | | | The Distribution class now explicitly raises an exception when 'classifiers', 'keywords' and 'platforms' fields are not specified as a list. | ||||
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Remove all mention of Windows IA-64 support (GH-3389) | Zachary Ware | 2017-09-06 | 2 | -4/+4 |
| | | | It was mostly removed long ago. | ||||
* | remove IRIX support (closes bpo-31341) (#3310) | Benjamin Peterson | 2017-09-04 | 1 | -7/+4 |
| | | | See PEP 11. | ||||
* | bpo-11913: Add README.rst to the distutils standard READMEs list (#563) | Ryan Gonzalez | 2017-04-14 | 1 | -2/+6 |
| | |||||
* | distutils docs: Fix a typo (GH-470) | Mariatta | 2017-03-05 | 1 | -1/+1 |
| | | | instanciated -> instantiated | ||||
* | Issue #29069: Update the default URL of PyPI server | Berker Peksag | 2016-12-27 | 1 | -1/+1 |
| | | | | Patch by paka. | ||||
* | Fix spacing after C++ in documentation | Martin Panter | 2016-11-05 | 2 | -2/+2 |
| | |||||
* | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 6 | -39/+39 |
| | |||||
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 3 | -5/+15 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #26014: Update 3.x packaging documentation: | Ned Deily | 2016-06-06 | 1 | -1/+5 |
| | | | | | | | - "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) | ||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -2/+2 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Issue #26638: Fix links to some CLI options and section headings | Martin Panter | 2016-04-16 | 2 | -5/+5 |
| | | | | | | * Disable inappropriate links to Python interpreter options * Correct link to CLI section in zipapp * Make CLI section label in timeit less ambiguous | ||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. | Georg Brandl | 2016-02-25 | 1 | -3/+3 |
| | |||||
* | merge 3.4 | Benjamin Peterson | 2015-11-04 | 1 | -4/+3 |
|\ | |||||
| * | link to modern PUG url | Benjamin Peterson | 2015-11-04 | 1 | -4/+3 |
| | | |||||
* | | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-09-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix name of argument in docstring and the docs (closes #25076) | Benjamin Peterson | 2015-09-13 | 1 | -1/+1 |
| | | | | | | | | Patch by TAKASE Arihiro. | ||||
| * | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵ | Senthil Kumaran | 2015-06-15 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453 | ||||
* | | Fix versionchanged directives | Zachary Ware | 2015-07-07 | 2 | -2/+2 |
| | | |||||
* | | Issue #16314: Added support for the LZMA compression in distutils. | Serhiy Storchaka | 2015-05-16 | 3 | -32/+55 |
| | | |||||
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 2 | -8/+9 |
| | | | | | | | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. | ||||
* | | Issue #23682: Delete Python 2.2 mention from distutils documentation. | Berker Peksag | 2015-03-17 | 1 | -14/+0 |
|\ \ | |/ | | | | | Patch by Thomas Kluyver. | ||||
| * | Issue #23682: Delete Python 2.2 mention from distutils documentation. | Berker Peksag | 2015-03-17 | 1 | -14/+0 |
| | | | | | | | | Patch by Thomas Kluyver. | ||||
* | | merge 3.4 (#23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| | | | | | | | | Patch by Karan Goel. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|\ \ | |/ |