summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove buggy change for #13719 in packagingÉric Araujo2012-03-071-9/+0
* Make packaging’ upload command work with bdist_msi products (#13719)Éric Araujo2012-03-051-2/+11
* Fix comparison bug with 'rc' versions in packaging.version (#11841).Éric Araujo2012-02-271-0/+9
* Port the #6884 fix to packagingÉric Araujo2012-02-261-36/+104
* Fix code I unwittingly broke in b0e2d6592a1f (#14038)Éric Araujo2012-02-171-1/+1
* Add test for packaging.util.set_platform (#13974).Éric Araujo2012-02-161-0/+5
* Fix for packaging test failure on shared builds (#1326113)Éric Araujo2012-02-151-1/+2
* Fix parsing of packaging’s build_ext --libraries option (#1326113)Éric Araujo2012-02-151-6/+6
* Use sys.version_info instead of sys.version in packaging.Éric Araujo2012-02-101-2/+3
* Start improving 2to3 code in packaging (#13462).Éric Araujo2012-02-094-175/+79
* Synchronize packaging.tests.support with distutils2Éric Araujo2012-02-091-19/+22
* More boolean tests for packaging metadata environment markersÉric Araujo2012-02-091-3/+7
* Group commands by topic in “pysetup run --list-commands” output.Éric Araujo2012-02-091-0/+17
* 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-041-7/+30
* Improve one packaging test, remove a setuptoolism in anotherÉric Araujo2012-02-042-5/+14
* Issue #13901: Prevent test_packaging failures on OS X with --enable-shared.Ned Deily2012-02-031-3/+8
* 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
* 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-141-5/+5
* Adapt test and example after e39d1b6f0856.Éric Araujo2011-11-141-1/+1
* Clean up byte-compilation code in packaging (#11254 followup).Éric Araujo2011-11-141-2/+2
* Use more standard name for one option of packaging’s install_distinfoÉric Araujo2011-11-061-5/+5
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-069-98/+47
* Minor tweak to packaging tests.Éric Araujo2011-11-064-3/+4
* Undo potentially confusing name change in packaging.Éric Araujo2011-11-061-1/+1
* 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-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