| Commit message (Expand) | Author | Age | Files | Lines |
* | Use explicit imports instead of *. | Zac Medico | 2009-09-27 | 2 | -2/+2 |
* | Use mkdtemp() instead of hardcoded pym/portage/tests/bin/root directory. | Zac Medico | 2009-09-27 | 1 | -16/+26 |
* | Bug #286522 - Check all portdbapi.findname return values in case it | Zac Medico | 2009-09-26 | 9 | -19/+43 |
* | Bug #286475 - Fix KeyValuePairFileLoader.lineParser() so it doesn't raise | Zac Medico | 2009-09-26 | 1 | -4/+1 |
* | Revert r14430 and fix to do as intended. Thanks to Arfrever for reporting.v2.2_rc42 | Zac Medico | 2009-09-26 | 1 | -2/+4 |
* | Bug #285767 - Add support to to identify and eliminate redundant package | Zac Medico | 2009-09-25 | 2 | -8/+89 |
* | Fix UnboundLocalError triggered by atom without category for nonexistent | Zac Medico | 2009-09-25 | 1 | -1/+1 |
* | Make sure self._allowed_keys are sorted in the table create statement. They | Zac Medico | 2009-09-25 | 1 | -1/+1 |
* | Fix formatting of sizes with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-25 | 2 | -2/+2 |
* | Remove ugly code from __len__, since defining __bool__ fixes the same | Zac Medico | 2009-09-25 | 1 | -9/+1 |
* | Define __bool__() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-25 | 4 | -5/+19 |
* | Use imp.reload() instead of reload() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-25 | 1 | -1/+2 |
* | Remove unused imports. | Zac Medico | 2009-09-25 | 2 | -4/+0 |
* | Fix length calculation so it doesn't assume the length of the encoded | Zac Medico | 2009-09-25 | 1 | -3/+4 |
* | Add a test case for this issue: http://bugs.python.org/issue5334 | Zac Medico | 2009-09-25 | 2 | -1/+45 |
* | Use 'in' instead of has_key() in portage.glsa.Glsa.parse() when Python 3 is u... | Arfrever Frehtes Taifersar Arahesis | 2009-09-25 | 1 | -1/+2 |
* | Use list comprehensions instead of filter() or map() in some places for compa... | Arfrever Frehtes Taifersar Arahesis | 2009-09-25 | 8 | -18/+17 |
* | Fix more. | Zac Medico | 2009-09-25 | 1 | -1/+1 |
* | Fix ValueError in digestcheck(), reported by Arfrever. | Zac Medico | 2009-09-25 | 1 | -1/+2 |
* | Remove unnecessary dict.has_key() call (fix for python 3). | Zac Medico | 2009-09-25 | 1 | -2/+0 |
* | Show an appropriate error message in _create_pty_or_pipe() if openpty() | Zac Medico | 2009-09-24 | 2 | -15/+16 |
* | Fix regression in _getitem() from r14398, since myf.read().split("\n") | Zac Medico | 2009-09-24 | 1 | -1/+4 |
* | Add a test case for http://bugs.python.org/issue5380 and mark it as 'todo' | Zac Medico | 2009-09-24 | 1 | -0/+22 |
* | Make _test_pty_eof() return None if openpty() fails. | Zac Medico | 2009-09-24 | 1 | -1/+5 |
* | Use a runtime check to see if http://bugs.python.org/issue5380 is fixed. | Zac Medico | 2009-09-24 | 1 | -5/+62 |
* | Use dict.__iter__ instead of keys(), since it behaves identically in python | Zac Medico | 2009-09-24 | 1 | -2/+2 |
* | Fix previous commit. | Zac Medico | 2009-09-24 | 1 | -2/+2 |
* | Warn if cpv_getkey() is given invalid input that triggers legacy code. | Zac Medico | 2009-09-24 | 1 | -0/+4 |
* | Avoid unicode errors in python 3. Thanks to Arfrever for reporting. | Zac Medico | 2009-09-24 | 1 | -0/+8 |
* | Decode directory names where appropriate in digestcheck(). Thanks to | Zac Medico | 2009-09-24 | 1 | -0/+14 |
* | Misc performance enhancements. Thanks to Marat Radchenko | Zac Medico | 2009-09-24 | 3 | -22/+13 |
* | Fix test case for recent changes. | Zac Medico | 2009-09-24 | 1 | -1/+1 |
* | Bug #286118 - Fix dbapi.move_ent() methods so they don't assume Atom instances | Zac Medico | 2009-09-23 | 2 | -15/+16 |
* | Fix "TypeError: object of type 'filter' has no len()". | Arfrever Frehtes Taifersar Arahesis | 2009-09-23 | 1 | -2/+2 |
* | Fix formatting of size of downloads with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-23 | 1 | -1/+1 |
* | Bug #285979 - Replace references to CDEPEND with UNUSED_00, to make it clear | Zac Medico | 2009-09-23 | 6 | -7/+4 |
* | Optimize vardbapi.getpath(). Thanks to Marat Radchenko | Zac Medico | 2009-09-23 | 1 | -3/+8 |
* | Optimize SlotDict.iteritems() a little. | Zac Medico | 2009-09-22 | 1 | -1/+2 |
* | Make SlotDict use call self.iteritems() where appropriate since it implements | Zac Medico | 2009-09-22 | 1 | -5/+5 |
* | Fix stack_dicts() to always return a dict. | Zac Medico | 2009-09-22 | 1 | -3/+1 |
* | Don't pass the ignore_none parameter to stack_dicts() since it does nothing | Zac Medico | 2009-09-22 | 1 | -1/+1 |
* | Clean up stack_dicts() a little. | Zac Medico | 2009-09-22 | 1 | -6/+5 |
* | Disable the ignore_none parameter for stack_dicts() since having it return | Zac Medico | 2009-09-22 | 1 | -5/+2 |
* | Replace dict.keys() usage with __iter__(), since it behaves identically in | Zac Medico | 2009-09-22 | 7 | -19/+18 |
* | Replace dict.keys() usage with __iter__(), since it behaves identically in | Zac Medico | 2009-09-22 | 7 | -13/+13 |
* | Remove code that's been commented out. | Zac Medico | 2009-09-22 | 1 | -18/+0 |
* | Replace dict.keys() usage with __iter__(), since it behaves identically in | Zac Medico | 2009-09-22 | 2 | -7/+7 |
* | Fix for python 3.x compatibility. | Zac Medico | 2009-09-22 | 1 | -5/+13 |
* | Replace dict.keys() usage with __iter__(), since it behaves identically in | Zac Medico | 2009-09-22 | 5 | -17/+17 |
* | Replace doct.keys() usage with __iter__(), since it behaves identically in | Zac Medico | 2009-09-22 | 4 | -9/+9 |