summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary dict.keys() call.Zac Medico2008-08-101-1/+1
* Remove most references to Package.metadata_keys and replace them withZac Medico2008-08-101-20/+18
* Fix typo.Zac Medico2008-08-101-1/+1
* Remove INHERITED from the vardbapi aux_get cache since it's not really thatZac Medico2008-08-102-7/+8
* Make the scheduler's job delay ramp up faster by increasing the factorZac Medico2008-08-101-2/+3
* Add write_contents() and tar_contents() functions to __all__.Zac Medico2008-08-091-1/+2
* * Use shlex.split() for splitting COLLISION_IGNORE.Zac Medico2008-08-091-1/+5
* Don't use "dir" for a variable name since it's also a builtin.Zac Medico2008-08-091-4/+4
* Escape use flags before compiling regular expressions from them. ThanksZac Medico2008-08-092-4/+12
* When calling dbaip.aux_get() inside depgraph._select_package(), only pull theZac Medico2008-08-091-2/+1
* Increase Scheduler._job_delay_factor from 0.5 to 0.75 so that the delayZac Medico2008-08-091-1/+1
* Add new LinkageMap.listBrokenBinaries() and listProviders() methods. ThanksZac Medico2008-08-081-0/+152
* Fix broken reference to os.path.realpath() inside LinkageMap.getSoname().Zac Medico2008-08-081-1/+1
* In LinkageMap.rebuild(), filter empty strings that may be returned from splitZac Medico2008-08-081-2/+4
* Handle missing ipv6 support (branches/prefix r11347).Zac Medico2008-08-081-1/+1
* * Fix the default() implementation so that it maps the ebuild argument toZac Medico2008-08-082-3/+11
* Shorten the scheduler status display in the xterm title by removing allZac Medico2008-08-081-1/+1
* In order to properly preserve --jobs and --load-average settings for --resumeZac Medico2008-08-071-3/+8
* Fix a bug in vardbapi.removeFromContents() which sometimes prevents theZac Medico2008-08-071-2/+3
* In order to conserve some space, make _setitem() skip writing keys for whichZac Medico2008-08-071-0/+2
* Make doebuild() display manifest verification failures for each corruptZac Medico2008-08-051-29/+57
* When there is no build log to display, it means that fetch failed, soZac Medico2008-08-051-15/+51
* Remove unused parse_use_local_desc() function.Zac Medico2008-08-051-22/+0
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-043-12/+18
* Remove code from bug #223447 which is now obsolete due to depclean usingZac Medico2008-08-041-13/+1
* Make the status display say "Emerging" and "Emerging binary" instead ofZac Medico2008-08-041-2/+2
* Insert extra newline before status messages, since that's how it used to be.Zac Medico2008-08-041-1/+2
* Make dblink.unmerge() succeed even when ebuild phases are unsuccessful becauseZac Medico2008-08-041-6/+6
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-031-57/+16
* Handle missing sets, to avoid KeyError raised from unmerge().Zac Medico2008-08-021-0/+12
* Add a new RestrictSet which contains all packages that match specifiedZac Medico2008-08-021-7/+67
* In the file collision elog message, only say 'NOT merged' whenZac Medico2008-08-021-4/+8