2009-10-03 |
Zac Medico | Generate an eerror message in dblink.mergeme when a... v2.2_rc43 |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Fabian Groffen | - do not calculate source with of isolated-functions... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Fabian Groffen | only calculate spacing width for that part of the stack... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Zac Medico | Fix race condition when using a fork inside _test_pty_e... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Zac Medico | Don't use a fork inside _test_pty_eof() because it... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Zac Medico | Bug #285832 - When updates are missed due to dependenci... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Zac Medico | Bug #287333 - If posible, use ebuild from tree when... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Zac Medico | Bug #287333 - Fix the code from bug #252167 so it behav... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Zac Medico | Bug #285191 - Remove the RDEPEND.implicit check because... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Zac Medico | Remove libtool from RDEPEND.suspect list, since libltdl... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Zac Medico | Add --tolerant option (already in use on master rsync... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Zac Medico | Bug #286895 - Generate an eerror message when a directo... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Zac Medico | Use a regular expression for SLOT validation inside... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Zac Medico | Take regular expressions from portage.dep and use them... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Arfrever Frehtes... | Fix SyntaxError with Python 3 added in r14462. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Zac Medico | Revert the rest of r14280 since it seems that dict... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Zac Medico | Add back _PackageMetadataWrapper__setitem__, removed... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Zac Medico | Handle encoding/decoding of unicode when using the... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Zac Medico | Make tbz2.get_data() return an empty dict on failure. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Zac Medico | Don't call self.scan() in tbz2.__init__ since all metho... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Zac Medico | Bug #286780 - Fix email.MIME* imports to use email... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Zac Medico | Fix breakage in file path -> package lookup code. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | Make _test_pty_eof() call process.spawn() instead of... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | Try to avoid blocking on Darwin in _test_pty_eof()... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | In _test_pty_eof(), call waitpid on the child process... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | Make _test_pty_eof() fork when writing to the slave_fd... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Arfrever Frehtes... | Fix TypeError in clear_screen() in dispatch-conf which... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | Make _test_pty_eof() use non-blocking IO, required... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | Use catsplit() instead of a regex to generate dbapi... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | Fix binTestsInit() to use correct values for PORTAGE_BI... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | Use explicit imports instead of *. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Zac Medico | Use mkdtemp() instead of hardcoded pym/portage/tests... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Zac Medico | Bug #286522 - Check all portdbapi.findname return value... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Zac Medico | Bug #286475 - Fix KeyValuePairFileLoader.lineParser... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Zac Medico | Revert r14430 and fix to do as intended. Thanks to... v2.2_rc42 |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Bug #285767 - Add support to to identify and eliminate... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Fix UnboundLocalError triggered by atom without categor... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Make sure self._allowed_keys are sorted in the table... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Arfrever Frehtes... | Fix formatting of sizes with Python 3. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Remove ugly code from __len__, since defining __bool__... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Arfrever Frehtes... | Define __bool__() for compatibility with Python 3. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Arfrever Frehtes... | Use imp.reload() instead of reload() for compatibility... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Remove unused imports. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Fix length calculation so it doesn't assume the length... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Zac Medico | Add a test case for this issue: bugs.python.org/issue5334 |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Arfrever Frehtes... | Use 'in' instead of has_key() in portage.glsa.Glsa... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Arfrever Frehtes... | Use list comprehensions instead of filter() or map... |
commit | commitdiff | tree | snapshot |
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 |
next |