summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-211-6/+51
|\
| * make sure the existing metadata Provides field is translated when translating...Tarek Ziade2012-05-161-6/+39
| * fix for 14294Preston Holmes2012-03-131-1/+11
* | Merge fixes for #13974, #6884 and #11841 from default?ric Araujo2012-02-271-48/+43
|\ \ | |/ |/|
| * Ye olde merge.?ric Araujo2011-11-121-84/+81
| |\
| * \ Merge fix for #13205 and other changes from default.?ric Araujo2011-10-211-7/+36
| |\ \
| * | | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-42/+30
* | | | Add test for util.set_platform (#13974).?ric Araujo2012-02-161-0/+5
* | | | Use sys.version_info instead of sys.version.?ric Araujo2012-02-091-2/+2
| |_|/ |/| |
* | | Clean up mocking of stdout and stdin in tests.?ric Araujo2011-11-121-8/+0
* | | Improve byte-compilation to be independent of -O or -B.?ric Araujo2011-11-121-30/+26
* | | Clean up some idioms in tests.?ric Araujo2011-11-121-16/+12
* | | Expand tests and fix bugs in util.resolve_name.?ric Araujo2011-11-111-29/+42
| |/ |/|
* | Fix missing imports in generated setup scripts (#13205).?ric Araujo2011-10-211-4/+26
|/
* Write a UTF-8 empty string to make haypo happy :) (#9561)?ric Araujo2011-09-191-2/+2
* Avoid gratuitous changes in method names?ric Araujo2011-09-191-5/+5
* Fix backport changesets part 3: backported modules.?ric Araujo2011-09-181-8/+1
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-27/+31
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-32/+34
* the name of the module is __builtin__ (not __builtins__)Alexis Metaireau2011-08-221-1/+1
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-108/+443
* Improve iglob error handling.Pierre-Yves David2011-02-051-0/+28
* merge test_glob.py into test_util.pyPierre-Yves David2011-02-021-2/+151
* Moving from spawn to subprocess.call for posixAndre Espaze2011-01-301-0/+4
* Don?t use a deprecated name?ric Araujo2010-12-091-10/+10
* refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-301-3/+2
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+484