aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testManifest: enable manifest-hashesZac Medico2011-10-031-0/+1
* Test non-empty thin manifests.Zac Medico2011-09-141-1/+20
* Handle non-existent thin manifest in tests.Zac Medico2011-09-141-3/+1
* Add tests for thin manifestsSebastian Luther2011-09-121-0/+48
* test_pty_eof: add SKIP msg for unsupported platZac Medico2011-09-041-0/+13
* Add some comments, which will allow to easier find code, which should beArfrever Frehtes Taifersar Arahesis2011-08-251-0/+1
* python3.2 fixes: use array.tobytes()Zac Medico2011-08-241-4/+7
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-2/+2
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* SpawnTestCase: check returncodeZac Medico2011-06-091-1/+1
* Update timestamps in headers of modified files.Zac Medico2011-05-171-1/+1
* Enable --autounmask by defaultSebastian Luther2011-05-161-0/+2
* test_pty_eof: separate classes for self.todoZac Medico2011-01-211-1/+2
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-201-2/+2
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-201-2/+14
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-291-0/+22
* reposyntax: add support in _config/*Sebastian Luther2010-09-261-17/+17
* Fix ConfigTestCase.testLicenseManager() breakage from from previousZac Medico2010-09-211-1/+1
* ResolverPlayground: Add multi repo supportSebastian Luther2010-09-141-7/+9
* Make IpcDaemonTestCase use a finally block to unlock PORTAGE_BUILDDIR.v2.2_rc82Zac Medico2010-09-141-1/+3
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-1/+1
* Make IpcDaemonTestCase use EbuildBuildDir for lock creation.Zac Medico2010-09-141-4/+14
* Tests: ebuild/test_config: Make sure -atoms in package.mask work as PMS wants itSebastian Luther2010-09-101-1/+68
* Make DoebuildSpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-8/+8
* Make SpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* In IpcDaemonTestCase, assert that process and daemon isAlive() methodsZac Medico2010-09-051-1/+3
* In the short timeout test for QueueScheduler.run(), assert that theZac Medico2010-09-031-0/+1
* Add a test case for intentionally short timeout with QueueScheduler.run().Zac Medico2010-09-031-1/+35
* Add support for a timeout argument to QueueScheduler.run() andZac Medico2010-09-031-1/+15
* Fix bugs in features_set._prune_overrides() and add another test case.Zac Medico2010-08-301-0/+8
* Add testcase to check that features_set._prune_overrides() is workingZac Medico2010-08-301-1/+8
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
* config: Avoid copying _license_managerSebastian Luther2010-08-271-15/+1
* Use deepcopy for LicenseManger, since I remove clone support from thev2.2_rc69Zac Medico2010-08-241-1/+3
* Tests: Add LicenseManager testsSebastian Luther2010-08-241-0/+68
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-0/+34
* Tweak the EbuildSpawnProcess test and add comments.Zac Medico2010-08-171-3/+9
* Reuse a single TaskScheduler instance.Zac Medico2010-08-161-2/+2
* Add a MiscFunctionsProcess test.Zac Medico2010-08-161-2/+10
* Expand sys.executable earlier, so that change of sys.executable symlinkArfrever Frehtes Taifersar Arahesis2010-08-162-3/+4
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageArfrever Frehtes Taifersar Arahesis2010-08-161-0/+10
|\
| * Test the EbuildPhase class.Zac Medico2010-08-161-0/+10
* | Ensure that PORTAGE_PYTHON isn't a symlink.Arfrever Frehtes Taifersar Arahesis2010-08-162-2/+2
|/
* Enable EbuildIpcDaemon support by default.Zac Medico2010-08-151-10/+5
* Make DoebuildSpawnTestCase instantiate a minimal Package instance, andZac Medico2010-08-151-1/+6
* Add some ebuild metadata for realism.Zac Medico2010-08-151-1/+9
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME since theyZac Medico2010-08-151-0/+9
* Set PORTAGE_PYTHON for ebuild.sh subprocesses.Zac Medico2010-08-151-0/+2
* DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn()Zac Medico2010-08-151-0/+47
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-141-1/+2