| Commit message (Expand) | Author | Age | Files | Lines |
* | Add back executable bits, accidentally removed in previous commit. | Zac Medico | 2010-03-24 | 1 | -0/+0 |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 1 | -1/+0 |
* | Update SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions since | Zac Medico | 2010-03-13 | 1 | -1/+2 |
* | Add references to bug #309001 in comments about SIGPIPE handling. | Zac Medico | 2010-03-13 | 1 | -0/+1 |
* | Support print() function with Python 2 in some files. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -0/+2 |
* | Update syntax of 'except' statements for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -2/+2 |
* | Bug #280320 - Fix broken _emerge.main ImportError handler.. | Zac Medico | 2009-08-04 | 1 | -1/+1 |
* | Move __init__.py to main.py. | Zac Medico | 2009-06-26 | 1 | -2/+2 |
* | Update copyright headers. | Zac Medico | 2009-03-18 | 1 | -2/+2 |
* | Bug #261852 - If an unexpected exception is raise from emerge_main() then | Zac Medico | 2009-03-10 | 1 | -0/+16 |
* | Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian Harrin... | Zac Medico | 2008-12-23 | 1 | -0/+5 |
* | Move initial signal handlers to the launcher script. | Zac Medico | 2008-12-23 | 1 | -0/+17 |
* | Instead of calling sys.exit when a ParseError occurs in the config | Zac Medico | 2007-12-11 | 1 | -1/+4 |
* | Move the emerge module to _emerge to make it private | Zac Medico | 2007-10-16 | 1 | -3/+3 |
* | For bug #180165, make portageq print a "Permission denied" error when appropr... | Zac Medico | 2007-06-20 | 1 | -1/+7 |
* | In the same vein as copyright, add Id and svn:keywords to it | Alec Warner | 2007-03-03 | 1 | -0/+1 |
* | you can't insert into sys.path without importing sys... | Alec Warner | 2007-03-03 | 1 | -0/+3 |
* | For full backwards compat (with symlinks or other weird stuff) import everyth... | Marius Mauch | 2007-02-17 | 1 | -3/+3 |
* | Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as t... | Marius Mauch | 2007-02-17 | 1 | -5366/+5 |
* | Print hostname in xterm title if sheridan is available in the environment | Marius Mauch | 2007-02-17 | 1 | -4/+5 |
* | Print filename when displaying package.mask comments | Marius Mauch | 2007-02-17 | 1 | -2/+3 |
* | Optimize merge order calculation for --tree output when necessary. | Zac Medico | 2007-02-14 | 1 | -1/+2 |
* | For bug #158100, use an exact reversal of the actual merge order for --tree o... | Zac Medico | 2007-02-14 | 1 | -0/+5 |
* | In the event of a circular dependency panic, eliminate root nodes in order to... | Zac Medico | 2007-02-12 | 1 | -0/+9 |
* | Use os.path.realpath to handle symlinks properly. | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Fix automatic sys.path insertions so that they're relative instead of absolut... | Zac Medico | 2007-02-10 | 1 | -1/+2 |
* | Create namespace for emerge | Marius Mauch | 2007-02-08 | 1 | -3/+4 |
* | For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b... | Zac Medico | 2007-02-07 | 1 | -1/+2 |
* | For bug #165783, handle an InvalidDependString exception triggered by an inva... | Zac Medico | 2007-02-07 | 1 | -3/+9 |
* | For backward compatibility with api consumers, _dep_check_strict behavior wil... | Zac Medico | 2007-02-07 | 1 | -0/+1 |
* | For bug #165382, show a helpful message if an exception is raised from cpv_ex... | Zac Medico | 2007-02-05 | 1 | -3/+16 |
* | Fix another UnboundLocalError (branches/prefix r5893) | Zac Medico | 2007-02-05 | 1 | -2/+2 |
* | Fix "UnboundLocalError: local variable 'portage' referenced before assignment... | Zac Medico | 2007-02-03 | 1 | -2/+2 |
* | Rename dir.bz2 since that's the most likely case now. | Zac Medico | 2007-02-01 | 1 | -1/+1 |
* | Fix --newuse so that it works correctly with --usepkg. | Zac Medico | 2007-02-01 | 1 | -2/+1 |
* | Load the most current variables from /etc/profile.env for post_emerge stuff. | Zac Medico | 2007-02-01 | 1 | -0/+6 |
* | Fix "UnboundLocalError: local variable 'portage' referenced before assignment... | Zac Medico | 2007-01-30 | 1 | -1/+0 |
* | For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo(). | Zac Medico | 2007-01-30 | 1 | -0/+2 |
* | For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean operat... | Zac Medico | 2007-01-29 | 1 | -4/+5 |
* | Remove a stray print statement. Thanks to Rick Warner in bug #125261. | Zac Medico | 2007-01-28 | 1 | -1/+0 |
* | Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins... | Zac Medico | 2007-01-27 | 1 | -1/+2 |
* | For consistency, do not imply --pretend with --changelog since that prevents ... | Zac Medico | 2007-01-27 | 1 | -5/+0 |
* | Namespace sanitizing, step 5 | Marius Mauch | 2007-01-25 | 1 | -87/+88 |
* | For bug #161356, prevent an AttributeError if the exception has no __module__... | Zac Medico | 2007-01-20 | 1 | -1/+1 |
* | Simplify rsync timestamp.chk handling and print the correct path for bug #507... | Zac Medico | 2007-01-18 | 1 | -50/+43 |
* | fix apply_permissions import and use keyworded args in the call, as well as P... | Alec Warner | 2007-01-18 | 1 | -1/+1 |
* | dump emerge's normpath in favor of portage_util's normalize_path | Alec Warner | 2007-01-18 | 1 | -13/+1 |
* | switch news timestamp and unread/read storage to '/var/lib/gentoo' like the G... | Alec Warner | 2007-01-16 | 1 | -1/+2 |
* | Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite th... | Alec Warner | 2007-01-16 | 1 | -7/+14 |
* | merge glep42 into trunk | Alec Warner | 2007-01-16 | 1 | -0/+51 |