summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-132-18/+29
* Add a SIGUSR1 handling to trigger pdb.set_trace().Zac Medico2010-08-131-0/+6
* Define basestring for python3.Zac Medico2010-08-131-0/+4
* Implement use dependency defaultsSebastian Luther2010-08-137-139/+510
* Set PORTAGE_PYTHON in processes executed by portage.process._exec().Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+4
* 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-142-0/+4
* Set o-r on ipc fifos since the are sensitive to reading.Zac Medico2010-08-131-1/+1
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-131-0/+55
* Remove files generated by testCompileModules.Arfrever Frehtes Taifersar Arahesis2010-08-131-0/+1
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-137-90/+61
* Use SpawnProcess instead of doebuild.spawn().Zac Medico2010-08-131-17/+14
* 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
* Fix inverted logic in eapi_supports_prefix() call, which causes aZac Medico2010-08-121-1/+1
* Don't use unicode wrapper for mkfifo since it only allows stringZac Medico2010-08-121-0/+1
* Add some pieces of an IPC framework that will eventually allow ebuildZac Medico2010-08-121-0/+40
* Tests: ResolverPlayground: more debug stuffSebastian Luther2010-08-121-1/+6
* Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbuildProcessZac Medico2010-08-121-1/+1
* Tests: ResolverPlayground: add debug option to not supress depgraph outputSebastian Luther2010-08-121-2/+4
* Tests: ResolverPlayground: create world fileSebastian Luther2010-08-121-1/+14
* Consolidate EBUILD_EXIT_STATUS_FILE handling in doebuild.spawn()Zac Medico2010-08-121-40/+8
* Fix lazyimport() to handle partially imported modules by creatingZac Medico2010-08-121-1/+5
* Tests: more resolver/test_autounmask testsSebastian Luther2010-08-121-0/+19
* portage.dep.extract_affecting_use: Don't raise if atom is not in dep stringSebastian Luther2010-08-122-10/+4
* Tests: Fix typo bug ResolverPlaygroundSebastian Luther2010-08-121-2/+2
* Add portage.dep.extract_affecting_use()Sebastian Luther2010-08-122-0/+173
* Tests: More slot_collision_handler testsSebastian Luther2010-08-121-2/+11
* Fix slot_collision_handler testsSebastian Luther2010-08-121-1/+1
* Tests: add resolver/test_slot_collisionsSebastian Luther2010-08-121-0/+70
* Tests: resolver/ResolverPlayground: Create a proper profileSebastian Luther2010-08-121-1/+24
* Tests: Fix bug in resolver/ResolverPlaygroundSebastian Luther2010-08-121-1/+1
* Tests: resolver/test_slot_collisions: Check for slot_collision_solutionsSebastian Luther2010-08-121-1/+20
* Fix testsSebastian Luther2010-08-112-33/+35
* Make REQUIRED_USE work again. Without paren_reduce this time.Sebastian Luther2010-08-113-116/+181
* Tests: add resolver/test_required_useSebastian Luther2010-08-111-0/+44
* Make sure we don't allow REQUIRED_USE in EAPIs that don't support itSebastian Luther2010-08-112-0/+19
* Tests: ResolverPlayground: don't ignore "local config" to not run in "repoman...Sebastian Luther2010-08-111-1/+1
* Tests: add resolver/test_backtrackingSebastian Luther2010-08-111-0/+31
* Tests: add ResolverPlaygroundTestCase and port all resolver tests to itSebastian Luther2010-08-114-121/+219
* Make sure we don't allow IUSE defaults in EAPIs that don't allow themSebastian Luther2010-08-111-1/+1
* portage.dep.dep_check: Make sure we don't allow slot deps in EAPi-0 ebuildsSebastian Luther2010-08-112-2/+5
* Use eapi_has_required_use for REQUIRED_USE eapi checksSebastian Luther2010-08-111-0/+3
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-115-14/+57
* portage/dbapi/{bintree.py,porttree.py}: Remove deprecated stuff in all placesSebastian Luther2010-08-112-6/+0
* portage/cache/mappings.py: Remove deprecated functionsSebastian Luther2010-08-111-25/+0
* portage/dbapi/bintree.py: Remove deprecated parameterSebastian Luther2010-08-111-23/+1
* portage/dbapi/porttree.py: Remove deprecated functions, deprecate more casesSebastian Luther2010-08-111-18/+1
* portage/dbapi/vartree.py: Remove unused importSebastian Luther2010-08-111-1/+0