summaryrefslogtreecommitdiff
path: root/Lib/packaging/compiler/bcppcompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-355/+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
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-151-2/+2
| | | | | | 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.
* Cleanup in packaging: super considered superÉric Araujo2011-10-141-1/+1
|
* Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-171-1/+0
| | | | | | | | PEP 370 features and sys.dont_write_bytecode are always available in 3.3; the distutils2 backport still has the conditionals. I also renamed an internal misnamed method and fixed a few things (“packaging2” name, stray print, unused import, fd leak).
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+356