summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix packaging byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-082-6/+13
* Make C code in one packaging test comply with ISO C (#10359).Éric Araujo2011-10-081-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 packaging’s test_uninstall to avoid confusion.Éric Araujo2011-10-061-12/+12
* Cosmetic fixes for whitespace and a regex in packaging.Éric Araujo2011-10-041-4/+4
* Add tests for comparing candidate and final versions in packaging (#11841).Éric Araujo2011-10-041-0/+12
* Squash last tempdir leak in packaging tests.Éric Araujo2011-09-191-0/+2
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-195-13/+12
* Branch mergeÉric Araujo2011-09-186-33/+7
|\
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-176-33/+7
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-1815-119/+97
* | Fix fallback base class when tests run without threadingÉric Araujo2011-09-181-1/+1
* | Issue #12765: Fix packaging.test.test_database failures on OS X dueNed Deily2011-09-151-0/+1
|/
* Fix packaging.database.Distribution.list_distinfo_files (#12785).Éric Araujo2011-09-151-22/+24
* Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-121-0/+1
* Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-101-1/+14
* Consolidate tests for packaging.metadata.Éric Araujo2011-09-103-349/+321
* Issue #9561: packaging now writes egg-info files using UTF-8Victor Stinner2011-09-051-2/+2
* Minor: tweak docstrings and __all__ in packaging.tests.supportÉric Araujo2011-09-011-13/+27
* Minor improvement to extensions in setup.cfg: check parent packageÉric Araujo2011-09-011-2/+29
* Minor improvement to extensions section in setup.cfg.Éric Araujo2011-09-011-5/+11
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-011-8/+1
* Make bdist_* commands respect --skip-build passed to bdist (#10946).Éric Araujo2011-08-291-29/+13
* Remove obsolete mentions of the compress program and .Z archives.Éric Araujo2011-08-291-11/+8
* Remove display options (--name, etc.) from the Distribution class.Éric Araujo2011-08-294-7/+7
* Minor code simplificationÉric Araujo2011-08-251-3/+2
* Another (hopefully last) fix for test_packaging on Windws (#12678)Éric Araujo2011-08-251-3/+13
* Fix test_packaging on Windows (#12678).Éric Araujo2011-08-242-4/+16
* Try to fix packaging tests using build_ext on Windows (#12678)Éric Araujo2011-08-232-19/+18
* Fix test_command_install_dist in shared Python buildsÉric Araujo2011-08-211-0/+1
* Factor out the build_ext fixup for shared Python builds.Éric Araujo2011-08-212-22/+29
* Remove obsolete codeÉric Araujo2011-08-211-2/+0
* Add a simple test for the packaging RECORD file.Éric Araujo2011-08-201-1/+53
* Minor cleanupÉric Araujo2011-08-201-5/+0
* Add a test for extension modules in the old-style record fileÉric Araujo2011-08-201-1/+24
* Rework test_old_record a bit to make the test more exactÉric Araujo2011-08-201-13/+13
* Refactor the copying of xxmodule.c in packaging tests (#12141).Éric Araujo2011-08-202-27/+37
* Restore $HOME after test has run (should fix #12765)Éric Araujo2011-08-191-0/+3
* Use our existing drop-in, no-op decorator instead of redefining it.Éric Araujo2011-08-111-6/+2
* Stop trying to write into the stdlib during packaging tests (#12331).Éric Araujo2011-07-311-23/+31
* Minor packaging cleanup.Éric Araujo2011-07-292-6/+6
* test_packaging should clean up after itself (but it doesn't really)Antoine Pitrou2011-07-151-6/+9
* Silence 2to3 warnings in packaging testsÉric Araujo2011-07-151-4/+8
* Close file handles in a timely manner in packaging.database (#12504).Éric Araujo2011-07-081-2/+0
* Factor out code used by packaging commands for HTTP requests (#12169).Éric Araujo2011-07-083-32/+31
* Issue #9516: Port OS X deployment target tests from distutils to packagingNed Deily2011-06-291-1/+92
* Issue #12141: Install copies of template C module file so thatNed Deily2011-06-281-0/+5