index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
packaging
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixed the export symbols for the win32 linker
Tarek Ziade
2011-05-21
1
-1/+1
*
skip the pypi upload doc test via https, if ssl is not available
Tarek Ziade
2011-05-21
1
-0/+5
*
use the same line terminator everywhere
Tarek Ziade
2011-05-21
1
-2/+5
*
fixed the move api in packaging.install, and closing the handle left by mkste...
Tarek Ziade
2011-05-21
1
-6/+10
*
fixed the way the cfg file markers values are split under win32
Tarek Ziade
2011-05-21
1
-1/+1
*
fixed the separator issues in packaging/resources+config
Tarek Ziade
2011-05-21
1
-1/+0
*
fixed a few mocking/cleanup issues in packaging test_util for win32
Tarek Ziade
2011-05-21
2
-15/+20
*
Close #12114: fix a potential deadlock in packaging.util._find_exe_version()
Victor Stinner
2011-05-21
1
-0/+3
*
Fix another ResourceWarning in test_packaging.
Ezio Melotti
2011-05-20
2
-1/+3
*
Fix more ResourceWarnings in test_packaging moving the join() and server_clos...
Ezio Melotti
2011-05-20
1
-6/+3
*
Fix several ResourceWarnings in test_packaging.
Ezio Melotti
2011-05-20
1
-1/+6
*
packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES
Victor Stinner
2011-05-19
1
-4/+11
*
fix packaging tests on Windows: use os.path.join() in glob patterns
Victor Stinner
2011-05-19
2
-14/+16
*
packaging: fix the constructor of FakePopen
Victor Stinner
2011-05-19
1
-2/+8
*
Refactor a few tests to use the new requires_zlib decorator.
Ezio Melotti
2011-05-19
1
-8/+2
*
Skip tests that require zlib in the packaging tests. Also add a requires_zli...
Ezio Melotti
2011-05-19
6
-13/+33
*
Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check
Tarek Ziade
2011-05-19
1
-1/+2
*
Issue #12112: packaging reads/writes metadata using UTF-8
Victor Stinner
2011-05-19
2
-7/+7
*
Issue #12112: packaging reads and writes setup.cfg using UTF-8
Victor Stinner
2011-05-19
3
-9/+9
*
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
Victor Stinner
2011-05-19
3
-4/+4
*
packaging: use with open() instead of try/finally: close
Victor Stinner
2011-05-19
7
-34/+15
*
Issue #12115: skipping all tests that need threading under a threadless envir...
Tarek Ziade
2011-05-19
4
-4/+35
*
packaging: don't use locale encoding to compute MD5 checksums
Victor Stinner
2011-05-19
1
-2/+2
*
Issue #12113: make sure generated module is not reused on a second run
Tarek Ziade
2011-05-19
1
-6/+14
*
Issue #12109 fixing typo in packaging's test_command_upload_docs
Tarek Ziade
2011-05-19
1
-2/+2
*
initial import of the packaging package in the standard library
Tarek Ziade
2011-05-19
121
-0/+10551
[prev]