portage.git
2009-09-21 Zac MedicoDon't encode the env in py3k since it expects strings...
2009-09-21 Zac MedicoTemporarily disable use of pty in py3k since it trigger...
2009-09-21 Zac MedicoFix decodeint() for py3k compat, since bytes are a...
2009-09-21 Arfrever Frehtes... Use input() instead of raw_input() when Python 3 is...
2009-09-21 Arfrever Frehtes... Decode database name passed to portage.cache.sqlite...
2009-09-21 Arfrever Frehtes... Use next(iterator) instead of iterator.next() for compa...
2009-09-21 Arfrever Frehtes... Decode all keys in dictionary containing environment...
2009-09-21 Arfrever Frehtes... 'filtered_auxdbkeys' should be a list to allow sorting.
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Support bytes in portage.util.normalize_path() with...
2009-09-21 Arfrever Frehtes... Fix portage._unicode_func_wrapper.__call__() to properl...
2009-09-21 Zac MedicoFix dep_expand so that it doesn't use deprecated dep_ge...
2009-09-21 Zac MedicoFix infinite recursion in items and values methods.
2009-09-21 Zac MedicoFix infinite recursion in items and values methods.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Zac MedicoFix case for 0 args in args unicode conversion.
2009-09-21 Zac MedicoSimplify match_to_list(). Thanks to Marat Radchenko...
2009-09-21 Zac MedicoShow deprecation warnings when dep_* legacy code is...
2009-09-21 Zac MedicoFix breakage in _unicode_encode() for non-string types.
2009-09-21 Zac MedicoDeprecate key_expand and portage.dbapi.porttree.portage...
2009-09-21 Arfrever Frehtes... Support both Python 2 and 3 in portage._unicode_encode...
2009-09-21 Zac MedicoUse dep_expand instead of key_expand in the blocker...
2009-09-21 Zac MedicoMake key_expand() always return Atom type.
2009-09-21 Zac MedicoAdd deprecation warnings to vartree.exists_specific_cat...
2009-09-21 Arfrever Frehtes... Use range() instead of xrange() for compatibility with...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-21 Arfrever Frehtes... Fix all remaining SyntaxErrors with Python 3.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-21 Zac MedicoMake Atom.__init__ call the base class constructor...
2009-09-21 Zac MedicoWhen generating config.prevmaskdict, only call the...
2009-09-21 Zac MedicoFix AtomArg constructor calls to pass in Atom instances...
2009-09-21 Zac MedicoTread blockers as invalid.
2009-09-21 Zac MedicoFix redundant Atom construtor call in _show_unsatisfied...
2009-09-20 Zac MedicoRemove virtuals from the cache because they're unused...
2009-09-20 Zac MedicoFix typos in http.client imports.
2009-09-20 Zac MedicoFix typo from previous commit.
2009-09-20 Zac MedicoFix depgraph._validate_blockers() so that it doesn...
2009-09-20 Zac MedicoAdd fallback in ImportError for io.StringIO. This is...
2009-09-20 Zac MedicoAdd support in ConsoleStyleFile.write() for unicode...
2009-09-20 Zac MedicoMisc unicode fixes for repoman.
2009-09-20 Zac MedicoUse _unicode_encode() to ensure that only unicode strin...
2009-09-20 Zac MedicoMake Atom inherit from str. Thanks to Marat Radchenko
2009-09-20 Zac MedicoMake _unicode_module_wrapper cache wrappers and reuse...
2009-09-20 Zac MedicoIn doebuild_environment(), detect if setcpv() hasn...
2009-09-20 Zac MedicoAdd back a line which I erroneously removed when commit...
2009-09-20 Arfrever Frehtes... Fix position of imports from __future__.
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in more files.
2009-09-20 Arfrever Frehtes... Update system imports for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of numbers in some files which were missi...
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-20 Zac MedicoBug #285637 - Fix NameError exception triggered by...
2009-09-19 Zac MedicoAdd isinstance(mydep, Atom) checks to the dep_* functio... v2.2_rc41
2009-09-19 Zac MedicoFix config.setinst() to add Atom instances to the provi...
2009-09-19 Zac MedicoRevert accidental changes _unicode_module_wrapper.__get...
2009-09-19 Zac MedicoRemove obsolete InvalidAtom handler in _add_pkg_dep_str...
2009-09-19 Zac MedicoAvoid lots of redundant Atom constructor calls. Thanks...
2009-09-19 Zac MedicoFix _expand_new_virtuals() to preserve USE deps in...
2009-09-19 Zac MedicoUse a dict for Package.metadata, because it's faster...
2009-09-18 Zac MedicoAtom optimizations. Remove the metaclass and cache...
2009-09-15 Arfrever Frehtes... Update documentation of inherit. Reported by Jeremy...
2009-09-14 Zac MedicoFix broken virtual depth code from previous commit.
2009-09-14 Zac MedicoAdd support in depgraph._add_pkg_dep_string() for addin...
2009-09-14 Zac MedicoMake depgraph._select_atoms() return a dict, in order...
2009-09-14 Zac MedicoWhen _expand_new_virtuals() is called by repoman, skip...
2009-09-14 Zac MedicoReimplement the code from bug #283795 so that indirect...
2009-09-14 Zac MedicoSimplify cpv_getkey() by just calling dep_getkey('...
2009-09-14 Zac MedicoMake dep_getcpv() use Atom, and fall back to legacy...
2009-09-14 Zac MedicoInsice match_from_list(), use remove_slot() instead...
2009-09-14 Zac MedicoUse a regular expression for cpv_getkey(), and fall...
2009-09-14 Zac MedicoMake get_operator() use Atom, and remove unnecessary...
2009-09-14 Zac MedicoMake isspecific() use the Atom class and fall back...
2009-09-14 Zac MedicoUse the Atom class to implement dep_getkey(), and fall...
2009-09-14 Zac MedicoAdd more test cases.
2009-09-14 Zac MedicoSimplify isvalidatom() to simply use the Atom class...
2009-09-14 Zac MedicoSimplify the _pkg regex and fix validation for some...
2009-09-14 Zac MedicoBug #240656 - Unmerge broken symlinks where a directory...
2009-09-14 Zac MedicoSimlify the Atom regex. Thanks to Marat Radchenko ...
2009-09-13 Zac MedicoUse cpv_getkey() instead of dep_getkey() where appropriate.
2009-09-13 Zac MedicoMake the Atom constructor use regular expression match...
2009-09-12 Zac MedicoFix docs for isjustname() since it doesn't raise Invali...
2009-09-12 Zac MedicoAdd backward compatibility to isjustname(), so the...
2009-09-12 Zac MedicoAdd tests for the Atom class.
2009-09-12 Zac MedicoFix bug in _expand_new_virtuals() reported by Arfrever:
2009-09-12 Zac MedicoUse isjustname() where appropriate.
2009-09-12 Zac MedicoFix isjustname docstring to have a valid atom in the...
2009-09-12 Zac MedicoReimplement isjustname() using the Atom class. Thanks...
2009-09-12 Zac MedicoIn config.getvirtuals(), save Atom instances in order...
2009-09-12 Zac MedicoMake dbapi.move_ent() take advantage of Atom instances...
2009-09-12 Zac MedicoAdd missing InvalidAtom import.
2009-09-12 Zac MedicoMake parse_updates() and update_dbentry() use Atom...
2009-09-12 Zac MedicoFix bad assumptions.
2009-09-12 Zac MedicoFix poor assumptions.
2009-09-12 Zac MedicoFix bugs and poor assumptions.
2009-09-12 Zac MedicoUpdate grabdict_package and grabfile_package calling...
2009-09-12 Zac MedicoMake grabfile_package() accept *atom only for files...
2009-09-12 Zac MedicoMake grabdict_package() and grabfile_package() return...
2009-09-12 Zac MedicoImplement Atom.__copy__ and __deepcopy__ to return...
next