summaryrefslogtreecommitdiffstats
path: root/Doc/library/packaging.compiler.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-681/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-16/+16
| | | | 3.3 specific additions to d13fdd97cc8e.
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-151-5/+5
| | | | | | Logging replaces verbose arguments. I haven’t fixed the example in Doc/install/install.rst because I have major fixes and changes to the oc under way and will fix or remove that example as part of that task.
* Fix text duplication. Spotted by Nick Coghlan, thanks!Éric Araujo2011-10-211-2/+2
|
* Document that packaging doesn’t create __init__.py files (#3902).Éric Araujo2011-10-211-0/+4
| | | | | | | | | | | The bug reported expected distutils to create an __init__.py file for a project using only C extension modules. IMO, how Python imports packages and submodules is well documented, and it’s never suggested that distutils might create an __init__.py file, so I’m adding this clarification to the packaging docs but won’t backport unless other people tell me they shared the same wrong expectation. Thanks to Mike Hoy for his help with the patch.
* Synchronize packaging docs with distutils’ (includes fix for #9302)Éric Araujo2011-08-251-16/+19
|
* Fix syntax in packaging docs and update suspicious ignore file.Georg Brandl2011-07-091-1/+1
|
* Document how to define extension modules in setup.cfgÉric Araujo2011-06-091-2/+4
|
* Add documentation for the packaging module.Éric Araujo2011-06-011-0/+672
This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update.