summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/apiref.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)Victor Stinner2019-07-051-0/+3
* bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)E. M. Bray2019-05-241-1/+1
* bpo-36797: Prune more legacy distutils documentation (GH-13092)Nick Coghlan2019-05-141-0/+10
* bpo-21536: On Android, C extensions are linked to libpython (GH-12989)xdegaye2019-04-291-1/+2
* bpo-21536: C extensions are no longer linked to libpython (GH-12946)Victor Stinner2019-04-251-0/+4
* Add missing period in distutils.dep_util.newer_group doc (GH-11003)Andre Delfino2018-12-061-1/+1
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-4/+5
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-261-3/+3
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Stéphane Wirtel2018-05-151-1/+1
* bpo-19610: Warn if distutils is provided something other than a list to some ...Neil Schemenauer2017-12-051-3/+3
* bpo-19610: setup() now raises TypeError for invalid types (GH-4519)Berker Peksag2017-11-231-0/+4
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-061-2/+2
* remove IRIX support (closes bpo-31341) (#3310)Benjamin Peterson2017-09-041-7/+4
* Fix spacing after C++ in documentationMartin Panter2016-11-051-1/+1
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-12/+12
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #26638: Fix links to some CLI options and section headingsMartin Panter2016-04-161-4/+4
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-3/+3
* Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* | merge 3.4Benjamin Peterson2015-09-131-1/+1
|\ \ | |/
| * fix name of argument in docstring and the docs (closes #25076)Benjamin Peterson2015-09-131-1/+1
| * Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-151-2/+2
* | Issue #16314: Added support for the LZMA compression in distutils.Serhiy Storchaka2015-05-161-12/+20
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-4/+7
* | merge 3.4 (#23221)Benjamin Peterson2015-01-131-1/+1
|\ \ | |/
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* | Merge with 3.4Georg Brandl2014-10-291-1/+1
|\ \ | |/
| * Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-2/+2
|/
* Add missing parenthesis. Found by cocoatomo on docs@.Zachary Ware2014-03-201-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-21/+5
* #19196: Improved cross-references in distutils documentation.Serhiy Storchaka2013-10-091-7/+8
* Fix missing period.Georg Brandl2013-10-061-1/+1
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+8
* Issue #16403: Document how distutils uses the maintainer field in PKG-INFOPetri Lehtinen2013-02-231-1/+4
|\
| * Issue #16403: Document how distutils uses the maintainer field in PKG-INFOPetri Lehtinen2013-02-231-1/+4
* | Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-091-0/+6
|\ \ | |/
| * Ignore .nfs* files in distutils (#7719).Éric Araujo2012-12-081-0/+6
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-25/+11
|\ \ | |/
| * Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-01-151-25/+11
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Replace a mention of EnvironmentError in the distutils docs.Antoine Pitrou2011-10-121-6/+5
* | Merge fixes for #10526, #10359, #11254, #9100 and the bug without numberÉric Araujo2011-10-081-3/+8
|\ \ | |/
| * Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-071-3/+8
* | Synchronize packaging docs with distutils’ (includes fix for #9302)Éric Araujo2011-08-251-1/+1
|/
* Document the "optional" argument of distutils’ Extension classÉric Araujo2011-08-251-0/+5