summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests
Commit message (Expand)AuthorAgeFilesLines
* Actually check the contents of the file created by packaging’s bdist_dumbÉric Araujo2011-11-031-4/+13
* Improve byte-compilation in packaging to be independent of -O or -B.Éric Araujo2011-11-035-86/+75
* Minor code reorganization in one packaging test fileÉric Araujo2011-11-021-27/+25
* Add tests for packaging.tests.support (#12659).Éric Araujo2011-10-211-0/+78
* Fix missing imports in setup scripts generated by packaging (#13205).Éric Araujo2011-10-211-5/+29
* Branch mergeÉric Araujo2011-10-1921-142/+191
|\
| * Clean up some idioms in packaging tests.Éric Araujo2011-10-1913-37/+40
| * Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-1910-72/+65
| * More fixes for PEP 3147 compliance in packaging (#11254)Éric Araujo2011-10-192-4/+43
| * Expand tests and fix bugs in packaging.util.resolve_name.Éric Araujo2011-10-191-29/+43
* | A ricochet from fixing #10680: http://http://example.com/ no longer reportsŁukasz Langa2011-10-191-1/+1
|/
* Cleanup in packaging: super considered superÉric Araujo2011-10-142-2/+2
* Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-142-4/+58
* Increase test coverage for packaging.manifest (#11751).Éric Araujo2011-10-111-1/+196
* Add tests for Unicode handling in packaging’ check and register (#13114)Éric Araujo2011-10-112-10/+43
* 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