summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Pass existing portdbapi and vardbapi instances into the NewsManager constructor.Zac Medico2007-06-132-16/+18
* Make display_news_notification() reuse the existing portdbapi instance.Zac Medico2007-06-131-7/+10
* Pass all the of the existing package databases into post_emerge() so that we ...Zac Medico2007-06-131-8/+12
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-06-131-2/+10
* Get registry object from vardbapi directly instead of creating another oneMarius Mauch2007-06-131-9/+7
* Add portageq command to list preserved libsMarius Mauch2007-06-131-2/+2
* In dblink.treewalk(), handle the case where the current cpv is already instal...Zac Medico2007-06-131-0/+5
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to...Zac Medico2007-06-131-2/+20
* Fix dblink.isowner() so it works properly when ROOT!=/.Zac Medico2007-06-131-1/+1
* Use cached dblink instances for collision-protect.Zac Medico2007-06-131-17/+3
* Cache dblink instances for security checks and reference counts during merge/...Zac Medico2007-06-131-45/+53
* Reuse previously acquired lstat results.Zac Medico2007-06-121-1/+1
* Remove some useless dircache code.Zac Medico2007-06-121-7/+2
* Always return a dict from dblink.getcontents() since callers never expect to ...Zac Medico2007-06-121-5/+12
* For bug #181021, during unmerge use all slot matches for reference counts (in...Zac Medico2007-06-121-22/+16
* For consistency with other xterm titles code, redirect $PROMPT_COMMAND output...Zac Medico2007-06-111-1/+10
* Remove the "missing left parenthesis" test for now since it gives false posit...Zac Medico2007-06-111-3/+0
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-113-10/+37
* Fix the suid/sgid check so it only looks at regular files since it can genera...Zac Medico2007-06-101-1/+2
* Don't bother to warn about hardlinks to suid/sgid files before unlink since i...Zac Medico2007-06-101-6/+3
* For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F...Zac Medico2007-06-102-0/+57
* For bug #181551, support slot deps in package.keywords.Zac Medico2007-06-101-3/+4
* Preserve order of flags from IUSE in wildcard expansion.Zac Medico2007-06-101-1/+1
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. This...Zac Medico2007-06-091-13/+26
* When an update is discarded due to confmem, record it's mtime in the contents...Zac Medico2007-06-091-1/+1
* For bug #148702, automatically enable flags from IUSE if they correspond to u...Zac Medico2007-06-091-2/+17
* For bug #181387, fix an UnboundLocalError for the mymtime variable that is tr...Zac Medico2007-06-091-2/+7
* Only execute $PROMPT_COMMAND when appropriate.Zac Medico2007-06-091-1/+2
* For bug #152828, run ${CHOST}-ldconfig when ${CBUILD} != ${CHOST}.Zac Medico2007-06-092-10/+20
* For bug #139383, in xtermTitleReset() use os.system() instead of commands.get...Zac Medico2007-06-081-1/+2
* Ignore InvalidDependString exceptions from the RESTRICT of "nomerge" nodes.Zac Medico2007-06-071-4/+7
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-073-14/+26
* Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists...Zac Medico2007-06-072-6/+7
* Fix strange _DevNull instance has no attribute 'isatty' warnings that occur w...Zac Medico2007-06-071-1/+1
* When using a pty for logging, use setsid() to create a new session and make t...Zac Medico2007-06-073-11/+72
* Return copies of the cached values from pkgsplit and catpkgsplit.Zac Medico2007-06-061-2/+2
* For bug #181021, don't compare attributes of contents entries when deciding w...Zac Medico2007-06-061-1/+1
* For bug #82378, only set permissions on PORT_LOGDIR if it is created automati...Zac Medico2007-06-061-2/+4
* For bug #156536, update --resume docs to show that the resume history is capa...Zac Medico2007-06-061-4/+9
* Comment in portage.movefile() that it's impossible to preserve timestamps of ...Zac Medico2007-06-061-0/+2
* For bug #181021, preserve timestamps from ${D} during merge. For replacement...Zac Medico2007-06-061-95/+49
* Fix typo, split SPACE_SEPARATED variables on whitespace.Zac Medico2007-06-061-1/+1
* When dblink.treewalk() looks for an installed instance in the same slot, make...Zac Medico2007-06-051-0/+8
* Remove duplicate entries from special variables processed by env_update() (bu...Marius Mauch2007-06-051-2/+6
* Improve support for slot deps atoms given on the command line. Thanks to Fla...Zac Medico2007-06-041-2/+5
* For bug #164655, port quickpkg to python and use the tarfile module for prope...Zac Medico2007-06-041-0/+51
* Fix broken usage of lstrip in creating the PROFILE header field.Zac Medico2007-06-031-2/+3
* Remove pym/{cache,elog_modules} directory symlinks since they lead to upgrade...Zac Medico2007-06-032-2/+0
* Use the PORTAGE_BINHOST_HEADER_URI environment variable to define the URI hea...Zac Medico2007-06-021-4/+8
* copyrights.. id? what?Alec Warner2007-06-025-0/+22