summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/util.py
Commit message (Expand)AuthorAgeFilesLines
* fixed the separator issues in packaging/resources+configTarek Ziade2011-05-211-1/+3
* Close #12114: fix a potential deadlock in packaging.util._find_exe_version()Victor Stinner2011-05-211-1/+1
* Issue #12112: fix the encoding of setup.py in the packaging moduleVictor Stinner2011-05-191-3/+3
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-191-1/+1
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-191-4/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+1451