Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging | Victor Stinner | 2011-05-19 | 1 | -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 checksums | Victor Stinner | 2011-05-19 | 3 | -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 run | Tarek Ziade | 2011-05-19 | 1 | -6/+14 | |
| | ||||||
* | make sure split() is called before the encoding | Tarek Ziade | 2011-05-19 | 1 | -1/+1 | |
| | ||||||
* | Issue #12109 fixing typo in packaging's test_command_upload_docs | Tarek Ziade | 2011-05-19 | 1 | -2/+2 | |
| | ||||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 188 | -0/+30101 | |