Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed the separator issues in packaging/resources+config | Tarek Ziade | 2011-05-21 | 1 | -1/+3 |
* | Close #12114: fix a potential deadlock in packaging.util._find_exe_version() | Victor Stinner | 2011-05-21 | 1 | -1/+1 |
* | Issue #12112: fix the encoding of setup.py in the packaging module | Victor Stinner | 2011-05-19 | 1 | -3/+3 |
* | package: replace open(fn, 'w').close() by open(fn, 'wb').close() | Victor Stinner | 2011-05-19 | 1 | -1/+1 |
* | packaging: use with open() instead of try/finally: close | Victor Stinner | 2011-05-19 | 1 | -4/+1 |
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+1451 |