summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
Commit message (Expand)AuthorAgeFilesLines
* fix packaging.compiler.msvc9compiler: os.environ values are str, not bytesVictor Stinner2011-05-191-2/+2
* Issue #12112: fix the encoding of setup.py in the packaging moduleVictor Stinner2011-05-192-4/+7
* Refactor a few tests to use the new requires_zlib decorator.Ezio Melotti2011-05-191-8/+2
* Skip tests that require zlib in the packaging tests. Also add a requires_zli...Ezio Melotti2011-05-196-13/+33
* Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode checkTarek Ziade2011-05-191-1/+2
* removed unused method in packaging.createTarek Ziade2011-05-191-13/+0
* Issue #12112: packaging reads/writes metadata using UTF-8Victor Stinner2011-05-193-9/+9
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-195-11/+11
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-195-6/+6
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-1911-70/+42
* fixed the path splittingTarek Ziade2011-05-191-1/+2
* Issue #12115: skipping all tests that need threading under a threadless envir...Tarek Ziade2011-05-194-4/+35
* Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packagingVictor Stinner2011-05-191-13/+35
* packaging: don't use locale encoding to compute MD5 checksumsVictor Stinner2011-05-193-7/+7
* 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