summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 88613 via svnmerge fromÉric Araujo2011-02-251-1/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88613 | eric.araujo | 2011-02-25 22:40:34 +0100 (ven., 25 févr. 2011) | 2 lines Add missing read() in distutils doc. ........
* Merged revisions 87277 via svnmerge fromÉric Araujo2010-12-151-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87277 | eric.araujo | 2010-12-15 21:26:30 +0100 (mer., 15 déc. 2010) | 2 lines Fix wrong name in docstring and doc (#10693). Original patch by Eli Benderski. ........
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line #9911: doc copyedits. ........
* #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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84050 | eric.araujo | 2010-08-15 01:44:13 +0200 (dim., 15 août 2010) | 1 line Fix typo ........
* Merged revisions 83993 via svnmerge fromÉric Araujo2010-08-141-0/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83993 | eric.araujo | 2010-08-14 04:30:34 +0200 (sam., 14 août 2010) | 2 lines Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688. ........
* Merged revisions ↵Georg Brandl2010-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line #8578: mention danger of not incref'ing weak referenced object. ........ r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line #7973: Fix distutils options spelling. ........ r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line #7386: add example that shows that trailing path separators are stripped. ........ r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line #8172: how does one use a property? ........ r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line #9451: strengthen warning about __*__ special name usage. ........ r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line #7280: note about nasmw.exe. ........ r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line #8861: remove unused variable. ........ r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line #8648: document UTF-7 codec functions. ........ r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line #9037: add example how to raise custom exceptions from C code. ........ r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line #9111: document that do_help() looks at docstrings. ........ r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line Clarify that abs() is not a namespace. ........ r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line #6867: epoll.register() returns None. ........ r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line #9238: zipfile does handle archive comments. ........
* Merged revisions 82872,82874 via svnmerge fromGeorg Brandl2010-07-141-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82872 | georg.brandl | 2010-07-14 10:53:18 +0200 (Mi, 14 Jul 2010) | 1 line Remove XXX from text. ........ r82874 | georg.brandl | 2010-07-14 10:54:40 +0200 (Mi, 14 Jul 2010) | 1 line #9235: fix missing import of sys. ........
* Merged revisions 82806 via svnmerge fromGeorg Brandl2010-07-111-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82806 | georg.brandl | 2010-07-11 12:22:44 +0200 (So, 11 Jul 2010) | 1 line #9223: link to Command class reference, and move Command interface docs nearer to class docs. ........
* Merged revisions 82629,82632 via svnmerge fromGeorg Brandl2010-07-074-10/+9
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82629 | georg.brandl | 2010-07-07 20:51:43 +0200 (Mi, 07 Jul 2010) | 1 line Make comment out of an awkward note. ........ r82632 | georg.brandl | 2010-07-07 21:04:36 +0200 (Mi, 07 Jul 2010) | 1 line Turn more notes into comments. ........
* Two typos.Georg Brandl2010-06-271-2/+2
|
* Fixed #8909: now the doc details the size of the bitmap used in distutils' ↵Tarek Ziadé2010-06-061-1/+1
| | | | bdist_wininst
* 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 ↵Tarek Ziadé2009-12-132-88/+98
| | | | its own section now. This is easier to find and follow
* Issue #7457: added a read_pkg_file method to ↵Tarek Ziadé2009-12-081-0/+42
| | | | distutils.dist.DistributionMetadata so we can read back PKG-INFO files
* 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
| | | | and --with-universal-archs=3-way (issue6245)
* 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 ↵Georg Brandl2009-04-271-18/+7
| | | | todo items.
* 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 ↵Tarek Ziadé2009-02-222-15/+9
| | | | default files
* Fixed #2279: distutils.sdist.add_defaults now add files listed in ↵Tarek Ziadé2009-02-162-0/+30
| | | | package_data and data_files
* #5158: added documentation on the depends option in distutils extensionsTarek Ziadé2009-02-131-0/+4
|
* Issue #4863, removing remaining bitsTarek Ziadé2009-01-251-17/+0
|
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-082-37/+49
|
* Remove trailing whitespace.Georg Brandl2009-01-035-24/+24
|
* Fix uses of the default role.Georg Brandl2009-01-031-3/+3
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-3/+4
| | | | found by Gabriel Genellina.