summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests
Commit message (Expand)AuthorAgeFilesLines
...
* fixed the export symbols for the win32 linkerTarek Ziade2011-05-211-1/+1
* skip the pypi upload doc test via https, if ssl is not availableTarek Ziade2011-05-211-0/+5
* use the same line terminator everywhereTarek Ziade2011-05-211-2/+5
* fixed the move api in packaging.install, and closing the handle left by mkste...Tarek Ziade2011-05-211-6/+10
* fixed the way the cfg file markers values are split under win32Tarek Ziade2011-05-211-1/+1
* fixed the separator issues in packaging/resources+configTarek Ziade2011-05-211-1/+0
* fixed a few mocking/cleanup issues in packaging test_util for win32Tarek Ziade2011-05-212-15/+20
* Close #12114: fix a potential deadlock in packaging.util._find_exe_version()Victor Stinner2011-05-211-0/+3
* Fix another ResourceWarning in test_packaging.Ezio Melotti2011-05-202-1/+3
* Fix more ResourceWarnings in test_packaging moving the join() and server_clos...Ezio Melotti2011-05-201-6/+3
* Fix several ResourceWarnings in test_packaging.Ezio Melotti2011-05-201-1/+6
* packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMESVictor Stinner2011-05-191-4/+11
* fix packaging tests on Windows: use os.path.join() in glob patternsVictor Stinner2011-05-192-14/+16
* packaging: fix the constructor of FakePopenVictor Stinner2011-05-191-2/+8
* 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
* Issue #12112: packaging reads/writes metadata using UTF-8Victor Stinner2011-05-192-7/+7
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-193-9/+9
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-193-4/+4
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-197-34/+15
* Issue #12115: skipping all tests that need threading under a threadless envir...Tarek Ziade2011-05-194-4/+35
* packaging: don't use locale encoding to compute MD5 checksumsVictor Stinner2011-05-191-2/+2
* Issue #12113: make sure generated module is not reused on a second runTarek Ziade2011-05-191-6/+14
* 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-19121-0/+10551