aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-162/+0
* AsynchronousTask: add async_wait() method (bug 653856)Zac Medico2018-04-251-1/+1
* EbuildBuildDir: remove synchronous lock method (bug 614112)Zac Medico2018-04-221-1/+1
* EbuildBuildDir: remove synchronous unlock method (bug 614108)Zac Medico2018-04-201-1/+1
* EventLoop: implement call_later for asyncio compat (bug 591760)Zac Medico2018-02-241-6/+6
* Future: implement add_done_callback for asyncio compat (bug 591760)Zac Medico2017-03-261-2/+1
* EventLoop: add run_until_complete method (bug 591760)Zac Medico2016-08-231-9/+14
* Respect PYTHONDONTWRITEBYTECODE in test suite.Arfrever Frehtes Taifersar Arahesis2015-12-021-1/+2
* Revert "test_ipc_daemon: handle fork/finally race"Zac Medico2012-10-081-9/+0
* test_ipc_daemon: handle fork/finally raceZac Medico2012-10-081-0/+9
* PollScheduler: rename sched_iface to _sched_ifaceZac Medico2012-10-071-4/+2
* PollScheduler: remove register/unregister methodsZac Medico2012-10-051-2/+1
* TaskScheduler: inherit AsyncSchedulerZac Medico2012-10-051-22/+36
* test_ipc_daemon: implement internal SleepProcessZac Medico2012-10-041-3/+12
* test_ipc_daemon: increase sleep for bug #436334Zac Medico2012-09-261-1/+3
* AsynchronousTask: don't wait for exit statusZac Medico2012-02-131-4/+6
* IpcDaemonTestCase: init start_time earlierZac Medico2012-02-081-2/+2
* locks.py: fix hardlink locks for bug #394195Zac Medico2011-12-131-0/+9
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-2/+2
* 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
* 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
* Expand sys.executable earlier, so that change of sys.executable symlinkArfrever Frehtes Taifersar Arahesis2010-08-161-2/+2
* Ensure that PORTAGE_PYTHON isn't a symlink.Arfrever Frehtes Taifersar Arahesis2010-08-161-1/+1
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME since theyZac Medico2010-08-151-0/+9
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-141-1/+2
* portage.os is apparently imported, so os doesn't need to be imported.Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+0
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-141-0/+2
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-131-21/+2
* Refactor interaction between EbuildIpcDaemon and ExitCommand.Zac Medico2010-08-121-8/+6
* Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon basedZac Medico2010-08-121-11/+42
* Split out an EbuildIpcDaemon class from FifoIpcDaemon.Zac Medico2010-08-121-2/+2
* Add some pieces of an IPC framework that will eventually allow ebuildZac Medico2010-08-121-0/+40