summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up some idioms in packaging tests.Éric Araujo2011-10-191-16/+12
* Expand tests and fix bugs in packaging.util.resolve_name.Éric Araujo2011-10-191-29/+43
* Branch mergeÉric Araujo2011-09-181-4/+0
|\
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-171-4/+0
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-4/+2
|/
* Issue #9561: packaging now writes egg-info files using UTF-8Victor Stinner2011-09-051-2/+2
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-011-8/+1
* Factor out code used by packaging commands for HTTP requests (#12169).Éric Araujo2011-07-081-1/+25
* Minor tweaks to packaging tests.Éric Araujo2011-06-171-7/+1
* Specify the encoding of the setup.cfg in one packaging test (#12320)Éric Araujo2011-06-121-1/+1
* Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-101-1/+1
* Fix assorted bugs in packaging.util.cfg_to_args (#11595).Éric Araujo2011-06-101-7/+41
* Cleaned up the installer output behavior.Tarek Ziade2011-05-301-22/+22
* fixed the cwd cleanup in packaging test_utilTarek Ziade2011-05-231-1/+8
* fixed a few mocking/cleanup issues in packaging test_util for win32Tarek Ziade2011-05-211-5/+8
* Close #12114: fix a potential deadlock in packaging.util._find_exe_version()Victor Stinner2011-05-211-0/+3
* fix packaging tests on Windows: use os.path.join() in glob patternsVictor Stinner2011-05-191-8/+10
* packaging: fix the constructor of FakePopenVictor Stinner2011-05-191-2/+8
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-191-9/+7
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+928