Fix another typo.
[portage.git] / pym / portage_util.py
2007-01-12 Zac MedicoFix another typo.
2007-01-12 Alec Warnerpurge string from portage.py, fix minor bug in portage_util
2007-01-12 Alec Warnermore string deprecation
2007-01-11 Alec Warnerdocs for grabdict
2007-01-11 Marius Mauchcontinue is only for loops
2007-01-11 Marius MauchExtend ignore filter for grablines (bug #144445)
2006-12-08 Alec Warnerminor syntax changes ( in is faster than has_key )...
2006-11-22 Zac MedicoUse portage_data.lchown for compatibility.
2006-11-22 Zac MedicoReally fix bit mask support when preserving S_ISUID...
2006-11-22 Zac MedicoFix bit mask support when preserving S_ISUID and S_ISGI...
2006-11-22 Zac MedicoFix apply_permissions logic for cases where mode is...
2006-11-22 Zac MedicoFor bug #142993, make sure that chown and chgrp calls...
2006-10-30 Zac MedicoJust use stat instead of lstat for config protect,...
2006-10-17 Zac MedicoFix CONFIG_PROTECT so that is works with symlinked...
2006-10-17 Zac MedicoAdd -* support to stack_lists() and use dict.pop()...
2006-10-15 Zac MedicoSimplify and optimize grabdict. Thanks to Brian Harrin...
2006-10-15 Zac MedicoMake grabdict incremental, so that keys occuring multip...
2006-10-06 Zac MedicoDon't call varexpand inside getconfig for env.d/profile...
2006-10-06 Zac MedicoFor bug #14215, put the shlex parser in posix mode...
2006-10-06 Zac MedicoFor bug #150163, remove unnecessary validation of new_p...
2006-10-02 Zac MedicoOptimize varexpand for bug #149900.
2006-09-16 Zac MedicoFor bug #14321, add support for individual files in...
2006-09-04 Zac MedicoSince none of the code is written to handle it, never...
2006-08-13 Zac MedicoMake stack_dictlist return an empty dictionary when...
2006-08-11 Zac MedicoFix stack_dictlist() so that incremental stacking behav...
2006-07-31 Zac MedicoOnly ignore ENOENT in getconfig() so that more importan...
2006-07-31 Zac MedicoCatch ParseError from getconfig during env_update for...
2006-07-29 Zac MedicoStack /etc/profile.env inside portage.config so that...
2006-07-26 Zac MedicoFix unsafe deletion of a dictionary item during iteration.
2006-07-21 Zac MedicoDo the portage_checksum import in local scope because...
2006-07-21 Zac MedicoMove new_protect_filename from the core portage module...
2006-07-21 Zac MedicoRemove grabdict_package and grabfile_package from the...
2006-07-16 Zac MedicoMove the ConfigProtect class to the portage_util module.
2006-07-15 Zac MedicoMove normalize_path into portage_util.
2006-07-09 Zac MedicoWrap common write_atomic exceptions for easier error...
2006-06-23 Zac MedicoSort filenames for predictable results.
2006-06-23 Zac MedicoTest the basename for starting with "." instead of...
2006-06-23 Zac MedicoFix a typo from r3611 (file != files).
2006-06-23 Alec Warnerignore .files in /etc/portage recursion
2006-06-16 Zac MedicoImport missing PermissionDenied class. Thanks to marie...
2006-06-12 Zac MedicoWrap more exceptions in ensure_dirs().
2006-06-11 Zac MedicoWrap more exceptions when applying permissions. Thanks...
2006-06-10 Marius Mauchmake elog mail module always set the 'From' header...
2006-05-27 Zac MedicoAdd noiselevel=-1 to writemsg calls in portage_util...
2006-04-15 Zac MedicoOverride LazyItemsDict.update() so that it works correc...
2006-04-15 Zac MedicoAdd singleton support to LazyItemsDict to make it easie...
2006-04-14 Zac MedicoAdd an initial_items parameter to the LazyItemsDict...
2006-04-12 Zac MedicoCreate a generic portage_util.LazyItemsDict and use...
2006-04-07 Zac MedicoRaise exceptions when appropriate in the atomic_ofstrea...
2006-04-07 Alec WarnerChange == None to is None
2006-04-03 Zac MedicoMove DISTDIR initialization from doebuild to fetch...
2006-03-30 Zac MedicoAdd a reusable ensure_dirs() function and use it for...
2006-03-30 Zac MedicoThe return value from apply_permissions now indicates...
2006-03-29 Zac MedicoAutomatically follow symlinks in the atomic_ofstream...
2006-03-19 Zac MedicoCatch a possible OSError from the stat call in atomic_o...
2006-03-18 Zac MedicoAdd a generic apply_recursive_permissions function...
2006-03-17 Zac MedicoFix typo in variable name from last revision.
2006-03-17 Zac MedicoFix the apply_permissions XOR logic so that mask remove...
2006-03-17 Zac MedicoFix permissions functions so that error messages tell...
2006-03-14 Zac MedicoOne more 'mode & 07777' in apply_permissions.
2006-03-14 Zac MedicoMake that 'mode & 07777' for the previous commit.
2006-03-14 Zac MedicoUse 'mode & 0777' to protect ourselves from unwanted...
2006-03-14 Zac MedicoMake mode=-1 the default parameter for apply_permission...
2006-03-14 Zac MedicoMake the apply_permissions function default to exact...
2006-03-14 Zac MedicoWrap possible exceptions raised by stat call in apply_s...
2006-03-14 Zac MedicoAdd a new OperationNotPermitted exception and use it...
2006-03-13 Zac MedicoMake portage_util.apply_stat_permissions() wrap apply_s...
2006-03-13 Zac MedicoAdd a new portage_util.apply_secpass_permissions()...
2006-02-09 Zac Medicouse getattr instead of hasattr for detection of base...
2006-02-09 Zac Medicoadd new atomic_ofstream class for safer writes
2006-02-08 Brian HarringcPickle import protection; fall back to pickle if cPick...
2006-01-01 Ned Ludd- added writemsg_stdout function and make portage use...
2005-12-27 Brian Harringrevert down to 2.3 python requirement via avoiding...
2005-12-27 Brian Harringlinear unique_array lifted from saviour, lifted from...
2005-12-27 Brian Harringongoing portage_util cleanup.
2005-12-27 Brian Harringbye bye crap grab_multiple function.
2005-12-25 Jason StubbsFix typo in writeints() v2.1_pre2
2005-12-24 Brian Harringbug 114133, write a tmp file then rename it for write...
2005-12-23 Jason StubbsGeneralize portage_util.dump_traceback() and make use...
2005-11-30 Marius Mauchadd an option to grab* so that if they're given a direc...
2005-10-30 Jason StubbsAdd treetype instance member to dblink. Add treetype... v2.0.53_rc7
2005-08-30 Brian Harringbye bye mr. cvs_id_string
2005-08-30 Brian Harringheader changes, $Header: -> $Id:
2005-08-28 Jason StubbsMigration (without history) of the current stable line...