summaryrefslogtreecommitdiff
path: root/Lib/packaging
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* packaging: don't use locale encoding to compute MD5 checksumsVictor Stinner2011-05-193-7/+7
| | | | Open the file in binary mode or use UTF-8 encoding.
* Issue #12113: make sure generated module is not reused on a second runTarek Ziade2011-05-191-6/+14
|
* make sure split() is called before the encodingTarek Ziade2011-05-191-1/+1
|
* Issue #12109 fixing typo in packaging's test_command_upload_docsTarek Ziade2011-05-191-2/+2
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-19188-0/+30101