summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Remove extended package set configuration docs.v2.1.10.51Zac Medico2012-03-231-5/+5
* portage.const: toggle constants for stable branchZac Medico2012-03-231-4/+4
* movefile: clarify message for xattr copy errorv2.2.0_alpha95Zac Medico2012-03-231-1/+13
* movefile: refactor selinux conditional codeZac Medico2012-03-231-15/+13
* Clarify symlink/dir collision for bug #409359.Zac Medico2012-03-231-7/+24
* mtimedb: fix hexversion for python issue 5729Zac Medico2012-03-222-2/+2
* mtimedb: enable JSON write supportv2.2.0_alpha94Zac Medico2012-03-221-11/+11
* PreservedLibsRegistry: try to parse as JSON firstZac Medico2012-03-221-3/+3
* PreservedLibsRegistry: enable JSON write supportZac Medico2012-03-211-2/+2
* getmaskingreason: use remember_source_fileZac Medico2012-03-211-1/+7
* doebuild_environment: comment on bug #408817v2.2.0_alpha93Zac Medico2012-03-191-0/+8
* spawn_nofetch: clone locked config, bug #408817Zac Medico2012-03-192-3/+6
* doebuild_environment: sanity check for bug 408817Zac Medico2012-03-191-8/+12
* unmerge: remove unused preserve-libsZac Medico2012-03-181-0/+9
* dispatch_conf: fix broken diffstatusoutput_lenv2.2.0_alpha92Zac Medico2012-03-181-1/+1
* Omit EPREFIX from paths in unicode QA Notice.Zac Medico2012-03-172-5/+7
* Use eqawarn for install of non UTF-8 file names.Zac Medico2012-03-172-16/+5
* Manifest: filter file names with repoman's regexZac Medico2012-03-171-1/+9
* portageq: add "colormap" helperMike Frysinger2012-03-112-6/+8
* dispatch-conf: do regex matching ourselvesMike Frysinger2012-03-101-4/+4
* whirlpool.py: fix WhirlpoolAdd for bug #406407Zac Medico2012-03-051-1/+1
* pruneNonExisting: handle eselect-opengl symlinksv2.2.0_alpha90Zac Medico2012-03-041-3/+33
* cvstree.getentries: handle "ignored" files in cvsZac Medico2012-02-271-2/+8
* autounmask: Avoid unmasking live versions if possibleSebastian Luther2012-02-261-1/+46
* Unmerge orphan directory symlinks for bug 384397.v2.2.0_alpha89Zac Medico2012-02-221-3/+85
* dblink: split out _unmerge_dirs methodZac Medico2012-02-221-88/+106
* _eventloop: use explicit relative importsv2.2.0_alpha87Zac Medico2012-02-173-7/+6
* MtimeDB: add JSON read/writeZac Medico2012-02-171-14/+55
* MtimeDB._load: explicitly close fileZac Medico2012-02-171-3/+5
* PreservedLibsRegistry: add JSON read/writeZac Medico2012-02-171-10/+51
* repoman: make virtual.oldstyle an errorZac Medico2012-02-171-2/+7
* PollSelectAdapter: don't inherit PollConstantsZac Medico2012-02-171-1/+1
* Move Poll{Constants,SelectAdapter} to _eventloop.Zac Medico2012-02-173-3/+94
* Move _emerge.SlotObject to portage.util.Zac Medico2012-02-172-1/+52
* Remove redundant inherited __slots__ values.Zac Medico2012-02-171-1/+1
* EventLoop: fix _io_handler_class "f" attributeZac Medico2012-02-171-1/+1
* portage.package.ebuild.fetch.fetch(): Fix ResourceWarning with Python 3.2.Arfrever Frehtes Taifersar Arahesis2012-02-171-9/+10
* EventLoop.iteration: run timeouts lastZac Medico2012-02-171-12/+12
* EventLoop: prune obsolete codeZac Medico2012-02-171-70/+18
* EventLoop.iteration: poll for blocking, not sleepZac Medico2012-02-161-2/+5
* EventLoop.child_watch_add: dynamic IO watchZac Medico2012-02-161-10/+22
* EventLoop: wakeup poll loop to receive sigchildZac Medico2012-02-161-1/+12
* EventLoop: fix signal race in _sigchld_initZac Medico2012-02-161-1/+1
* EventLoop: fix _sigchld_io_cb to return TrueZac Medico2012-02-161-0/+1
* EventLoop: implement child_watch_addZac Medico2012-02-162-0/+96
* portage.update.fixdbentries(): Fix ResourceWarnings with Python 3.2.Arfrever Frehtes Taifersar Arahesis2012-02-161-2/+3
* EventLoop.iteration: sleep if no IO handlersZac Medico2012-02-151-1/+13
* EventLoop.timeout_add: fix inverted min intervalZac Medico2012-02-151-1/+1
* Comment about _setup_pipes / PyPy GC interaction.Zac Medico2012-02-151-1/+5
* MergeProcess: inherit stdin for use with pdbZac Medico2012-02-151-0/+7