summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Package._init_use: always sync _metadatav2.2.0_alpha160Zac Medico2013-01-231-2/+3
* Add debug output for cases like bug #453400.Zac Medico2013-01-231-0/+20
* Package: avoid redundant splitting of USEZac Medico2013-01-231-4/+3
* Package: filter built USE for bug #453400Zac Medico2013-01-231-27/+38
* Fix default use match for implicit IUSE.v2.2.0_alpha159Zac Medico2013-01-211-2/+5
* Add workaround for Python 2.6.4 issue 4978Zac Medico2013-01-182-4/+9
* Use unicode_literals more.Zac Medico2013-01-1813-104/+123
* emerge --info: show free ram/swap, bug #451048Zac Medico2013-01-161-0/+13
* emerge: add reference to the portage(5) man page when failingMike Frysinger2013-01-151-8/+9
* EbuildMetadataPhase: use dynamic pipe fdZac Medico2013-01-151-2/+3
* SpawnProcess: improve dummy pipe allocation logicZac Medico2013-01-155-26/+35
* test-fail-continue: mark complete, bug #452030Zac Medico2013-01-151-1/+8
* SpawnProcess: avoid fd_pipes interferenceZac Medico2013-01-151-2/+8
* SpawnProcess: handle fcntl ENOTTY for FreeBSDZac Medico2013-01-101-3/+8
* autounmask: tweak --autounmask-write suggestionZac Medico2013-01-081-3/+4
* autounmask: show file names for suggested changesBen Kohler2013-01-081-5/+7
* SpawnProcess: stdout_fd FD_CLOEXECZac Medico2013-01-071-0/+15
* MetadataRegen: simplify _iter_every_cpZac Medico2013-01-061-7/+3
* MetadataRegen: call cp_all for each categoryZac Medico2013-01-061-9/+11
* _keep_scheduling: check _terminated.is_set()Zac Medico2013-01-061-2/+2
* MetadataRegen: portdbapi.cp_all() already sortedZac Medico2013-01-061-1/+1
* MetadataRegen: fix signal interrupt handlingZac Medico2013-01-061-3/+4
* BinpkgVerifier: use async FileDigesterZac Medico2013-01-051-49/+95
* PipeReader: support plain fd without file objZac Medico2013-01-031-4/+8
* Enable FD_CLOEXEC for non-blocking pipes.Zac Medico2013-01-034-7/+60
* portage._internal_caller: use global_event_loopZac Medico2013-01-031-2/+4
* SpawnProcess: support close_fdsZac Medico2013-01-031-2/+2
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-3/+1
* emerge --depclean: show atoms in verbose outputZac Medico2013-01-021-11/+17
* resume_depgraph: check for alternative installedZac Medico2013-01-023-15/+33
* depgraph: dynamic deps parallel metadata regenZac Medico2013-01-012-8/+59
* FakeVartree: split _apply_dynamic_deps methodZac Medico2013-01-011-26/+39
* Revert "AsynchronousLock: override _async_wait_cb"Zac Medico2013-01-011-3/+3
* AsynchronousLock: override _async_wait_cbZac Medico2013-01-011-3/+3
* emerge --depclean: clarify unsatisfied atomsZac Medico2012-12-311-1/+6
* _LockThread: use thread-safe EventLoop.idle_add()Zac Medico2012-12-311-35/+8
* AsynchronousTask: _async_wait is thread-safeZac Medico2012-12-311-1/+1
* AsynchronousTask: add _async_wait methodZac Medico2012-12-3011-19/+32
* emerge --select: add -w short optionZac Medico2012-12-292-2/+4
* Use run_main_scheduler where possible.Zac Medico2012-12-281-28/+4
* emerge -h: add @ prefix to system and world setsZac Medico2012-12-241-1/+1
* Support subslots in command line arguments.Arfrever Frehtes Taifersar Arahesis2012-12-232-2/+2
* Rename a private module in preparation for extending its functionality.Arfrever Frehtes Taifersar Arahesis2012-12-191-1/+1
* depclean warning: count nested sets, bug #298298Zac Medico2012-12-171-3/+11
* depclean summary: count nested sets, bug #298298Zac Medico2012-12-171-4/+10
* Handle closed sys.__stdin__, for multiprocessingZac Medico2012-12-152-2/+2
* get_real_flag: handle implicit iusev2.2.0_alpha147Zac Medico2012-12-091-2/+5
* emerge --info: handle bug #446358 morev2.2.0_alpha146Zac Medico2012-12-091-6/+9
* get_real_flag: handls use-dep default bug #446666Zac Medico2012-12-093-2/+11
* emerge --verbose: [ y | n ] for bug #446324v2.2.0_alpha145Zac Medico2012-12-081-2/+15