summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* slot_conflict_handler: handle slot_abiZac Medico2012-06-271-0/+12
* test_slot_abi: fix atom == typeZac Medico2012-06-231-1/+1
* test_match_from_list: test slot-abi moreZac Medico2012-06-221-0/+8
* Enable /etc/portage/sets for stable, bug #384061.Zac Medico2012-06-221-5/+1
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-226-4/+621
* fakedbapi: use _pkg_str moreZac Medico2012-06-221-2/+5
* ResolverPlayground: fix repo for binpkgsZac Medico2012-06-211-0/+1
* ResolverPlayground: distinguish uninstall mergeZac Medico2012-06-202-5/+9
* ResolverPlayground: distinguish binpkg mergeZac Medico2012-06-202-8/+13
* ResolverPlayground: support binary packagesZac Medico2012-06-203-11/+50
* Add USE + license autounmask for bug #420847.Zac Medico2012-06-151-6/+6
* test_autounmask: add case for bug #420847Zac Medico2012-06-131-0/+11
* Fix test failure with Python 2.6.Arfrever Frehtes Taifersar Arahesis2012-06-131-1/+1
* repoman: handle trailing newlines betterMike Frysinger2012-06-121-0/+9
* repoman: update cat/pkg info in header all the timeMike Frysinger2012-06-121-0/+101
* test_match_from_list: fix _pkg_str usageZac Medico2012-06-121-3/+3
* cpvequal: use _pkg_strZac Medico2012-05-131-2/+3
* SimpleResolverTestCase: handle PYTHONHASHSEEDZac Medico2012-05-121-1/+2
* test_digraph: fix get_cycles for PYTHONHASHSEEDZac Medico2012-05-121-3/+4
* test_digraph: fix bfs for PYTHONHASHSEED=randomZac Medico2012-05-121-4/+39
* test_stackLists: fix for PYTHONHASHSEED="random"Zac Medico2012-05-121-2/+2
* test_getconfig: add case for bug #410625Zac Medico2012-04-031-1/+25
* LockNonblockTestCase: close_fds tweakZac Medico2012-03-271-1/+4
* autounmask: Avoid unmasking live versions if possibleSebastian Luther2012-02-261-1/+46
* AsynchronousTask: don't wait for exit statusZac Medico2012-02-131-4/+6
* test_poll: use TaskSchedulerZac Medico2012-02-081-7/+7
* IpcDaemonTestCase: init start_time earlierZac Medico2012-02-081-2/+2
* PollScheduler: don't inherit EventLoopZac Medico2012-02-081-1/+1
* test_config: fix AttributeError: 'str'Zac Medico2012-01-121-1/+2
* RepoConfig.update(): copy more attributesZac Medico2011-12-272-7/+5
* _pty.py: remove _test_pty_eof()Zac Medico2011-12-221-26/+0
* test_poll: separate classes for pipe vs. ptyZac Medico2011-12-181-14/+23
* PipeReaderArrayTestCase: sleep for fast computersZac Medico2011-12-181-1/+4
* tests/emerge: PORTAGE_GRPNAME/USERNAME make.confZac Medico2011-12-161-2/+2
* _test_pty_eof: use os.read, not array.fromfileZac Medico2011-12-161-27/+2
* test_poll: add note about unbuffered fdopenZac Medico2011-12-161-0/+3
* test_poll: fix array testZac Medico2011-12-161-62/+20
* PtyEofFdopenUnBufferedTestCase: PyPy TODOZac Medico2011-12-151-0/+6
* data.py: tweak getgrnam call for PyPyZac Medico2011-12-151-4/+0
* runTests: initialize portage.data for PyPyZac Medico2011-12-151-0/+4
* SpawnProcess: work around array.fromfile() bugsZac Medico2011-12-151-5/+61
* test_poll: test different sizes, and pty tooZac Medico2011-12-151-6/+17
* tests/locks: save/restore global env stateZac Medico2011-12-142-0/+15
* locks.py: fix hardlink locks for bug #394195Zac Medico2011-12-135-5/+73
* Don't nest sandbox in emerge/repoman tests.Zac Medico2011-12-112-1/+6
* ResolverPlayground: don't nest sandboxZac Medico2011-12-101-0/+4
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-106-7/+7
* Rename override var to PORTAGE_OVERRIDE_EPREFIX.Zac Medico2011-12-092-2/+2
* create_trees: add public eprefix parameterZac Medico2011-12-091-2/+1
* config: make eprefix constructor parameter publicZac Medico2011-12-091-1/+1