2009-09-25 |
Zac Medico | Fix more. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Fix ValueError in digestcheck(), reported by Arfrever. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Remove unnecessary dict.has_key() call (fix for python 3). |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Show an appropriate error message in _create_pty_or_pip... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Fix regression in _getitem() from r14398, since myf... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Add a test case for bugs.python.org/issue5380 and mark... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Make _test_pty_eof() return None if openpty() fails. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Use a runtime check to see if bugs.python.org/issue5380... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Use dict.__iter__ instead of keys(), since it behaves... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Fix previous commit. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Warn if cpv_getkey() is given invalid input that trigge... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Avoid unicode errors in python 3. Thanks to Arfrever... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Decode directory names where appropriate in digestcheck... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Misc performance enhancements. Thanks to Marat Radchenko |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Zac Medico | Fix test case for recent changes. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Zac Medico | Bug #286118 - Fix dbapi.move_ent() methods so they... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Arfrever Frehtes... | Fix "TypeError: object of type 'filter' has no len()". |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Arfrever Frehtes... | Fix formatting of size of downloads with Python 3. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Zac Medico | Bug #285979 - Replace references to CDEPEND with UNUSED... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Zac Medico | Optimize vardbapi.getpath(). Thanks to Marat Radchenko |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Optimize SlotDict.iteritems() a little. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Make SlotDict use call self.iteritems() where appropria... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Fix stack_dicts() to always return a dict. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Don't pass the ignore_none parameter to stack_dicts... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Clean up stack_dicts() a little. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Disable the ignore_none parameter for stack_dicts(... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Replace dict.keys() usage with __iter__(), since it... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Replace dict.keys() usage with __iter__(), since it... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Remove code that's been commented out. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Replace dict.keys() usage with __iter__(), since it... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Fix for python 3.x compatibility. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Replace dict.keys() usage with __iter__(), since it... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Replace doct.keys() usage with __iter__(), since it... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Do manual unicode handling (instead of using the wrappe... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | For python 3.x with boolean target, len() results in... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Optimize unicode wrappers. Thanks to Marat Radchenko... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Fix another potential 'RuntimeError: dictionary changed... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Fix 'iteritems' attribute detection to look for 'items... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Fix 'RuntimeError: dictionary changed size during itera... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Remove redundant list() since starred expressions work... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Zac Medico | Fix items to prevent infinite recursion. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix 'RuntimeError: dictionary changed size during itera... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Don't wrap os.statvfs since it requires unicode string... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix sorted() keyword arg for py3k. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Encode/decode names from the xpak index where appropriate. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | In _unicode_func_wrapper, only encode keyword argument... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix PORTAGE_WORKDIR_MODE parsing code so it doesn't... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Make find_binary() use os.environ.get instead of os... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Don't encode the env in py3k since it expects strings... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Temporarily disable use of pty in py3k since it trigger... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix decodeint() for py3k compat, since bytes are a... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Use input() instead of raw_input() when Python 3 is... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Decode database name passed to portage.cache.sqlite... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Use next(iterator) instead of iterator.next() for compa... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Decode all keys in dictionary containing environment... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | 'filtered_auxdbkeys' should be a list to allow sorting. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Define long as int when Python 3 is used. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Support bytes in portage.util.normalize_path() with... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Fix portage._unicode_func_wrapper.__call__() to properl... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix dep_expand so that it doesn't use deprecated dep_ge... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix infinite recursion in items and values methods. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix infinite recursion in items and values methods. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Use dict.(keys|values|items)() instead of dict.(iterkey... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix case for 0 args in args unicode conversion. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Simplify match_to_list(). Thanks to Marat Radchenko... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Show deprecation warnings when dep_* legacy code is... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix breakage in _unicode_encode() for non-string types. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Deprecate key_expand and portage.dbapi.porttree.portage... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Support both Python 2 and 3 in portage._unicode_encode... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Use dep_expand instead of key_expand in the blocker... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Make key_expand() always return Atom type. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Add deprecation warnings to vartree.exists_specific_cat... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Use range() instead of xrange() for compatibility with... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Define basestring as str when Python 3 is used. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Fix all remaining SyntaxErrors with Python 3. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Arfrever Frehtes... | Use filter() and zip() instead of itertools.ifilter... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Make Atom.__init__ call the base class constructor... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | When generating config.prevmaskdict, only call the... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix AtomArg constructor calls to pass in Atom instances... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Tread blockers as invalid. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Zac Medico | Fix redundant Atom construtor call in _show_unsatisfied... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Remove virtuals from the cache because they're unused... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Fix typos in http.client imports. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Fix typo from previous commit. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Fix depgraph._validate_blockers() so that it doesn... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Add fallback in ImportError for io.StringIO. This is... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Add support in ConsoleStyleFile.write() for unicode... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Misc unicode fixes for repoman. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Use _unicode_encode() to ensure that only unicode strin... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Make Atom inherit from str. Thanks to Marat Radchenko |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Make _unicode_module_wrapper cache wrappers and reuse... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | In doebuild_environment(), detect if setcpv() hasn... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Zac Medico | Add back a line which I erroneously removed when commit... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Arfrever Frehtes... | Fix position of imports from __future__. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Arfrever Frehtes... | Support print() function with Python 2 in more files. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Arfrever Frehtes... | Update system imports for compatibility with Python 3. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Arfrever Frehtes... | Update syntax of numbers in some files which were missi... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Arfrever Frehtes... | Update syntax of numbers for compatibility with Python 3. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Arfrever Frehtes... | Support print() function with Python 2 in some files. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Arfrever Frehtes... | Update syntax of calls to print() for compatibility... |
commit | commitdiff | tree | snapshot |
next |