summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command/build_scripts.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-154/+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
* A few style changes originally done in the distutils2 repoÉric Araujo2011-09-181-2/+2
|
* Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packagingVictor Stinner2011-05-191-13/+35
| | | | | | build_scripts command of packaging now handles correctly non-ASCII path (path to the Python executable). Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+132