summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
Commit message (Expand)AuthorAgeFilesLines
* Update list of trove classifiersÉric Araujo2011-11-201-0/+12
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-1511-51/+36
* Remove unused code from packaging.tests.__init__Éric Araujo2011-11-154-108/+10
* Remove redundant setUp/tearDown methods in packaging testsÉric Araujo2011-11-143-23/+2
* The error message should contain the key as given, not normalized.Éric Araujo2011-11-141-2/+4
* Add tests to check initial content of packaging.database cachesÉric Araujo2011-11-141-0/+7
* packaging cleanup: A few super I missed in 5ae03b1e147aÉric Araujo2011-11-142-11/+10
* Adapt test and example after e39d1b6f0856.Éric Araujo2011-11-141-1/+1
* Fix a few typosÉric Araujo2011-11-141-1/+1
* Clean up byte-compilation code in packaging (#11254 followup).Éric Araujo2011-11-145-73/+51
* Issue #13193: Fix distutils.filelist.FileList andAntoine Pitrou2011-11-121-1/+4
* Merge 3.2, fix typos.Florent Xicluna2011-11-112-2/+2
* Use more standard name for one option of packaging’s install_distinfoÉric Araujo2011-11-063-21/+18
* Remove redundant __main__ blocks from packaging modules.Éric Araujo2011-11-063-17/+1
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-0610-113/+61
* Minor tweak to packaging tests.Éric Araujo2011-11-064-3/+4
* Undo potentially confusing name change in packaging.Éric Araujo2011-11-068-19/+19
* Make sure packaging tests that register custom commands also clear themÉric Araujo2011-11-063-19/+34
* Try to fix buildbot failures from #13193Éric Araujo2011-11-051-0/+2
* 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-039-155/+117
* Minor code reorganization in one packaging test fileÉric Araujo2011-11-021-27/+25
* Fix typo “seperate”Éric Araujo2011-11-023-3/+3
* Merge 3.2Florent Xicluna2011-10-282-3/+3
* 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