summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/support.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-400/+0
* Fix code I unwittingly broke in b0e2d6592a1f (#14038)Éric Araujo2012-02-171-1/+1
* Synchronize packaging.tests.support with distutils2Éric Araujo2012-02-091-19/+22
* Issue #13901: Prevent test_packaging failures on OS X with --enable-shared.Ned Deily2012-02-031-3/+8
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-061-1/+17
* 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-061-1/+14
* Improve byte-compilation in packaging to be independent of -O or -B.Éric Araujo2011-11-031-1/+5
* Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-191-19/+20
* Cleanup in packaging: super considered superÉric Araujo2011-10-141-1/+1
* Minor: tweak docstrings and __all__ in packaging.tests.supportÉric Araujo2011-09-011-13/+27
* Fix test_packaging on Windows (#12678).Éric Araujo2011-08-241-2/+2
* Try to fix packaging tests using build_ext on Windows (#12678)Éric Araujo2011-08-231-11/+18
* Factor out the build_ext fixup for shared Python builds.Éric Araujo2011-08-211-1/+27
* Refactor the copying of xxmodule.c in packaging tests (#12141).Éric Araujo2011-08-201-1/+34
* Silence 2to3 warnings in packaging testsÉric Araujo2011-07-151-4/+8
* Issue #12333: close files before removing the directoryVictor Stinner2011-06-171-3/+2
* Issue #12333: restore the previous dir before removing the current directoryVictor Stinner2011-06-171-8/+5
* Document autoflushing in packaging.test.support.LoggingCatcher.get_logs.Éric Araujo2011-06-031-1/+4
* Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler.Éric Araujo2011-06-021-7/+13
* Issue #12180: Fixed a few remaining errors in test_packaging when no threading.Tarek Ziade2011-05-251-0/+9
* Issue #12167: packaging.tests.support, LoggingCatcher restores correctly theVictor Stinner2011-05-241-1/+2
* fixed a few mocking/cleanup issues in packaging test_util for win32Tarek Ziade2011-05-211-10/+12
* Skip tests that require zlib in the packaging tests. Also add a requires_zli...Ezio Melotti2011-05-191-1/+2
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-191-2/+2
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-191-4/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+259