Commit message (Collapse) | 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 |
| | | | | Avoid also zombi processes: Popen.communicate() calls its wait() method. | ||||
* | Issue #12112: fix the encoding of setup.py in the packaging module | Victor Stinner | 2011-05-19 | 1 | -3/+3 |
| | | | | | * read: use tokenize.detect_encoding() * write: use 'utf-8' | ||||
* | package: replace open(fn, 'w').close() by open(fn, 'wb').close() | Victor Stinner | 2011-05-19 | 1 | -1/+1 |
| | | | | | We don't need to open the files in text mode just to create them (or update their modification time). | ||||
* | 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 |