summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaks to packaging tests.Éric Araujo2011-06-173-34/+28
* Packaging tests: don’t let an internal cache grow indefinitely.Éric Araujo2011-06-172-0/+4
* Minor tweaks in packaging’s test_dist.Éric Araujo2011-06-171-21/+15
* Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-162-9/+6
* Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-162-17/+3
* Clean up packaging.tests.test_mixin2to3Éric Araujo2011-06-161-34/+43
* Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructorVictor Stinner2011-06-151-1/+3
* Specify the encoding of the setup.cfg in one packaging test (#12320)Éric Araujo2011-06-121-1/+1
* Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-102-8/+30
* setup.cfg: Document that description-file can contain more than one fileÉric Araujo2011-06-101-1/+1
* Fix assorted bugs in packaging.util.cfg_to_args (#11595).Éric Araujo2011-06-101-7/+41
* Don’t try to install something when running from uninstalled source (#12246).Éric Araujo2011-06-101-2/+12
* Clean up extra environment variable after packaging tests.Éric Araujo2011-06-101-1/+1
* Fix omission in test for packaging install_distinfo command.Éric Araujo2011-06-101-1/+1
* Fix example in packaging test_config.Éric Araujo2011-06-091-2/+2
* Packaging cleanup: remove use of script_name where obsoleteÉric Araujo2011-06-085-19/+0
* Fix UnboundLocalError in a finally block of one packaging testÉric Araujo2011-06-061-1/+1
* Fix sdist to always include setup.cfg (#11092), to comply with the specÉric Araujo2011-06-062-11/+19
* Use strings instead of sets of lines in packaging.create tests.Éric Araujo2011-06-061-57/+63
* Fix commentÉric Araujo2011-06-061-1/+1
* Cleanup in packaging: don’t unnecessarily instantiate exceptionsÉric Araujo2011-06-041-1/+1
* Document autoflushing in packaging.test.support.LoggingCatcher.get_logs.Éric Araujo2011-06-031-1/+4
* Fix format of warnings from the packaging check commandÉric Araujo2011-06-021-0/+11
* Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler.Éric Araujo2011-06-023-15/+19
* Branch mergeÉric Araujo2011-06-012-7/+6
|\
| * Re-apply distutils2 changes lost before the merge of packaging.Éric Araujo2011-05-311-5/+4
| * Fix test name in debug messageÉric Araujo2011-05-311-2/+2
* | make sure we check for write access before starting the install, and add corr...Tarek Ziade2011-05-312-4/+41
* | better UI when the user does not have the perms to remove the projectTarek Ziade2011-05-301-5/+23
* | fixed the test_uninstall patchTarek Ziade2011-05-301-2/+2
|/
* removed spurious outputTarek Ziade2011-05-301-1/+7
* Cleaned up the installer output behavior.Tarek Ziade2011-05-302-24/+23
* cleanup packaging.databaseTarek Ziade2011-05-301-5/+3
* a resource module for 2 functions is overkill. database is the right place fo...Tarek Ziade2011-05-302-170/+156
* Port r86353 to packaging (#10359: “;” after function definition is invali...Éric Araujo2011-05-291-1/+1
* Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2Éric Araujo2011-05-281-3/+6
* Issue #12180: Fixed a few remaining errors in test_packaging when no threading.Tarek Ziade2011-05-254-7/+36
* Issue #12167: packaging.tests.test_dist unloads the temporary moduleVictor Stinner2011-05-241-0/+2
* Issue #12167: packaging.tests.support, LoggingCatcher restores correctly theVictor Stinner2011-05-241-1/+2
* Issue #12125: fixed the failures under Solaris due to improper test cleanup.Tarek Ziade2011-05-233-1/+14
* fixed the cwd cleanup in packaging test_utilTarek Ziade2011-05-231-1/+8
* make sure the cwd is restored on tearDownTarek Ziade2011-05-231-0/+5
* make sure build_dir.build_lib is synced to the faked build locationTarek Ziade2011-05-231-0/+4
* skip more tests in packaging if threading is not supportedTarek Ziade2011-05-223-3/+20
* not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not...Tarek Ziade2011-05-221-3/+1
* Issue 12132 - skip the test_buil_ext test if the xx module is not foundTarek Ziade2011-05-221-1/+5
* Issue 10126 - backported distutils fix for the enable-share mode into packagingTarek Ziade2011-05-221-1/+24
* added the Content-Length header. that fixes the weird packaging.pypi.errors.H...Tarek Ziade2011-05-211-0/+1
* deactivating one test under win32 for nowTarek Ziade2011-05-211-0/+1
* make sure the crawler can browse file-based indexes under win32Tarek Ziade2011-05-211-3/+11