aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
* asyncio: explicitly close event loops (bug 654390)Zac Medico2018-05-061-0/+5
* emerge/ebuild: sanitize file descriptors on startupZac Medico2018-02-221-0/+1
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-3/+2
* Turn a traceback into a graceful errorAlexander Berntsen2014-06-141-1/+8
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-2/+2
* fix random pylint errorsMike Frysinger2013-11-291-2/+2
* Remove unused imports, bug #469022Vladimir Romanov2013-05-151-1/+0
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+4
* emerge: handle KeyboardInterrupt, not SIGINTZac Medico2012-10-141-45/+52
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-7/+4
* Don't use SIGUSR1 under Jython, bug #424259.Zac Medico2012-07-021-2/+9
* When killed by signal, return 128 + signum.Zac Medico2011-01-151-4/+4
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Update SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions sinceZac Medico2010-03-131-1/+2
* Add references to bug #309001 in comments about SIGPIPE handling.Zac Medico2010-03-131-0/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Bug #280320 - Fix broken _emerge.main ImportError handler..Zac Medico2009-08-041-1/+1
* Move __init__.py to main.py.Zac Medico2009-06-261-2/+2
* Update copyright headers.Zac Medico2009-03-181-2/+2
* Bug #261852 - If an unexpected exception is raise from emerge_main() thenZac Medico2009-03-101-0/+16
* Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian Harrin...Zac Medico2008-12-231-0/+5
* Move initial signal handlers to the launcher script.Zac Medico2008-12-231-0/+17
* 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