summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_database.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-211-21/+49
|\
| * #13166: Implement __str__ on Distribution and EggInfoDistribution, use for ↵Guillaume Pratte2012-04-211-3/+18
| | | | | | | | pysetup list, pysetup graph and installation log
| * switching to use_egg_info by defaultTarek Ziade2012-03-131-18/+31
| |
* | Branch merge?ric Araujo2011-11-201-44/+19
|\ \ | |/ |/|
| * Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-44/+19
| | | | | | | | | | | | | | | | | | | | This codebase is compatible with 3.1, 3.2 and 3.3. It was converted with 2to3 and a semi-automated diff/merge with packaging in 3.3 to fix some idioms. We?ve now come full circle from 2.x to 3.x to 2.x to 3.x again :) Starting from now, contributors can make patches for packaging (preferred, as the stdlib?s regrtest is very useful), distutils2 or distutils-python3, and we?ll make patches flow between versions.
* | Remove usage of stdlib shutil.?ric Araujo2011-11-201-1/+1
| | | | | | | | | | | | | | | | | | This should help avoiding issues like #13170. Because of implicit relative imports, _backport.tarfile already imported shutil from the backports instead of the stdlib; I have inlined the only function it needed to remove the circular dependency between these modules.
* | Add tests to check initial contents of d2.database caches?ric Araujo2011-11-151-0/+7
|/
* Fix database.Distribution.list_distinfo_files (#12785).?ric Araujo2011-09-181-26/+26
| | | | | | | This method was supposed to return only the file under the dist-info directory, but it actually returned all installed files. The tests didn?t catch this because they were flawed; I updated them.
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-47/+64
|
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-51/+64
|
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-0/+674