summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Add tests for Unicode handling in check and register (#13114).?ric Araujo2011-10-113-2/+39
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
| |_|/ |/| |
* | | Update developers? notes?ric Araujo2011-09-241-6/+8
| |/ |/|
* | 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
* | Improve tests.sh.?ric Araujo2011-09-211-51/+17
* | 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
* | Consolidate tests for d2.metadata.?ric Araujo2011-09-194-352/+356
* | 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
* | Minor improvement to extensions in setup.cfg: check parent package?ric Araujo2011-09-192-3/+44
* | Minor improvement to extensions section in setup.cfg.?ric Araujo2011-09-192-9/+19
* | Fix stupid bug I introduced?ric Araujo2011-09-191-2/+2
* | Fix command registry to let Windows machines find bdist_msi?ric Araujo2011-09-191-1/+5
* | Update list of trove classifiers to match PyPI?ric Araujo2011-09-191-0/+7
* | Make bdist_* commands respect --skip-build passed to bdist (#10946).?ric Araujo2011-09-194-32/+26
* | Remove obsolete mentions of the compress program and .Z archives.?ric Araujo2011-09-193-17/+13
* | Remove display options (--name, etc.) from the Distribution class.?ric Araujo2011-09-195-65/+21
* | Cleanup: move code out of a try block?ric Araujo2011-09-191-4/+4
* | Remove --all options for pysetup actions metadata and list.?ric Araujo2011-09-191-135/+107
* | Add a simple test for the packaging RECORD file.?ric Araujo2011-09-192-5/+75
* | Minor cleanup?ric Araujo2011-09-192-14/+9
* | Add a test for extension modules in the old-style record file?ric Araujo2011-09-191-0/+41
* | Rework test_old_record a bit to make the test more exact?ric Araujo2011-09-191-9/+11
* | Refactor support code for compiling xxmodule.c.?ric Araujo2011-09-194-66/+458
* | Record that d2 does not bootstrap on 2.4?ric Araujo2011-09-191-3/+5
* | Remove some duplication in tests subpackage.?ric Araujo2011-09-183-120/+31