summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
Commit message (Expand)AuthorAgeFilesLines
* 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-212-17/+73
* Branch mergeÉric Araujo2011-10-1925-154/+219
|\
| * Make one function in packaging.metadata simplerÉric Araujo2011-10-191-4/+3
| * 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-194-8/+51
| * Expand tests and fix bugs in packaging.util.resolve_name.Éric Araujo2011-10-192-33/+60
* | 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-148-16/+15
* Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-143-5/+59
* Increase test coverage for packaging.manifest (#11751).Éric Araujo2011-10-112-2/+199
* 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-083-8/+19
* 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-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 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-042-5/+5
* Add tests for comparing candidate and final versions in packaging (#11841).Éric Araujo2011-10-041-0/+12
* Remove two unneeded attributes in packagingÉric Araujo2011-09-212-6/+3
* Squash last tempdir leak in packaging tests.Éric Araujo2011-09-191-0/+2
* Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive codeÉric Araujo2011-09-192-2/+2
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-199-29/+22
* A few style changes originally done in the distutils2 repoÉric Araujo2011-09-182-4/+5
* Replace cmp function with key functionÉric Araujo2011-09-181-15/+2
* Fix typo and wordingÉric Araujo2011-09-181-1/+1
* Branch mergeÉric Araujo2011-09-1815-94/+45
|\
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-1716-95/+46
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-1819-125/+104
* | 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-152-23/+27
* The value is the dotted module name to the command class.Jeremy Kloth2011-09-131-1/+1
* Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-123-36/+16
* Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-122-12/+9
* Remove obsolete comment (yes, build_ext supports C++)Éric Araujo2011-09-101-4/+0
* Don’t let invalid line in setup.cfg pass silentlyÉric Araujo2011-09-101-3/+4
* Fix usage of bytes in packaging's bdist_wininst.Éric Araujo2011-09-101-7/+8
* Use bytes regex instead of decoding whole pagesÉric Araujo2011-09-101-12/+10
* Fix usage of dry-run in packaging bdist_wininst and install_distinfo.Éric Araujo2011-09-102-40/+39
* Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-102-2/+16
* Consolidate tests for packaging.metadata.Éric Araujo2011-09-104-351/+333
* 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-012-4/+47
* Minor improvement to extensions section in setup.cfg.Éric Araujo2011-09-012-9/+18
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-018-144/+42