portage.git
2010-02-19 Zac MedicoUse a frozenset for use inside binarytree._eval_use_fla... v2.2_rc63
2010-02-19 Zac MedicoAdd stacklevel=2 to warnings.warn calls.
2010-02-19 Zac MedicoAdd stacklevel=2 to warnings.warn() calls.
2010-02-19 Zac MedicoRemove deprecated methods that call removed key_expand...
2010-02-19 Zac MedicoAdd DeprecationWarning to dep_virtual function.
2010-02-19 Zac MedicoRemove deprecated key_expand function and config.load_i...
2010-02-19 Zac MedicoUse Atom.cp instead of dep_getkey.
2010-02-19 Zac MedicoUse Atom.cp instead of dep_getkey.
2010-02-19 Zac MedicoUse Atom.cp instead of dep_getkey.
2010-02-19 Zac MedicoUse a valid atom in the dep_getkey docstring.
2010-02-19 Zac MedicoUse isvalidatom to validate PROVIDE entries.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoBail out when given an invalid mode.
2010-02-19 Zac MedicoBug #268724 - Show a warning message for --unmerge...
2010-02-19 Zac MedicoBug #303519 - Call warnings.warn() with stacklevel...
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoFix deprecated dep_getkey usage in match_from_list.
2010-02-19 Zac MedicoMake dep_getkey() recommend cpv_getkey() if given a...
2010-02-19 Zac MedicoUse a property to trigger deprecation warnings if binar...
2010-02-19 Zac MedicoRemove the deprecated 'clone' parameter from the portag...
2010-02-19 Zac MedicoRemove deprecated portdbapi.getfetchlist() method.
2010-02-19 Zac MedicoRemove deprecated binarytree.get_use() method.
2010-02-19 Zac MedicoRemove the deprecated 'clone' parameter to the binarytr...
2010-02-19 Zac MedicoDeprecate the unused getbinpkgsonly parameter to binary...
2010-02-18 Zac MedicoAllow --rebuilt-binaries to trigger downgrades.
2010-02-18 Zac MedicoOnly enable --rebuilt-binaries automatically if --updat...
2010-02-18 Zac MedicoRemove unused merge_cmd variable.
2010-02-18 Zac MedicoRemove diffutils version detection code since it's...
2010-02-18 Zac MedicoUpdate the spinner in depgraph._serialize_tasks when...
2010-02-18 Zac MedicoFix broken diffutils vercmp code.
2010-02-18 Zac MedicoFix colors for --rebuilt-binaries docs.
2010-02-18 Zac MedicoAdd a comment about slowness in _serialize_tasks when...
2010-02-18 Zac MedicoBug #305393 - Handle new sdiff exit status for diffutil...
2010-02-18 Zac MedicoAdd a --rebuilt-binaries[=n] option, causing automatic...
2010-02-17 Zac MedicoAdd @rebuilt-binaries set which uses BUILD_TIME to...
2010-02-17 Zac MedicoBug #303567 - Merge libc asap, in order to account...
2010-02-16 Zac MedicoFix type in CLEAN_DELAY docs.
2010-02-15 Zac MedicoCache BUILD_TIME in $PKGDIR/Packages and inside bindbapi.
2010-02-15 Zac MedicoCache BUILD_TIME in Package.metadata.
2010-02-15 Zac MedicoCache BUILD_TIME in vdb_metadata.pickle.
2010-02-15 Zac MedicoAdd a BUILD_TIME vdb entry containing the integer numbe...
2010-02-15 Zac MedicoAdd a 'trees' parameter to portdbapi.cp_all(). Thanks...
2010-02-15 Zac MedicoUse config.environ() instead of config.items() when...
2010-02-14 Zac MedicoMake sure that config._accept_chost() accepts empty...
2010-02-14 Zac MedicoPrevent CHOST vdb entries from being created for virtua...
2010-02-14 Zac MedicoBug #304981 - Truncate the build log after successful...
2010-02-14 Zac MedicoEvaluate conditional USE deps for *DEPEND atoms saved...
2010-02-14 Zac MedicoDon't save SRC_URI as a vdb entry since it's pretty...
2010-02-14 Zac MedicoAfter src_install, save fewer variables when writing...
2010-02-14 Zac MedicoEvaluate USE conditionals when writing vdb entries...
2010-02-13 Zac MedicoBug #262647 - Explicitly exclude SRC_URI and other...
2010-02-13 Zac MedicoBug #304793 - Update --newuse docs to indicate that...
2010-02-12 Zac MedicoWhen creating a config instance for ROOT=/ with a clean...
2010-02-12 Zac MedicoUse os.environ instead of the config.environ(). This...
2010-02-12 Zac MedicoLogg errors that occur during binpkg extraction.
2010-02-11 Zac MedicoRemove unnecessary newline in dblink._eerror message.
2010-02-11 Zac MedicoFix dblink._eerror argument where list is required...
2010-02-11 Zac MedicoMake previous commit use eerror for logging.
2010-02-11 Zac Medicotry to be more forgiving if unlinking fails, because...
2010-02-10 Zac MedicoIgnore blockers in DEPEND of built packages when -...
2010-02-10 Zac MedicoBug #303211 - Discard invalid SIZE metadata when using...
2010-02-09 Zac MedicoBug #298479 - Filter $USER from the ebuild environment...
2010-02-09 Zac MedicoUse Atom.cp instead of dep_getkey().
2010-02-09 Zac MedicoUse Atom.cp instead of dep_getkey(), and use cpv_getkey...
2010-02-09 Zac MedicoUse cpv_getkey() instead of dep_getkey() where appropriate.
2010-02-09 Zac MedicoMake Glsa constructor raise GlsaFormatException when...
2010-02-09 Zac MedicoSkip atom validation in WorldHandler since WorldSelecte...
2010-02-07 Zac MedicoImport portage.StringIO for ImportError handling.
2010-02-06 Zac MedicoAdd a portdbapi.getRepositoryName() method which is...
2010-02-05 Zac MedicoFix deprecated reference to portdbapi.mysettings.
2010-02-05 Zac MedicoAdd an optional 'categories' parameter to portdbapi...
2010-02-04 Zac MedicoBug #303401 - Fix emerge.log disabling code that's...
2010-02-04 Zac MedicoBug #303445 - Fix getmaskingreason() to reset comment...
2010-02-03 Zac MedicoMake verify_all() do checksums in sorted order by hash...
2010-02-02 Zac MedicoBug #295197 - Output a newline after valid user input...
2010-02-02 Zac MedicoUse Package.use.enabled where appropriate.
2010-02-02 Zac MedicoUse stat rather than lstat since portage.fetch() create...
2010-02-02 Zac MedicoFix deprecated portdbapi.mysettings reference.
2010-02-01 Zac MedicoMake sure the fetcher process correctly inherits PORTAG...
2010-02-01 Zac MedicoOptimize parallel-fetch for the case where all files...
2010-02-01 Zac MedicoDeallocate config instance when necessary, to avoid...
2010-02-01 Zac MedicoSimplify the conditional that triggers calculation...
2010-01-31 Zac MedicoClean up config incrementals handling.
2010-01-31 Zac MedicoFix @module-rebuild to support $ROOT.
2010-01-31 Zac MedicoBug #298141 - Make /etc/portage/sets relative to PORTAG...
2010-01-31 Zac MedicoDeprecate pordbapi.mysettings since the portdbapi.setti...
2010-01-31 Zac MedicoValidate categories.
2010-01-31 Zac MedicoBug #302937 - Handle declare -r without assignment.
2010-01-31 Zac MedicoFix AttributeError when adjusting incrementals. Thanks...
2010-01-31 Mounir LamouriReverting r15293, it was actually not needed.
2010-01-31 Zac MedicoIn __iter__, handle OSError from lstat in case a cache...
2010-01-31 Zac MedicoMake __iter__ use list.pop() instead of pop(0), for...
2010-01-31 Zac MedicoBug #302764 - Inside __iter__, only recurse 1 deep...
2010-01-30 Zac MedicoAvoid NameError when cwd is $FILESDIR. Thanks to Christ...
2010-01-30 Mounir LamouriFix: change os.mkdir to os.makedirs in case of there...
next