portage.git
2010-08-13 Arfrever Frehtes... Ensure that all Python processes use the same version...
2010-08-13 Zac MedicoSetup EBUILD_MASTER_PID at the bottom, for scripts...
2010-08-13 Zac MedicoHandle KeyError due to stale events.
2010-08-13 Zac MedicoSet o-r on ipc fifos since the are sensitive to reading.
2010-08-13 Zac MedicoBug #315615 - Use EbuildIpcDaemon to implement has_vers...
2010-08-13 Zac MedicoRename SubProcess._zombie() to _orphan_process_warn...
2010-08-13 Zac MedicoMove EBUILD_MASTER_PID and associated SIGTERM trap...
2010-08-13 Zac MedicoDisable the die() stack trace when called by the die...
2010-08-13 Zac MedicoRemove message about race conditions in die, solved...
2010-08-13 Zac MedicoWrite eerror messages to the log file, and only to...
2010-08-13 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-13 Arfrever Frehtes... Add QA check for libtool libraries in Python site-packa...
2010-08-13 Zac MedicoBug #278895 - After EbuildIpcDaemon identifies an ebuil...
2010-08-13 Arfrever Frehtes... Add QA check for static libraries in Python site-packag...
2010-08-13 Arfrever Frehtes... Remove files generated by testCompileModules.
2010-08-13 Arfrever Frehtes... Fix some comments.
2010-08-13 Zac MedicoUse EbuildIpcDaemon to replace the functionality of
2010-08-13 Zac MedicoUse SpawnProcess instead of doebuild.spawn().
2010-08-13 Zac Medico* Fix IndexError in PollScheduler._next_poll_event...
2010-08-13 Zac MedicoCall pickle.load() directly on the input pipe, and...
2010-08-13 Zac MedicoRefactor interaction between EbuildIpcDaemon and ExitCo...
2010-08-13 Zac MedicoClean up a bit.
2010-08-13 Zac MedicoMake IpcDaemonTestCase demonstrate an EbuildIpcDaemon...
2010-08-13 Zac MedicoSplit out an EbuildIpcDaemon class from FifoIpcDaemon.
2010-08-13 Zac MedicoFix inverted logic in eapi_supports_prefix() call,...
2010-08-12 Zac MedicoMake locks quiet since unintended locking messages...
2010-08-12 Zac MedicoDon't use unicode wrapper for mkfifo since it only...
2010-08-12 Zac MedicoAdd some pieces of an IPC framework that will eventuall...
2010-08-12 Sebastian LutherTests: ResolverPlayground: more debug stuff
2010-08-12 Zac MedicoAvoid unnecessary sys.hexversion conditional.
2010-08-12 Zac MedicoFactor EBUILD_EXIT_STATUS_FILE code out of AbstractEbui...
2010-08-12 Sebastian LutherTests: ResolverPlayground: add debug option to not...
2010-08-12 Sebastian LutherTests: ResolverPlayground: create world file
2010-08-12 Zac MedicoConsolidate EBUILD_EXIT_STATUS_FILE handling in doebuil...
2010-08-12 Zac MedicoFix lazyimport() to handle partially imported modules...
2010-08-12 Sebastian Lutherautounmask: Print use flag that trigger a given dep...
2010-08-12 Sebastian LutherTests: more resolver/test_autounmask tests
2010-08-12 Sebastian Lutherportage.dep.extract_affecting_use: Don't raise if atom...
2010-08-12 Sebastian LutherTests: Fix typo bug ResolverPlayground
2010-08-12 Sebastian LutherAdd portage.dep.extract_affecting_use()
2010-08-12 Zac MedicoFix faulty $? handling in *into functions (from previou...
2010-08-12 Dror LevinMake utilities die on failure in EAPI 4, bug 273651
2010-08-12 Zac MedicoAdd copyright header.
2010-08-12 Zac MedicoAdd missing __init__.py
2010-08-12 Sebastian LutherTests: More slot_collision_handler tests
2010-08-12 Sebastian LutherFix slot_collision_handler tests
2010-08-12 Sebastian LutherTests: add resolver/test_slot_collisions
2010-08-12 Sebastian LutherTests: resolver/ResolverPlayground: Create a proper...
2010-08-12 Sebastian Luther_emerge.depgraph: use writemsg() instead of print(...
2010-08-12 Sebastian LutherTests: Fix bug in resolver/ResolverPlayground
2010-08-12 Sebastian LutherTests: resolver/test_slot_collisions: Check for slot_co...
2010-08-12 Sebastian Lutherslot_collision_handler: Add more documentation
2010-08-12 Sebastian Lutherslot_collision_handler: Fix function names broken by...
2010-08-12 Sebastian Lutherslot_collision_handler: Minor formatting changes
2010-08-12 Sebastian Lutherslot_collision_handler: Pass noiselevel=-1 to writemsg...
2010-08-12 Sebastian LutherRemove unused import
2010-08-12 Sebastian Lutherslot_collision_handler: Return a string instead of...
2010-08-12 Sebastian Lutherslot_collision_handler: Don't print an explanation...
2010-08-12 Sebastian LutherRework the way the slot_collision_handler selects packa...
2010-08-12 Sebastian LutherAdd new slot collision handler in _emerge/resolver...
2010-08-12 Sebastian Lutherautounmask: Print comments for USE changes too
2010-08-11 Sebastian LutherFix tests
2010-08-11 Sebastian LutherMake REQUIRED_USE work again. Without paren_reduce...
2010-08-11 Sebastian LutherTests: add resolver/test_required_use
2010-08-11 Sebastian LutherMake sure we don't allow REQUIRED_USE in EAPIs that...
2010-08-11 Sebastian LutherTests: ResolverPlayground: don't ignore "local config...
2010-08-11 Sebastian LutherTests: add resolver/test_backtracking
2010-08-11 Sebastian LutherTests: add ResolverPlaygroundTestCase and port all...
2010-08-11 Sebastian LutherMake sure we don't allow IUSE defaults in EAPIs that...
2010-08-11 Sebastian Lutherportage.dep.dep_check: Make sure we don't allow slot...
2010-08-11 Sebastian LutherUse eapi_has_required_use for REQUIRED_USE eapi checks
2010-08-11 Zac MedicoUse explicit imports, to make pyflakes happy.
2010-08-11 Sebastian LutherIntroduce portage.eapi. Use it everywhere.
2010-08-11 Sebastian Lutherportage/dbapi/{bintree.py,porttree.py}: Remove deprecat...
2010-08-11 Sebastian Lutherportage/cache/mappings.py: Remove deprecated functions
2010-08-11 Sebastian Lutherportage/dbapi/bintree.py: Remove deprecated parameter
2010-08-11 Sebastian Lutherportage/dbapi/porttree.py: Remove deprecated functions...
2010-08-11 Sebastian Lutherportage/dbapi/vartree.py: Remove unused import
2010-08-11 Sebastian Lutherportage/dep/__init__.py: Remove deprecated behaviour
2010-08-11 Sebastian Lutherportage/eclass_cache.py: Remove deprecated parameter
2010-08-11 Sebastian Lutherportage/package/ebuild/config.py: Remove deprecated...
2010-08-11 Sebastian Lutherportage/package/ebuild/digestgen: Remove deprecated...
2010-08-11 Sebastian LutherRemove the now empty pym/portage/_deprecated.py
2010-08-11 Sebastian LutherRemove deprecated portage.pkgmerge
2010-08-11 Sebastian LutherRemove deprecated portage.getvirtuals
2010-08-11 Sebastian LutherRemove deprecated portage.dep_virtual
2010-08-11 Sebastian LutherRemove deprecated portage.digestParseFile
2010-08-11 Sebastian LutherRemove deprecated portage.commit_mtimedb
2010-08-11 Zac MedicoMake sure portageq doesn't interpret anything that...
2010-08-11 Zac Medico* Configuration files now support atoms with wildcards...
2010-08-11 Zac MedicoAdd stacklevel=2 to warnings.warn() calls.
2010-08-11 Zac MedicoDon't use deprecated paren_normalize() function.
2010-08-11 Sebastian LutherTests: Remove paren_reduce tests
2010-08-11 Sebastian LutherAdd deprecation warnings for paren_reduce, strip_empty...
2010-08-11 Sebastian LutherTests: More portage,dep.Atom tests
2010-08-11 Sebastian Lutherportage.dep.dep_opconvert: remove handling of '&&'...
2010-08-11 Sebastian LutherTests: Add tests for portage.dep.dep_opconvert
2010-08-11 Sebastian LutherTests: add dep/testStandalone. Test small functions...
2010-08-11 Sebastian Lutherportage.dep.use_reduce: pass is_src_uri when needed
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Add is_src_uri and allow_src_ur...
next