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