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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix packaging.compiler.msvc9compiler: os.environ values are str, not bytes
Victor Stinner
2011-05-19
1
-2/+2
*
Issue #12112: fix the encoding of setup.py in the packaging module
Victor Stinner
2011-05-19
2
-4/+7
*
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
*
removed unused method in packaging.create
Tarek Ziade
2011-05-19
1
-13/+0
*
Issue #12112: packaging reads/writes metadata using UTF-8
Victor Stinner
2011-05-19
3
-9/+9
*
Issue #12112: packaging reads and writes setup.cfg using UTF-8
Victor Stinner
2011-05-19
5
-11/+11
*
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
Victor Stinner
2011-05-19
5
-6/+6
*
packaging: use with open() instead of try/finally: close
Victor Stinner
2011-05-19
11
-70/+42
*
fixed the path splitting
Tarek Ziade
2011-05-19
1
-1/+2
*
Issue #12115: skipping all tests that need threading under a threadless envir...
Tarek Ziade
2011-05-19
4
-4/+35
*
Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging
Victor Stinner
2011-05-19
1
-13/+35
*
packaging: don't use locale encoding to compute MD5 checksums
Victor Stinner
2011-05-19
3
-7/+7
*
Issue #12113: make sure generated module is not reused on a second run
Tarek Ziade
2011-05-19
1
-6/+14
*
make sure split() is called before the encoding
Tarek Ziade
2011-05-19
1
-1/+1
*
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
188
-0/+30101