| Commit message (Expand) | Author | Age | Files | Lines |
* | Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems... | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 59 | -240/+240 |
* | Fix case for 0 args in args unicode conversion. | Zac Medico | 2009-09-21 | 1 | -1/+2 |
* | Simplify match_to_list(). Thanks to Marat Radchenko <marat@slonopotamus.org> | Zac Medico | 2009-09-21 | 1 | -8/+1 |
* | Show deprecation warnings when dep_* legacy code is triggered. | Zac Medico | 2009-09-21 | 1 | -1/+10 |
* | Fix breakage in _unicode_encode() for non-string types. | Zac Medico | 2009-09-21 | 1 | -1/+4 |
* | Deprecate key_expand and portage.dbapi.porttree.portagetree.resolve_specific | Zac Medico | 2009-09-21 | 2 | -0/+7 |
* | Support both Python 2 and 3 in portage._unicode_encode() and portage._unicode... | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 4 | -10/+9 |
* | Use dep_expand instead of key_expand in the blocker display, since it seems | Zac Medico | 2009-09-21 | 1 | -3/+3 |
* | Make key_expand() always return Atom type. | Zac Medico | 2009-09-21 | 1 | -2/+4 |
* | Add deprecation warnings to vartree.exists_specific_cat(), getnode(), and | Zac Medico | 2009-09-21 | 1 | -0/+10 |
* | Use range() instead of xrange() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 19 | -30/+30 |
* | Define basestring as str when Python 3 is used. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 21 | -0/+74 |
* | Fix all remaining SyntaxErrors with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 6 | -11/+14 |
* | Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo... | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 17 | -49/+37 |
* | Make Atom.__init__ call the base class constructor, though it doesn't seem | Zac Medico | 2009-09-21 | 1 | -0/+2 |
* | When generating config.prevmaskdict, only call the Atom constructor when | Zac Medico | 2009-09-21 | 1 | -1/+3 |
* | Fix AtomArg constructor calls to pass in Atom instances, so the constructor | Zac Medico | 2009-09-21 | 2 | -23/+19 |
* | Tread blockers as invalid. | Zac Medico | 2009-09-21 | 1 | -1/+1 |
* | Fix redundant Atom construtor call in _show_unsatisfied_dep(). | Zac Medico | 2009-09-21 | 1 | -1/+0 |
* | Remove virtuals from the cache because they're unused since portage-2.1.6 | Zac Medico | 2009-09-20 | 1 | -4/+0 |
* | Fix typos in http.client imports. | Zac Medico | 2009-09-20 | 1 | -6/+6 |
* | Fix typo from previous commit. | Zac Medico | 2009-09-20 | 1 | -1/+1 |
* | Fix depgraph._validate_blockers() so that it doesn't do prohibited Atom(Atom) | Zac Medico | 2009-09-20 | 1 | -5/+4 |
* | Add fallback in ImportError for io.StringIO. This is needed for python-2.6 | Zac Medico | 2009-09-20 | 2 | -2/+14 |
* | Add support in ConsoleStyleFile.write() for unicode encoding when writing to | Zac Medico | 2009-09-20 | 1 | -5/+15 |
* | Misc unicode fixes for repoman. | Zac Medico | 2009-09-20 | 2 | -7/+17 |
* | Use _unicode_encode() to ensure that only unicode strings are passed into | Zac Medico | 2009-09-20 | 2 | -14/+22 |
* | Make Atom inherit from str. Thanks to Marat Radchenko | Zac Medico | 2009-09-20 | 1 | -79/+24 |
* | Make _unicode_module_wrapper cache wrappers and reuse them. Thanks to | Zac Medico | 2009-09-20 | 1 | -2/+14 |
* | In doebuild_environment(), detect if setcpv() hasn't been called properly, | Zac Medico | 2009-09-20 | 1 | -3/+9 |
* | Add back a line which I erroneously removed when committing the patch for | Zac Medico | 2009-09-20 | 1 | -0/+1 |
* | Fix position of imports from __future__. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 2 | -4/+3 |
* | Support print() function with Python 2 in more files. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 19 | -0/+38 |
* | Update system imports for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 18 | -70/+134 |
* | Update syntax of numbers in some files which were missing in previous commit. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 2 | -9/+9 |
* | Update syntax of numbers for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 21 | -78/+78 |
* | Support print() function with Python 2 in some files. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 17 | -2/+40 |
* | Update syntax of calls to print() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 40 | -947/+945 |
* | Update syntax of 'except' statements for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 67 | -379/+379 |
* | Bug #285637 - Fix NameError exception triggered by InvalidAtom in | Zac Medico | 2009-09-20 | 1 | -1/+1 |
* | Add isinstance(mydep, Atom) checks to the dep_* functions since we don't use av2.2_rc41 | Zac Medico | 2009-09-19 | 1 | -6/+15 |
* | Fix config.setinst() to add Atom instances to the provider lists instead of | Zac Medico | 2009-09-19 | 1 | -1/+1 |
* | Revert accidental changes _unicode_module_wrapper.__getattribute__ from | Zac Medico | 2009-09-19 | 1 | -4/+4 |
* | Remove obsolete InvalidAtom handler in _add_pkg_dep_string(). | Zac Medico | 2009-09-19 | 2 | -19/+12 |
* | Avoid lots of redundant Atom constructor calls. Thanks to Marat Radchenko | Zac Medico | 2009-09-19 | 8 | -68/+79 |
* | Fix _expand_new_virtuals() to preserve USE deps in atoms for new-style | Zac Medico | 2009-09-19 | 2 | -52/+53 |
* | Use a dict for Package.metadata, because it's faster. Thanks to Marat | Zac Medico | 2009-09-19 | 1 | -49/+33 |
* | Atom optimizations. Remove the metaclass and cache since it just slows it | Zac Medico | 2009-09-18 | 1 | -52/+21 |
* | Update documentation of inherit. Reported by Jeremy Olexa. | Arfrever Frehtes Taifersar Arahesis | 2009-09-15 | 1 | -4/+5 |
* | Fix broken virtual depth code from previous commit. | Zac Medico | 2009-09-14 | 1 | -2/+1 |