summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Instead of calling sys.exit when a ParseError occurs in the configZac Medico2007-12-111-1/+4
* Move the emerge module to _emerge to make it privateZac Medico2007-10-161-3/+3
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-201-1/+7
* In the same vein as copyright, add Id and svn:keywords to itAlec Warner2007-03-031-0/+1
* you can't insert into sys.path without importing sys...Alec Warner2007-03-031-0/+3
* For full backwards compat (with symlinks or other weird stuff) import everyth...Marius Mauch2007-02-171-3/+3
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as t...Marius Mauch2007-02-171-5366/+5
* Print hostname in xterm title if sheridan is available in the environmentMarius Mauch2007-02-171-4/+5
* Print filename when displaying package.mask commentsMarius Mauch2007-02-171-2/+3
* Optimize merge order calculation for --tree output when necessary.Zac Medico2007-02-141-1/+2
* For bug #158100, use an exact reversal of the actual merge order for --tree o...Zac Medico2007-02-141-0/+5
* In the event of a circular dependency panic, eliminate root nodes in order to...Zac Medico2007-02-121-0/+9
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
* Fix automatic sys.path insertions so that they're relative instead of absolut...Zac Medico2007-02-101-1/+2
* Create namespace for emergeMarius Mauch2007-02-081-3/+4
* For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b...Zac Medico2007-02-071-1/+2
* For bug #165783, handle an InvalidDependString exception triggered by an inva...Zac Medico2007-02-071-3/+9
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-0/+1
* For bug #165382, show a helpful message if an exception is raised from cpv_ex...Zac Medico2007-02-051-3/+16
* Fix another UnboundLocalError (branches/prefix r5893)Zac Medico2007-02-051-2/+2
* Fix "UnboundLocalError: local variable 'portage' referenced before assignment...Zac Medico2007-02-031-2/+2
* Rename dir.bz2 since that's the most likely case now.Zac Medico2007-02-011-1/+1
* Fix --newuse so that it works correctly with --usepkg.Zac Medico2007-02-011-2/+1
* Load the most current variables from /etc/profile.env for post_emerge stuff.Zac Medico2007-02-011-0/+6
* Fix "UnboundLocalError: local variable 'portage' referenced before assignment...Zac Medico2007-01-301-1/+0
* For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo().Zac Medico2007-01-301-0/+2
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean operat...Zac Medico2007-01-291-4/+5
* Remove a stray print statement. Thanks to Rick Warner in bug #125261.Zac Medico2007-01-281-1/+0
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...Zac Medico2007-01-271-1/+2
* For consistency, do not imply --pretend with --changelog since that prevents ...Zac Medico2007-01-271-5/+0
* Namespace sanitizing, step 5Marius Mauch2007-01-251-87/+88
* For bug #161356, prevent an AttributeError if the exception has no __module__...Zac Medico2007-01-201-1/+1
* Simplify rsync timestamp.chk handling and print the correct path for bug #507...Zac Medico2007-01-181-50/+43
* fix apply_permissions import and use keyworded args in the call, as well as P...Alec Warner2007-01-181-1/+1
* dump emerge's normpath in favor of portage_util's normalize_pathAlec Warner2007-01-181-13/+1
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the G...Alec Warner2007-01-161-1/+2
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite th...Alec Warner2007-01-161-7/+14
* merge glep42 into trunkAlec Warner2007-01-161-0/+51
* Catch InvalidData exceptions for bad atoms passed as emerge arguments.Zac Medico2007-01-131-1/+4
* Obey the silent parameter when parsing options.Zac Medico2007-01-131-1/+1
* For bug #144380, disable color at emerge startup and then enable it only when...Zac Medico2007-01-131-14/+7
* Use end_paragraph(1) instead of add_line_break() so that there is really a bl...Zac Medico2007-01-131-1/+1
* Send the unmerge failure message to stderr.Zac Medico2007-01-131-2/+3
* Send the slot collision notice to stderr and only show minimal output in --qu...Zac Medico2007-01-121-12/+19
* Revert accidentally modified joins.Zac Medico2007-01-121-2/+2
* fix "" " " bugAlec Warner2007-01-121-3/+3
* purge string module from emergeAlec Warner2007-01-121-13/+13
* For bug #147512, don't print a cryptic error message when an EnvironmentError...Zac Medico2007-01-121-0/+2
* For bug #50738, inform the user about the location of the timestamp file and ...Zac Medico2007-01-111-0/+4
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1