summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Use more usual name for one option of install_distinfo?ric Araujo2011-11-123-21/+18
* | | | | | | | | | Clean up mocking of stdout and stdin in tests.?ric Araujo2011-11-129-116/+64
* | | | | | | | | | Undo potentially confusing name change.?ric Araujo2011-11-128-20/+20
* | | | | | | | | | Make sure tests that register custom commands also clear them?ric Araujo2011-11-123-26/+39
* | | | | | | | | | Minor assorted cleanups.?ric Araujo2011-11-128-48/+39
* | | | | | | | | | Code simplification?ric Araujo2011-11-121-4/+2
* | | | | | | | | | Super considered super.?ric Araujo2011-11-128-31/+29
* | | | | | | | | | Change signature of tests.support.LoggingCatcher.get_logs.?ric Araujo2011-11-1210-77/+70
* | | | | | | | | | Improve byte-compilation to be independent of -O or -B.?ric Araujo2011-11-1211-204/+181
* | | | | | | | | | Bring back callable.?ric Araujo2011-11-122-6/+5
* | | | | | | | | | Update test to account for recent Python bugfix.?ric Araujo2011-11-121-1/+5
* | | | | | | | | | Clean up some idioms in tests.?ric Araujo2011-11-1211-44/+32
* | | | | | | | | | Increase test coverage for manifest (#11751).?ric Araujo2011-11-112-8/+197
* | | | | | | | | | Expand tests and fix bugs in util.resolve_name.?ric Araujo2011-11-112-35/+60
* | | | | | | | | | Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code?ric Araujo2011-11-112-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix writing of the RESOURCES file (#12386).?ric Araujo2011-11-113-5/+72
* | | | | | | | | Fix import in install_data (#13170). Thanks to David Barnett.?ric Araujo2011-11-111-1/+1
* | | | | | | | | Avoid diverging from upstream in backports?ric Araujo2011-11-111-6/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix missing imports in generated setup scripts (#13205).?ric Araujo2011-10-213-15/+70
* | | | | | | | Remove one overlooked with statement?ric Araujo2011-10-191-2/+8
* | | | | | | | Kludge around shlex not supporting unicode in 2.x (#13170).?ric Araujo2011-10-191-2/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Synchronize config with packaging (fixes #13170)?ric Araujo2011-10-181-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Add tests for Unicode handling in check and register (#13114).?ric Araujo2011-10-112-2/+38
| |_|_|_|/ |/| | | |
* | | | | Synchronize test_configure?ric Araujo2011-10-081-1/+7
* | | | | Make C code in one test comply with ISO C (#10359).?ric Araujo2011-10-071-2/+2
| |_|_|/ |/| | |
* | | | Fix return code of ?pysetup run COMMAND? (closes #12222)?ric Araujo2011-10-062-16/+19
* | | | Minor: improve one test name, address pyflakes warnings?ric Araujo2011-10-061-6/+4
* | | | Add test that was promised in a comment but not actually written?ric Araujo2011-10-061-2/+7
* | | | Fix incorrect test.?ric Araujo2011-10-061-2/+3
* | | | Change one name in test_uninstall to avoid confusion.?ric Araujo2011-10-061-12/+12
| |/ / |/| |
* | | Cosmetic fixes for whitespace and a regex.?ric Araujo2011-10-052-5/+5
* | | Add tests for comparing candidate and final versions (#11841).?ric Araujo2011-10-051-0/+12
| |/ |/|
* | Remove fake_dists duplicates in _backport/tests.?ric Araujo2011-09-2438-124/+0
* | Adapt skip message?ric Araujo2011-09-241-2/+1
* | Remove inline comment that is not supported by configparser in 3.3.?ric Araujo2011-09-241-1/+1
* | Always use backported tarfile?ric Araujo2011-09-242-3/+2
* | Remove unused name?ric Araujo2011-09-231-1/+1
* | Remove docstring with factual errors?ric Araujo2011-09-231-5/+0
* | Fix HAS_USER_SITE in install command too?ric Araujo2011-09-221-2/+5
* | Fix name and attribute errors?ric Araujo2011-09-213-4/+4
* | pep8 compat.py?ric Araujo2011-09-211-1/+5
* | Remove two unneeded attributes?ric Araujo2011-09-212-6/+3
* | Squash last remaining tempdir leak in tests?ric Araujo2011-09-191-0/+2
* | A few changes to match packaging?ric Araujo2011-09-193-4/+4
* | Fix imports: it really is distutils.spawn, not d2?ric Araujo2011-09-191-2/+2
* | Don?t let invalid line in setup.cfg pass silently?ric Araujo2011-09-191-3/+4
* | Fix usage of bytes in bdist_wininst.?ric Araujo2011-09-191-4/+6
* | Better bytes/characters separation for d2.pypi.simple?ric Araujo2011-09-191-12/+10
* | Fix usage of dry-run in bdist_wininst and install_distinfo.?ric Araujo2011-09-192-70/+77
* | Fix determination of Metadata version in packaging (#8933).?ric Araujo2011-09-192-5/+7