summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_build_py.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-146/+0
* Improve one packaging test, remove a setuptoolism in anotherÉric Araujo2012-02-041-4/+14
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-061-18/+8
* Improve byte-compilation in packaging to be independent of -O or -B.Éric Araujo2011-11-031-22/+8
* More fixes for PEP 3147 compliance in packaging (#11254)Éric Araujo2011-10-191-0/+35
* Fix packaging byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-081-3/+6
* Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-171-2/+0
* Packaging cleanup: remove use of script_name where obsoleteÉric Araujo2011-06-081-4/+0
* Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2Éric Araujo2011-05-281-3/+6
* Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode checkTarek Ziade2011-05-191-1/+2
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-191-2/+2
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+124