summaryrefslogtreecommitdiff
path: root/distutils2/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | fixed a test mock issue (#14268)Tarek Ziade2012-03-121-3/+3
* | | | | | | | | | | | | | | Removed the trailing zero wiping (#14264)Tarek Ziade2012-03-121-2/+8
* | | | | | | | | | | | | | | Fixed a function name lookup in distutils2.pypi.wrapper (#14263)Tarek Ziade2012-03-121-0/+37
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix comparison bug with 'rc' versions (#11841)?ric Araujo2012-02-271-0/+9
* | | | | | | | | | | | | | Fix bugs with MANIFEST.in parsing on Windows (#6884).?ric Araujo2012-02-272-36/+105
* | | | | | | | | | | | | | Add test for util.set_platform (#13974).?ric Araujo2012-02-161-0/+5
* | | | | | | | | | | | | | Fix for shared builds?ric Araujo2012-02-151-1/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fix parsing of build_ext --libraries option (#1326113)?ric Araujo2012-02-151-6/+6
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Use sys.version_info instead of sys.version.?ric Araujo2012-02-096-15/+18
* | | | | | | | | | | | Add fixup for compiling C in tests with an uninstalled Python (2.7)?ric Araujo2012-02-091-1/+8
* | | | | | | | | | | | Branch merge?ric Araujo2012-02-092-7/+31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | More boolean tests for metadata environment markers?ric Araujo2012-02-091-3/+7
| * | | | | | | | | | | | Group commands by topic in ?pysetup run --list-commands? output.?ric Araujo2012-02-091-4/+24
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Start improving 2to3 code (#13462).?ric Araujo2012-02-094-188/+80
|/ / / / / / / / / / /
* | | | | | | | | | | Stop converting package_data to extra_files in pysetup create (#13712).?ric Araujo2012-02-051-13/+12
* | | | | | | | | | | Allow multiple values for package_data in setup.cfg (#11805).?ric Araujo2012-02-051-7/+30
* | | | | | | | | | | Improve one test, remove a setuptoolism in another?ric Araujo2012-02-052-6/+14
* | | | | | | | | | | Port OS X --enable-shared fix from packaging (#13901; untested)?ric Araujo2012-02-051-4/+9
* | | | | | | | | | | Better separate compat and _backport.?ric Araujo2011-11-232-2/+2
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Remove unused names?ric Araujo2011-11-201-1/+0
* | | | | | | | | | Remove usage of stdlib shutil.?ric Araujo2011-11-205-7/+7
* | | | | | | | | | Add tests for tests.support (#12659), thanks to Francisco Mart?n Brugu??ric Araujo2011-11-151-0/+85
* | | | | | | | | | Add tests to check initial contents of d2.database caches?ric Araujo2011-11-151-0/+7
* | | | | | | | | | Update test setup.cfg (followup to e39d1b6f0856)?ric Araujo2011-11-151-1/+1
* | | | | | | | | | Move copies of stdlib test code from tests.__init__ to runtests.?ric Araujo2011-11-154-110/+21
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Use more usual name for one option of install_distinfo?ric Araujo2011-11-121-5/+5
* | | | | | | | | Clean up mocking of stdout and stdin in tests.?ric Araujo2011-11-128-101/+50
* | | | | | | | | Undo potentially confusing name change.?ric Araujo2011-11-121-1/+1
* | | | | | | | | Make sure tests that register custom commands also clear them?ric Araujo2011-11-123-26/+39
* | | | | | | | | Minor assorted cleanups.?ric Araujo2011-11-123-29/+36
* | | | | | | | | Super considered super.?ric Araujo2011-11-122-10/+9
* | | | | | | | | 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-126-90/+112
* | | | | | | | | 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-111-7/+194
* | | | | | | | | Expand tests and fix bugs in util.resolve_name.?ric Araujo2011-11-111-29/+42
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix writing of the RESOURCES file (#12386).?ric Araujo2011-11-112-4/+71
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix missing imports in generated setup scripts (#13205).?ric Araujo2011-10-212-4/+35
| |_|_|_|_|/ |/| | | | |
* | | | | | Add tests for Unicode handling in check and register (#13114).?ric Araujo2011-10-112-2/+38
| |_|_|_|/ |/| | | |
* | | | | 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-061-14/+16
* | | | 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-051-4/+4
* | | Add tests for comparing candidate and final versions (#11841).?ric Araujo2011-10-051-0/+12
| |/ |/|
* | Adapt skip message?ric Araujo2011-09-241-2/+1
* | Always use backported tarfile?ric Araujo2011-09-241-1/+1