summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up imports. (trunk r15714)Zac Medico2010-03-021-3/+2
* Move _pty module to portage.util._pty. (trunk r15515)Zac Medico2010-03-025-4/+4
* Move imports to top. (trunk r15514)Zac Medico2010-03-021-4/+2
* Bug #306659 - For --rebuilt-binaries, only reinstall if binary packageZac Medico2010-03-021-2/+7
* Test for python openpty breakage after freebsd7 to freebsd8 upgrade, whichZac Medico2010-03-021-1/+16
* Fix legacy globals proxies to reset state when the portage module is reloaded.Zac Medico2010-03-022-23/+23
* Add a note in _find_system_deps about needing the system set added to theZac Medico2010-03-021-0/+3
* Use writemsg instead of print. Also don't use _ as a variable name since itZac Medico2010-03-021-2/+0
* Move imports to the top and use writemsg_stdout instead of print().Zac Medico2010-03-021-9/+7
* Call stack_lists on profile_only_variables for incremental processing.Zac Medico2010-03-021-0/+1
* Remove redundant eerror import. (trunk r15506)Zac Medico2010-03-021-1/+0
* Remove redundant local elog_process import that can trigger UnboundLocalErrorZac Medico2010-03-021-1/+0
* Remove unused print_function. (trunk r15504)Zac Medico2010-03-021-2/+0
* Bug #307235 - Inside depgraph._add_dep, discard child choices for deps thatZac Medico2010-03-021-0/+4
* Remove unused print() import. (trunk r15502)Zac Medico2010-03-021-2/+0
* Remove unused imports. (trunk r15501)Zac Medico2010-03-021-7/+0
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-03-022-1/+13
* Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever forZac Medico2010-03-021-1/+1
* Remove print() usage. (trunk r15495)Zac Medico2010-03-021-5/+0
* Remove print() usage. (trunk r15494)Zac Medico2010-03-021-6/+4
* Fix broken fakedbapi.cpv_inject/cpv_remove calls. (trunk r15493)Zac Medico2010-03-021-2/+2
* Move legacy globals code into a _legacy_globals module that's imported onZac Medico2010-03-022-121/+93
* Move deprecated_profile_check to portage.package.ebuild submodule.Zac Medico2010-03-022-30/+45
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-03-023-82/+92
* Fix vardbapi.move_ent and aux_update to clear relevant caches. (trunk r15489)Zac Medico2010-03-021-0/+3
* Make bindbapi override cpv_inject and cpv_remove, for deleting stale valuesZac Medico2010-03-021-1/+9
* Make _global_updates ensure that the binarytree is only populated with localZac Medico2010-03-022-4/+12
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-03-024-1/+18
* Fix reference to portage.util.listdir.dircache. (trunk r15477)Zac Medico2010-03-021-1/+2
* Remove deprecated flushmtimedb function. (trunk r15476)Zac Medico2010-03-021-5/+2
* Move portage._global_updates to a submodule. (trunk r15475)Zac Medico2010-03-025-143/+158
* Remove unused 'dircache' variable that's moved to portage.util.listdir.Zac Medico2010-03-021-7/+0
* Move missing encodings module workarounds (<python-2.6.4 + USE=build) to aZac Medico2010-03-022-124/+136
* Another turquoise -> red. (trunk r15472)Zac Medico2010-03-021-1/+1
* Bug #307021 - Show "Please fix" message in red instead of turquoise whenZac Medico2010-03-021-1/+1
* Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a classZac Medico2010-03-021-9/+5
* Move getvirtuals to _deprecated module. (trunk r15469)Zac Medico2010-03-022-12/+10
* Move merge and unmerge functions to the vartree module. (trunk r15468)Zac Medico2010-03-022-30/+33
* Fix broken dep_expand import from previous commit. (trunk r15467)Zac Medico2010-03-021-1/+1
* Splid deprecated functions into a _deprecated module. (trunk r15466)Zac Medico2010-03-022-171/+183
* Avoid name collision with dep_expand submodule so epydoc won't crash.Zac Medico2010-03-021-2/+2
* Move portage.movefile to portage.util.movefile. (trunk r15464)Zac Medico2010-03-023-218/+237
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-03-023-211/+234
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-03-022-618/+635
* Move dep.py to dep/__init__.py, for splitting into smaller files. (trunk r15461)Zac Medico2010-03-021-0/+0
* Move dep_expand and cpv_expand into portage.dbapi submodules. (trunk r15460)Zac Medico2010-03-0211-131/+162
* Fix typo in import. (trunk r15459)Zac Medico2010-03-021-1/+1
* Move portage.digestcheck to portage.package.ebuild.digestcheck. (trunk r15458)Zac Medico2010-03-024-143/+160
* Fix broken digestgen import. (trunk r15457)Zac Medico2010-03-021-1/+1
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-03-023-2/+2