summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-191-5/+3
* Minor improvement to extensions in setup.cfg: check parent packageÉric Araujo2011-09-011-2/+29
* Minor improvement to extensions section in setup.cfg.Éric Araujo2011-09-011-5/+11
* packaging: Add the project directory to sys.path to support local setup hooks.Éric Araujo2011-06-191-1/+21
* Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-101-7/+29
* setup.cfg: Document that description-file can contain more than one fileÉric Araujo2011-06-101-1/+1
* Fix example in packaging test_config.Éric Araujo2011-06-091-2/+2
* make sure the cwd is restored on tearDownTarek Ziade2011-05-231-0/+5
* fixed the way the cfg file markers values are split under win32Tarek Ziade2011-05-211-1/+1
* Skip tests that require zlib in the packaging tests. Also add a requires_zli...Ezio Melotti2011-05-191-0/+2
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-191-1/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+424