summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
Commit message (Expand)AuthorAgeFilesLines
* Better English.R David Murray2011-07-181-1/+1
* Add examples that work on Windows to distutils docs (#1626300)Éric Araujo2011-06-071-2/+8
* Fix markup: arguments in a class directive are __init__ arguments, not base c...Éric Araujo2011-05-311-1/+1
* Re-add missing doc stub for the distutils check commandÉric Araujo2011-05-281-0/+14
* Backport doc improvements for distutils.cmd.Command (#9223).Éric Araujo2011-05-281-76/+80
* #11843: remove duplicate line from table in distutil doc.Ezio Melotti2011-04-151-2/+0
* Merged revisions 88613 via svnmerge fromÉric Araujo2011-02-251-1/+4
* Merged revisions 87277 via svnmerge fromÉric Araujo2010-12-151-1/+1
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
* #9934. Correct a typo that was already fixed on py3k.Brian Curtin2010-09-251-1/+1
* Fix bad mergeÉric Araujo2010-08-151-4/+4
* Merged revisions 84050 via svnmerge fromÉric Araujo2010-08-141-1/+1
* Merged revisions 83993 via svnmerge fromÉric Araujo2010-08-141-0/+8
* Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,...Georg Brandl2010-08-021-1/+1
* Merged revisions 82872,82874 via svnmerge fromGeorg Brandl2010-07-141-1/+1
* Merged revisions 82806 via svnmerge fromGeorg Brandl2010-07-111-2/+2
* Merged revisions 82629,82632 via svnmerge fromGeorg Brandl2010-07-074-10/+9
* Two typos.Georg Brandl2010-06-271-2/+2
* Fixed #8909: now the doc details the size of the bitmap used in distutils' bd...Tarek Ziadé2010-06-061-1/+1
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-171-11/+3
* removed documentation on code that was reverted and pushed into distutils2Tarek Ziadé2010-04-022-110/+0
* Fix warnings from "make check".Georg Brandl2010-03-122-12/+12
* Re-wordAndrew M. Kuchling2010-02-221-3/+3
* Fix internal reference.Georg Brandl2010-01-171-1/+4
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-191-1/+1
* reorganized the distutils doc a bit : the MANIFEST.in template system has its...Tarek Ziadé2009-12-132-88/+98
* Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...Tarek Ziadé2009-12-081-0/+42
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-271-1/+2
* Fix a strange mis-edit.Georg Brandl2009-10-271-2/+2
* Use standard comma punctuation; reword some sentences in the docsAndrew M. Kuchling2009-10-051-4/+4
* Reword sentenceAndrew M. Kuchling2009-10-051-1/+1
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-021-5/+13
* Finish support for --with-universal-archs=intelRonald Oussoren2009-09-151-1/+6
* Move function back to its section.Georg Brandl2009-09-111-7/+9
* builtin -> built-in.Georg Brandl2009-07-261-3/+3
* Fixed #6287: documentation for the license field in distutilsTarek Ziadé2009-06-161-0/+9
* Remove ".. warning::" markup that doesnt contain warnings for users, rather t...Georg Brandl2009-04-271-18/+7
* Re-wordAndrew M. Kuchling2009-04-111-3/+3
* #5732: added the check command into DistutilsTarek Ziadé2009-04-112-0/+65
* fixed linkTarek Ziadé2009-04-111-1/+1
* Fixed #5095: msi missing from Distutils bdist formatsTarek Ziadé2009-04-051-4/+7
* Avoid sure signs of a diseased mind.Georg Brandl2009-04-051-2/+2
* Normalize spelling of Mac OS X.Georg Brandl2009-04-051-3/+3
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-311-0/+4
* #5563: more documentation for bdist_msi.Georg Brandl2009-03-311-1/+9
* Add section numbering to some of the larger subdocuments.Georg Brandl2009-03-281-0/+1
* #5486: typos.Georg Brandl2009-03-131-2/+2
* more info on long_descriptionTarek Ziadé2009-02-272-126/+157
* using versionchanged instead of versionadded for distutils doc on sdist defau...Tarek Ziadé2009-02-222-15/+9
* Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...Tarek Ziadé2009-02-162-0/+30