Use bytes instead of unicode with isinstance.
[portage.git] / pym / portage / util / __init__.py
2011-10-29 Zac MedicoUse bytes instead of unicode with isinstance.
2011-09-14 Arfrever Frehtes... Fix grammar in some messages.
2011-08-25 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-07-12 Zac MedicoRemove python-2.6 StringIO.StringIO fallback.
2011-07-10 Zac MedicoMigrate from codecs.open() to io.open().
2011-07-01 Zac Medicovarexpand: remove escaped newline characters
2011-06-30 Zac MedicoFix a typo in a comment.
2011-06-30 Zac MedicoOnly create soname symlinks in global libdirs.
2011-06-28 Arfrever Frehtes... read_corresponding_eapi_file(): Strip final \n from...
2011-06-28 Zac Medicovarexpand: handle backslashes like more like bash
2011-06-09 Arfrever Frehtes... Fix a typo and update a comment.
2011-06-04 Zac MedicoMove pickle import out of base portage module.
2011-06-03 Zac Medicoautounmask-write: force configpro if non-existent
2011-05-25 Zac Medicowritedict: use write_atomic for exceptions
2011-05-25 Zac Medicowritedict: raise any exceptions
2011-05-25 Zac Medicoatomic_ofstream: suppress redundant open error
2011-03-14 Zac MedicoUpdate timestamps in headers of modified files.
2011-03-02 Zac Medicograblines: allow inline comments
2011-03-02 Theo Chatzimichosgrabdict: allow inline comments
2010-12-14 Zac Medicoapply_recursive_permissions: don't follow symlink
2010-11-27 Zac Medicostack_lists: optimize repo handling more
2010-11-26 Zac Medicostack_lists: optimize repo logic
2010-11-24 Zac Medicograb*_package: optimize for non-existent files
2010-11-06 Arfrever Frehtes... Accept eapi argument in portage.util.grabdict_package...
2010-10-31 Zac MedicoOptimize LazyItemsDict.__deepcopy__(). v2.2.0_alpha3
2010-10-31 Zac MedicoSimplify LazyItemsDict.__deepcopy__().
2010-10-31 Zac MedicoUpdate docstring for LazyItemsDict.__deepcopy__()
2010-10-29 Zac MedicoFix LazyItemsDict.__deepcopy__() for python 2.7.
2010-09-27 Sebastian LutherImproved profiles/p.mask handling
2010-09-26 Zac MedicoFix a typo in a comment.
2010-09-25 Zac MedicoFix varexpand() so that it doesn't do redundant quote...
2010-09-18 Zac MedicoFix the "Unmatch removal atoms" (second try) to show...
2010-09-18 Fabian GroffenFix off-by-one; don't print useless "and 0 more" message.
2010-09-15 Zac MedicoTweak stack_lists() strict_warn_for_unmatched_removal...
2010-09-15 Zac MedicoBug #337180 - Add a strict_warn_for_unmatched_removal...
2010-09-15 Sebastian LutherLimit the spam caused by unmatched removal atoms
2010-09-15 Zac MedicoBug #336692 - When stack_lists() detects unmatched...
2010-09-15 Sebastian LutherAdd :.repo syntax support for portage.util.{grabfile_pa...
2010-09-13 Sebastian LutherMake sure atoms in profiles follow the profiles EAPI
2010-09-10 Sebastian Lutherportage.util: Add optional remember_source_file paramet...
2010-09-09 Zac MedicoImport ifilterfalse as filterfalse, for python3 compati...
2010-09-09 Sebastian LutherAdd portage.util.unique_everseen
2010-09-08 Zac MedicoUse localization for the dos line-endings warning messa...
2010-09-07 Zac MedicoBug #336349 - Make getconfig() warn about dos-style...
2010-09-04 Zac MedicoUse a lazy import for portage.dep instide portage.util.
2010-09-01 Zac MedicoAdd a note to the ensure_dirs() docstring about atomic...
2010-09-01 Zac MedicoMake ensure_dirs() use os.path.isdir() to verify that...
2010-09-01 Zac MedicoIn ensure_dirs(), only call apply_permissions() when...
2010-09-01 Zac MedicoIn dblink.mergeme(), handle EISDIR which can be raised...
2010-08-27 Zac MedicoBug #334817 - Make genconfig() warn about EISDIR instea...
2010-08-23 Zac MedicoMake recursive grablines() ignore the same directories as
2010-08-20 Zac MedicoMake varexpand() create a new empty dict for variable...
2010-07-23 Sebastian Lutherportage.util.grab*(): Add optional parameter to allow...
2010-07-23 Sebastian Lutherportage.dep.Atom: Add optional parameter to allow wildc...
2010-07-12 Zac MedicoFix output handling for FEATURES="lafilefixing".
2010-07-12 Zac MedicoFix writemsg to only use fd.buffer when it is stderr...
2010-07-07 Sebastian Pippingrepoman: Fix bogus warnings "Invalid atom in [..]/packa...
2010-04-07 Zac MedicoMake ensure_dirs() behave correctly for DragonFly when...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-02 Zac MedicoClean up imports and unused variables.
2010-02-22 Zac MedicoMove the portage.util module into a directory, for...