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