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_util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up some idioms in packaging tests.
Éric Araujo
2011-10-19
1
-16/+12
*
Expand tests and fix bugs in packaging.util.resolve_name.
Éric Araujo
2011-10-19
1
-29/+43
*
Branch merge
Éric Araujo
2011-09-18
1
-4/+0
|
\
|
*
Packaging cleanup: remove conditionals for < 2.6 support.
Éric Araujo
2011-09-17
1
-4/+0
*
|
Make a number of small changes to ease the backport to distutils2
Éric Araujo
2011-09-18
1
-4/+2
|
/
*
Issue #9561: packaging now writes egg-info files using UTF-8
Victor Stinner
2011-09-05
1
-2/+2
*
Clean up packaging.util: add __all__, remove some unused functions.
Éric Araujo
2011-09-01
1
-8/+1
*
Factor out code used by packaging commands for HTTP requests (#12169).
Éric Araujo
2011-07-08
1
-1/+25
*
Minor tweaks to packaging tests.
Éric Araujo
2011-06-17
1
-7/+1
*
Specify the encoding of the setup.cfg in one packaging test (#12320)
Éric Araujo
2011-06-12
1
-1/+1
*
Allow multiple setup hooks in packaging’s setup.cfg files (#12240).
Éric Araujo
2011-06-10
1
-1/+1
*
Fix assorted bugs in packaging.util.cfg_to_args (#11595).
Éric Araujo
2011-06-10
1
-7/+41
*
Cleaned up the installer output behavior.
Tarek Ziade
2011-05-30
1
-22/+22
*
fixed the cwd cleanup in packaging test_util
Tarek Ziade
2011-05-23
1
-1/+8
*
fixed a few mocking/cleanup issues in packaging test_util for win32
Tarek Ziade
2011-05-21
1
-5/+8
*
Close #12114: fix a potential deadlock in packaging.util._find_exe_version()
Victor Stinner
2011-05-21
1
-0/+3
*
fix packaging tests on Windows: use os.path.join() in glob patterns
Victor Stinner
2011-05-19
1
-8/+10
*
packaging: fix the constructor of FakePopen
Victor Stinner
2011-05-19
1
-2/+8
*
packaging: use with open() instead of try/finally: close
Victor Stinner
2011-05-19
1
-9/+7
*
initial import of the packaging package in the standard library
Tarek Ziade
2011-05-19
1
-0/+928