summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Make USE=prefix enable EPREFIX in all EAPIs.Zac Medico2011-12-071-2/+11
* action_sync: fix git_sync_timestamps KeyErrorZac Medico2011-12-061-8/+15
* fix logic from last commitZac Medico2011-12-041-1/+2
* depgraph: fix case insensitive search for unsatZac Medico2011-12-041-3/+11
* action_depclean: fix return codeZac Medico2011-12-022-5/+10
* Handle OSError from os.read and loop if needed.Zac Medico2011-12-013-23/+29
* process._exec: tweak opt_name for PyPyZac Medico2011-12-011-1/+6
* PipeReader: use os.read/writeZac Medico2011-12-011-19/+11
* test_uniqueArray.py: fix 'is' usage PyPy incompatZac Medico2011-12-011-3/+3
* AsynchronousLock: use os.read/writeZac Medico2011-12-011-15/+28
* checksum.py: detect PyPy crashes in hashlibZac Medico2011-12-011-0/+29
* _emerge/EbuildMetadataPhase.py: use os.read()Zac Medico2011-12-011-7/+13
* _emerge/SubProcess.py: support int fd in _filesZac Medico2011-12-011-1/+4
* MergeProcess: check if _elog_reader_fd is NoneZac Medico2011-12-011-1/+1
* locks.py: use flock with PyPy for issue 747Zac Medico2011-12-011-0/+5
* doebuild: disable noauto for binary packagesZac Medico2011-11-291-0/+4
* movefile: tweak unicode handlingZac Medico2011-11-281-8/+12
* movefile: chown/mod before renameZac Medico2011-11-281-15/+7
* movefile: avoid redundant string concatenationsZac Medico2011-11-281-6/+7
* movefile: remove unused lchownZac Medico2011-11-281-4/+2
* Preserve extended attributes on regular files when using Python >=3.3.Arfrever Frehtes Taifersar Arahesis2011-11-291-2/+14
* Revert "dblink.mergeme(): Merge files in alphabetic order."v2.2.0_alpha79Zac Medico2011-11-271-1/+1
* _get_dep_chain: fix KeyError, bug #392059Zac Medico2011-11-271-13/+22
* config: fix make.defaults inherit of make.globalsv2.2.0_alpha78Zac Medico2011-11-251-22/+23
* dblink.mergeme(): Merge files in alphabetic order.Arfrever Frehtes Taifersar Arahesis2011-11-261-1/+1
* elog/mod_syslog: fix 1 char msgs, bug #390965Zac Medico2011-11-251-0/+5
* repoman: fix svn "abiguous workdir", bug #391199v2.2.0_alpha77Zac Medico2011-11-211-0/+4
* emerge --help: show --quiet-buildZac Medico2011-11-201-1/+1
* _prepare_self_update: detect if already calledv2.2.0_alpha76Zac Medico2011-11-181-0/+4
* Schduler: _check_temp_dir in _handle_self_updateZac Medico2011-11-181-2/+9
* collect_ebuild_messages: handle \r, bug #390833Zac Medico2011-11-181-2/+3
* resolver/output: unused importsZac Medico2011-11-171-4/+3
* _make_msgfunction: convert to classZac Medico2011-11-171-6/+10
* config: tweak mapping implementation moreZac Medico2011-11-171-2/+4
* config: centralize mapping impl in _getitem/popZac Medico2011-11-171-15/+21
* collect_ebuild_messages: validate msg typeZac Medico2011-11-171-1/+11
* emerge --changelog: omit entry for current verZac Medico2011-11-171-1/+2
* depgraph: don't merge portage asapZac Medico2011-11-172-17/+0
* Tweak the last commit.Zac Medico2011-11-172-11/+9
* Skip the "resume after portage update" routine.Zac Medico2011-11-177-194/+92
* Show action as --action in emerge.log arg list.Zac Medico2011-11-171-1/+1
* Show option arguments in emerge.log arg list.Zac Medico2011-11-171-1/+11
* pkg_pretend: handle interruption morev2.2.0_alpha75Zac Medico2011-11-161-0/+6
* pkg_pretend: tweak final cleanup logicZac Medico2011-11-161-11/+9
* Scheduler.py: remove unused vars (pyflakes)Zac Medico2011-11-161-8/+0
* Tweak emerge --quiet-build default handling.Zac Medico2011-11-162-4/+1
* pkg_pretend: lock before unpacking binpkg xpakZac Medico2011-11-161-17/+20
* pkg_pretend: clean first for bug #390711Zac Medico2011-11-162-13/+37
* emerge --quiet-build: don't set PORTAGE_QUIETZac Medico2011-11-161-1/+1
* xterm title HOSTNAME support, bug #390699Zac Medico2011-11-161-1/+8