summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-141-2/+15
|\
| * Use more correct paths to byte-compiled Python modules with Python 3.2Arfrever Frehtes Taifersar Arahesis2010-08-141-2/+15
* | Pass $USE via IPC in order to ensure that we have the correct value forZac Medico2010-08-141-2/+8
|/
* Fix the ACCEPT_LICENSE setting that's generated for eutils check_license()Zac Medico2010-08-141-15/+26
* When in background mode, set NOCOLOR=true in order to prevent colorZac Medico2010-08-141-0/+5
* Add PORTAGE_PYTHON to _environ_whitelist.Zac Medico2010-08-141-1/+1
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-144-6/+5
* Move 'phase' attribute to AbstractEbuildProcess from subclasses, soZac Medico2010-08-143-11/+11
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-142-5/+6
* Fix EbuildSpawnProcess to use self.settings.environ() for the spawnZac Medico2010-08-143-22/+12
* portage.dep: Integrate the functionality of dep_opconvert into use_reduceSebastian Luther2010-08-145-27/+92
* Make sure PORTAGE_IPC_DAEMON is only in the environment forZac Medico2010-08-141-3/+6
* Fix _schedule spelling in _schedule_waitpid().Zac Medico2010-08-141-1/+1
* Add a PollScheduler._schedule_waitpid() method for SubProcess._wait()Zac Medico2010-08-144-4/+49
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-134-24/+37
* Add a SIGUSR1 handling to trigger pdb.set_trace().Zac Medico2010-08-131-0/+6
* Add back the POLLHUP handling for now since PipeReaderTestCase breaksZac Medico2010-08-131-1/+5
* Stop handling POLLHUP events, since we're only polling for input andZac Medico2010-08-131-5/+1
* Define basestring for python3.Zac Medico2010-08-131-0/+4
* Implement use dependency defaultsSebastian Luther2010-08-1310-152/+541
* Set PORTAGE_PYTHON in processes executed by portage.process._exec().Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+4
* portage.os is apparently imported, so os doesn't need to be imported.Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+0
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-142-0/+4
* Handle KeyError due to stale events.Zac Medico2010-08-131-6/+14
* Set o-r on ipc fifos since the are sensitive to reading.Zac Medico2010-08-131-1/+1
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-134-2/+64
* Rename SubProcess._zombie() to _orphan_process_warn() and clarifyZac Medico2010-08-132-6/+6
* Write eerror messages to the log file, and only to stdout whenZac Medico2010-08-131-5/+30
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-131-0/+1
|\
| * Remove files generated by testCompileModules.Arfrever Frehtes Taifersar Arahesis2010-08-131-0/+1
* | Bug #278895 - After EbuildIpcDaemon identifies an ebuild process thatZac Medico2010-08-132-1/+28
|/
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-138-101/+147
* Use SpawnProcess instead of doebuild.spawn().Zac Medico2010-08-131-17/+14
* * Fix IndexError in PollScheduler._next_poll_event() by raisingZac Medico2010-08-131-2/+11
* Call pickle.load() directly on the input pipe, and handle exceptions.Zac Medico2010-08-121-7/+4
* Refactor interaction between EbuildIpcDaemon and ExitCommand.Zac Medico2010-08-122-9/+27
* Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon basedZac Medico2010-08-122-21/+52
* Split out an EbuildIpcDaemon class from FifoIpcDaemon.Zac Medico2010-08-123-44/+55
* Fix inverted logic in eapi_supports_prefix() call, which causes aZac Medico2010-08-121-1/+1
* Don't use unicode wrapper for mkfifo since it only allows stringZac Medico2010-08-121-0/+1
* Add some pieces of an IPC framework that will eventually allow ebuildZac Medico2010-08-122-0/+148
* Tests: ResolverPlayground: more debug stuffSebastian Luther2010-08-121-1/+6
* Avoid unnecessary sys.hexversion conditional.Zac Medico2010-08-121-5/+2
* Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbuildProcessZac Medico2010-08-125-30/+17
* Tests: ResolverPlayground: add debug option to not supress depgraph outputSebastian Luther2010-08-121-2/+4
* Tests: ResolverPlayground: create world fileSebastian Luther2010-08-121-1/+14
* Consolidate EBUILD_EXIT_STATUS_FILE handling in doebuild.spawn()Zac Medico2010-08-123-44/+20
* Fix lazyimport() to handle partially imported modules by creatingZac Medico2010-08-121-1/+5
* autounmask: Print use flag that trigger a given dep in commentsSebastian Luther2010-08-121-2/+33
* Tests: more resolver/test_autounmask testsSebastian Luther2010-08-121-0/+19