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
/
test_database.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove packaging from the standard library.
Éric Araujo
2012-06-24
1
-686/+0
*
Add tests to check initial content of packaging.database caches
Éric Araujo
2011-11-14
1
-0/+7
*
Make a number of small changes to ease the backport to distutils2
Éric Araujo
2011-09-18
1
-2/+3
*
Issue #12765: Fix packaging.test.test_database failures on OS X due
Ned Deily
2011-09-15
1
-0/+1
*
Fix packaging.database.Distribution.list_distinfo_files (#12785).
Éric Araujo
2011-09-15
1
-22/+24
*
Stop trying to write into the stdlib during packaging tests (#12331).
Éric Araujo
2011-07-31
1
-23/+31
*
Minor packaging cleanup.
Éric Araujo
2011-07-29
1
-5/+5
*
Stop binding sys.path as default parameter value in packaging.
Éric Araujo
2011-06-16
1
-6/+5
*
cleanup packaging.database
Tarek Ziade
2011-05-30
1
-5/+3
*
a resource module for 2 functions is overkill. database is the right place fo...
Tarek Ziade
2011-05-30
1
-3/+156
*
use the same line terminator everywhere
Tarek Ziade
2011-05-21
1
-2/+5
*
Skip tests that require zlib in the packaging tests. Also add a requires_zli...
Ezio Melotti
2011-05-19
1
-0/+8
*
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
Victor Stinner
2011-05-19
1
-1/+1
*
initial import of the packaging package in the standard library
Tarek Ziade
2011-05-19
1
-0/+506