summaryrefslogtreecommitdiff
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* Remove out-of-date documentation.?ric Araujo2012-03-1336-8194/+0
| | | | | | | | | | | Tarek and I agreed that maintaining doc in two places was wasteful, so I?m going to point people to the packaging docs in Python 3.3. Most of them apply as is to distutils2, except for the module name and a few other things that I?ll fix later (like the logger name or the HTTP user agent string). I will put up a simple page with links on packages.python.org to replace the old doc.
* started setupcfg-specTarek Ziade2011-03-152-1/+313
|
* Synchronize bug reporting guidelines with the wiki?ric Araujo2011-03-091-38/+13
|
* Merging the resource branch !Alexis Metaireau2011-02-131-9/+20
|\
| * Added documentation about extra_path. Original patch by Ronald OussorenAlexis Metaireau2011-02-131-0/+20
| |
| * Refactoring -- Removing grok_environment_error.Kelsey Hightower2011-02-101-9/+0
| |
* | Improve distutils2 resources documentation.FELD Boris2011-02-091-114/+241
| |
* | merge upstream into resources branchesPierre-Yves David2011-02-044-18/+21
|\ \ | |/
| * Branch merge.?ric Araujo2011-02-033-16/+18
| |\ | | | | | | | | | | | | | | | | | | There are a number of bugs and issues in the implementation of mkcfg. The tests should be partially rewritten too (to use RawInputs instead of sys.stdin.write for example, or to compare config file sections without using sets). I?ll look into it.
| | * renamed DistributionMetadata to MetadataChristophe Combelles2011-01-282-15/+15
| | |
| * | Branch merge?ric Araujo2011-02-031-1/+1
| |\ \
| | * | Fix wrong name in docstring and doc (port of r87277).?ric Araujo2011-01-291-1/+1
| | | |
| * | | Add informations about contribution in the doc and in the README.Alexis Metaireau2011-02-021-1/+2
| | | |
* | | | merge with upstreamPierre-Yves David2011-02-021-0/+52
|\ \ \ \ | |/ / /
| * | | Documentation concerning the ways of contributing to distutils2.Julien Miotte2011-01-311-0/+52
| | | | | | | | | | | | | | | | Currently contains "Reporting issues."
* | | | MergeFELD Boris2011-01-302-23/+63
|\ \ \ \ | |/ / /
| * | | minor: update setupcfg documentationJulien Jehannet2011-01-302-8/+20
| | | |
| * | | merged doc for jujTarek Ziade2011-01-302-47/+174
| |\ \ \ | | |/ /
| * | | update setupcfg documentation page with some notes and new examplesJulien Jehannet2011-01-291-18/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - replace underscore by dash in fields - use PEP rst directive - new section information Notes: - field names are case-insensitive - some metadata fields are automatically generated New examples: - setup_hook - use-2to3
* | | | Merge with main branchFELD Boris2011-01-291-0/+221
|\ \ \ \ | |_|/ / |/| | |
| * | | Add a TODO for data files draftFELD Boris2011-01-291-19/+22
| | | |
| * | | Merge with merge with main brancheFELD Boris2011-01-291-2/+25
| |\ \ \
| | * | | Use public method from sysconfig instead of private one to expand paths. ↵FELD Boris2011-01-291-2/+25
| | | | | | | | | | | | | | | | | | | | Correct a type in config module.
| * | | | merge with main branchPierre-Yves David2011-01-294-4/+16
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Add example for data-files documentationFELD Boris2011-01-291-18/+103
| | | |
| * | | Improve data_files documentationFELD Boris2011-01-291-1/+44
| | | |
| * | | Improve data_files documentationFELD Boris2011-01-291-0/+67
| | |/ | |/|
* | | Branch merge?ric Araujo2011-01-292-47/+174
|\ \ \ | |_|/ |/| |
| * | Add documentation for useful pkgutil functions and classes (#7303).?ric Araujo2010-10-311-46/+172
| | | | | | | | | | | | | | | This is a backport from Python 3.2 with some additions (edits to the introduction and structure of the file).
| * | Fix syntax in code blocks that were not colorized?ric Araujo2010-10-311-1/+2
| | |
* | | doc about the packages_root optionTarek Ziade2011-01-291-0/+3
| | |
* | | add DistributionMetadata to apiref. fix directives in modules documentationGael Pasgrimaud2011-01-283-4/+13
| |/ |/|
* | Add disclaimer about MinGW compat (#6007). Patch by Chris Lambacher.?ric Araujo2010-12-151-16/+23
| |
* | Add missing document to toctree?ric Araujo2010-12-151-0/+1
| |
* | Remove implicit relative imports and fix our beloved typo in d2.index?ric Araujo2010-12-091-1/+1
| |
* | branch mergeAlexis Metaireau2010-11-131-0/+25
|\ \
| * | Add basic installation script + tests.Alexis Metaireau2010-11-131-0/+25
| | |
* | | added setup.cfg docTarek Ziade2010-11-131-0/+161
|/ /
* | now you can register your custom compilers using the .cfg filesTarek Ziade2010-11-111-0/+4
|/
* Fix example keyword in d2.index docs?ric Araujo2010-10-101-1/+1
|
* More mkpkg/mkcfg renaming?ric Araujo2010-10-101-1/+1
|
* Little typos on the tutorialAlexis Metaireau2010-10-081-1/+1
|
* mergedTarek Ziade2010-10-081-3/+15
|\
| * Add a way to search the simple index using wildcards (*).Alexis Metaireau2010-10-081-3/+15
| |
* | started a tutorialTarek Ziade2010-10-082-1/+134
|/
* raised version in the docs tooTarek Ziade2010-10-071-2/+2
|
* Branch merge?ric Araujo2010-10-013-86/+86
|\
| * Restore some commas and do other nitpicks?ric Araujo2010-10-011-7/+8
| |
| * Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2Derek McTavish Mounce2010-09-291-2/+2
| |\
| | * Make the upload_docs command fallback on docs/ if doc/ is not foundanatoly techtonik2010-09-291-2/+2
| | |