summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Bug #237526 - Use portage.util.grablines() for exception handling whenZac Medico2008-09-131-14/+5
* Define __all__ and remove unused imports found by pyflakes.Zac Medico2008-09-131-3/+6
* Move the world file update code out of update_config_files() since it shouldZac Medico2008-09-132-14/+16
* Adjust StaticFileSet._validate() to allow set tokens, so that sets can containZac Medico2008-09-031-1/+1
* Adjust EMakeParallelDisabled.re to require at least one space after emake.Zac Medico2008-09-011-1/+1
* Check for calls to the deprecated bindnow-flags function. Thanks to DiegoZac Medico2008-08-312-1/+8
* Add a warning for emake -j1 calls which disable parallelization. Thanks toZac Medico2008-08-312-1/+9
* Add support for FEATURES="protect-owned" which is identical to theZac Medico2008-08-301-4/+10
* In dep_zapdeps(), add a new choice category for choices that have packagesZac Medico2008-08-301-2/+4
* When reloading the emerge config due to global updates in action_sync(),Zac Medico2008-08-271-0/+1
* Revert recent changes to _ObjectKey.__eq__() since it's probably a bug ifZac Medico2008-08-251-5/+0
* Fix _ObjectKey.__eq__() to account for potential hash collisions that wouldZac Medico2008-08-241-5/+6
* Prevent [None] in repo display. Thanks to grobian.Zac Medico2008-08-241-1/+1
* * Fix broken _ObjectKey.__eq__() logic from previous commit.Zac Medico2008-08-241-3/+7
* Avoid possible AttributeError raised from _ObjectKey.__eq__().Zac Medico2008-08-241-0/+2
* More LinkageMap enhancments from Lucian Poston:Zac Medico2008-08-231-58/+93
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-233-8/+19
* Fix isprotected() call in dblink._collision_protect() to properly accountZac Medico2008-08-221-1/+2
* Use shlex.split() to split CONFIG_PROTECT and CONFIG_PROTECT_MASK.Zac Medico2008-08-221-2/+2
* For consistency, show [0] in the repo display instead of suppressing it. NowZac Medico2008-08-221-16/+38
* Update comment, from Lucian Poston's git repo.Zac Medico2008-08-221-1/+4
* Optimize LinkageMap to use tuples of device and inode numbers from statZac Medico2008-08-221-166/+264
* Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.Zac Medico2008-08-211-1/+1
* Fix spelling of overriding for bug #235250.Zac Medico2008-08-201-1/+1
* Fix dep_wordreduce() so that it doesn't cancel out blocker atoms that happenZac Medico2008-08-201-1/+3
* Make dblink call back to the scheduler for "clean" and "cleanrm" phases, toZac Medico2008-08-202-7/+18
* Make sure EBUILD_PHASE is properly unset when calling misc-functions.sh.Zac Medico2008-08-202-0/+3
* When in background mode, redirect "adjusting permissions" messages forZac Medico2008-08-192-26/+67
* The following error is known to occur with Linux kernel versionsZac Medico2008-08-181-1/+19
* * Truncate status display output when necessary to avoid line overflow andZac Medico2008-08-181-3/+24
* Don't assume that the "world" set is an instance of WorldSet, allowing theZac Medico2008-08-181-13/+33
* Fix atom -> str breakage in StaticFileSet.write().Zac Medico2008-08-181-3/+3
* For consistency, make get_open_fds() return a plain iterator in any case,Zac Medico2008-08-151-2/+2
* Use a list comprehension instead of strange map() usage which yields oddZac Medico2008-08-151-1/+2
* For py3k compatibility, replace map() call with a normal for loop. Thanks toZac Medico2008-08-151-1/+2
* Pass atom instances into action_depclean() instead of the plain strings.Zac Medico2008-08-151-2/+4
* Validate atoms from command line args before calling action_depclean().Zac Medico2008-08-151-0/+28
* In order to avoid an unhandled InvalidAtom exception, validate atoms fromZac Medico2008-08-151-0/+14
* * Replace vartree.dep_match() call with normal dbapi.match() call.Zac Medico2008-08-151-3/+1
* When a build fails, generate a status message showing which packageZac Medico2008-08-141-18/+46
* * Fix parse_metadata_use() to raise ParseError instead of the ExpatErrorZac Medico2008-08-141-1/+17
* The fpformat module is deprecated and will be removed in py3k.Zac Medico2008-08-141-2/+1
* Make Scheduler._choose_pkg() parallelize more aggressively in cases whenZac Medico2008-08-141-5/+19
* Bug #234478 - Fix config._getMissingLicenses() to only access USE whenZac Medico2008-08-121-2/+8
* Disable "waiting for lock" messages when in background mode. Thanks to ThargorZac Medico2008-08-122-1/+11
* Fix ebuild(1) so that src_configure is only called for EAPIs for which itZac Medico2008-08-111-0/+6
* Entirely disable the src_configure phase from the python side for EAPI valuesZac Medico2008-08-111-1/+7
* Increase Scheduler._job_delay_max to 10 seconds.v2.2_rc7Zac Medico2008-08-101-1/+1
* For pkg_config and pkg_info, add respective "config" and "info" values toZac Medico2008-08-101-1/+1
* When testing userpriv write access in $DISTDIR, redirect the 'permissionZac Medico2008-08-101-1/+1