- 29b3fc0 bpo-39586: Deprecate distutils bdist_msi command (GH-18415) by Hugo van Kemenade · 4 years, 9 months ago
- 9f9dac0 bpo-38914 Do not require email field in setup.py. (GH-17388) by Jürgen Gmach · 4 years, 11 months ago
- 39afa2d bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) by Michael Felt · 5 years ago
- f8a6316 bpo-21063: Improve module synopsis for distutils (GH-17363) by Sanchit Khurana · 5 years ago
- 2d8d597 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Ezio Melotti · 5 years ago
- 2c2b561 bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) by Miro Hrončok · 5 years ago
- 1da4462 bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Victor Stinner · 5 years ago
- 72cd653 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miro Hrončok · 5 years ago
- c994c8f bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) by E. M. Bray · 5 years ago
- e788057 bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) by Nick Coghlan · 5 years ago
- dae1229 bpo-36797: Prune more legacy distutils documentation (GH-13092) by Nick Coghlan · 5 years ago
- 1b4abcf bpo-33071: remove outdated PyPI docs (GH-13087) by Kojo Idrissa · 5 years ago
- 70b8054 Doc: Fix missing bracket (GH-13163) by Zhaorong Ma · 5 years ago
- 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 6 years ago
- 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 6 years ago
- 598e15d bpo-25592: Improve documentation of distutils data_files (GH-9767) by jdemeyer · 6 years ago
- c9566b8 Add missing period in distutils.dep_util.newer_group doc (GH-11003) by Andre Delfino · 6 years ago
- 511747b bpo-35110: Fix yet few spaces before dashes. (GH-10255) by Serhiy Storchaka · 6 years ago
- 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
- 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 6 years ago
- e80e77a bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) by TilmanK · 6 years ago
- 859c068 bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) by Stéphane Wirtel · 6 years ago
- 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
- 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
- b81ca28 bpo-33297: Mention Pillow to work with more image formats. (#6505) by Andrés Delfino · 7 years ago
- 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 7 years ago
- 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
- 8837dd0 bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) by Neil Schemenauer · 7 years ago
- dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
- f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
- 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
- 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
- f9f87f0 bpo-11913: Add README.rst to the distutils standard READMEs list (#563) by Ryan Gonzalez · 8 years ago
- 2a7bdda distutils docs: Fix a typo (GH-470) by Mariatta · 8 years ago
- 1fee515 Issue #29069: Update the default URL of PyPI server by Berker Peksag · 8 years ago
- 04b3d8b Fix spacing after C++ in documentation by Martin Panter · 8 years ago
- 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
- 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
- 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 8 years ago
- dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
- 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 9 years ago
- 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
- 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
- 1897c98 merge 3.4 by Benjamin Peterson · 9 years ago
- c2f0121 link to modern PUG url by Benjamin Peterson · 9 years ago
- a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
- d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
- 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
- d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
- f07422c merge 3.4 by Benjamin Peterson · 9 years ago
- 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
- 7f142c7 Fix versionchanged directives by Zachary Ware · 9 years ago
- b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
- b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
- f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
- e010d8f Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 10 years ago
- 6a98002 Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 10 years ago
- 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
- 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
- c876cec merge with 3.4 by Georg Brandl · 10 years ago
- 884217c distutils example: fix invalid rst in description string by Georg Brandl · 10 years ago
- 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
- 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
- bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
- b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
- 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
- 77fe77d Fixing broken links in doc, part 1: faq/ by Georg Brandl · 10 years ago
- cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
- e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
- 5382c25 Merge: #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
- 2ac7a89 #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
- 9e7fbde merge with 3.4 by Georg Brandl · 10 years ago
- 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
- 82fa90c Merge with 3.4 by Terry Jan Reedy · 10 years ago
- 6926e3e Issue #21726: Remove unnecessary and contextually wrong line. by Terry Jan Reedy · 10 years ago
- 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
- 645d3b7 Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. by Zachary Ware · 11 years ago
- 253deed Add missing parenthesis. Found by cocoatomo on docs@. by Zachary Ware · 11 years ago
- 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
- 1f609e9 Issue #19407: merge PPUG notes from 3.3 by Nick Coghlan · 11 years ago
- b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
- 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
- 2a1838b Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. by Andrew Kuchling · 11 years ago
- 5e2d456 Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516. by Andrew Kuchling · 11 years ago
- 7880db6 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
- a710fda Fix missing period. by Georg Brandl · 11 years ago
- 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
- 79333db Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
- 13fb979 Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
- 7de72ad Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 12 years ago
- 905b648 Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 12 years ago
- b2b2252 Issue #16874 (merge from 3.2): fix some documentation formatting. by Chris Jerdonek · 12 years ago
- 444d153 Issue #16874 (forward-port from 2.7): fix some documentation formatting. by Chris Jerdonek · 12 years ago
- 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
- 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
- 251269c Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 12 years ago
- f9e49ea Update the description of which package versions PyPI displays (issue #16400). by Chris Jerdonek · 12 years ago
- d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
- 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago