summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Assert that fork returns int for bug 403697.Zac Medico2012-02-141-0/+4
* EventLoop: allow IO event handler re-entranceZac Medico2012-02-141-11/+6
* After python fork, don't close fds for PyPy 1.8.Zac Medico2012-02-142-10/+17
* EventLoop._do_poll: tweak EINTR handlingZac Medico2012-02-131-13/+14
* AsynchronousTask: don't wait for exit statusZac Medico2012-02-131-4/+6
* EventLoop: make _poll/_run_timeouts re-entrantZac Medico2012-02-131-62/+73
* Handle missing os.setgroups for PyPy.Zac Medico2012-02-133-2/+21
* checksum.py: remove PyPy 1.7 workaroundsZac Medico2012-02-131-30/+1
* xpak.unpackinfo: validate paths, bug #403149Zac Medico2012-02-111-24/+20
* EventLoop.iteration: handle _poll StopIterationZac Medico2012-02-111-1/+7
* EventLoop: remove obsolete timeout_add commentZac Medico2012-02-111-7/+0
* EventLoop.iteration: run timeouts if no fdsZac Medico2012-02-111-1/+9
* EventLoop: shorten iteration poll if timeoutsZac Medico2012-02-111-1/+1
* Fix FEATURES=no{doc,info,man} for bug #403181Zac Medico2012-02-111-1/+4
* GlibEventLoop: use gi.repository.GLibZac Medico2012-02-101-5/+1
* Use IO_* constants where appropriate.Zac Medico2012-02-091-4/+3
* EventLoop: name poll constants like glib'sZac Medico2012-02-092-1/+14
* EventLoop: inherit PollConstantsZac Medico2012-02-091-1/+1
* Add global_event_loop() and GlibEventLoop.Zac Medico2012-02-093-0/+58
* EventLoop: fix inverted may_block logicZac Medico2012-02-081-2/+2
* Move EventLoop to a separate file.Zac Medico2012-02-082-0/+374
* MergeProcess: handle POLLHUP from elog pipeZac Medico2012-02-081-0/+7
* test_poll: use TaskSchedulerZac Medico2012-02-081-7/+7
* IpcDaemonTestCase: init start_time earlierZac Medico2012-02-081-2/+2
* PollScheduler: don't inherit EventLoopZac Medico2012-02-081-1/+1
* PollScheduler: glib.io_add_watch() compatibilityZac Medico2012-02-071-0/+2
* spawn: assert that fork returns int typeZac Medico2012-02-061-1/+4
* Remove portage.const._ENABLE_XATTR.v2.2.0_alpha85Zac Medico2012-02-042-8/+2
* repoman: support git commit --gpg-signZac Medico2012-02-041-2/+8
* Honor repos.conf for overlay priority, bug 402099Daniel Hornung2012-02-031-2/+2
* LinkageMapELF: handle null bytes in NEEDED.ELF.2Zac Medico2012-01-311-0/+7
* Apply INSTALL_MASK prior to reading the treeBrian Harring2012-01-271-9/+9
* fix comment garbage from last commitZac Medico2012-01-171-1/+1
* xml/metadata.py: handle ExpatErrorZac Medico2012-01-171-2/+9
* Support repository dependencies in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-163-5/+15
* add support for compressing debug sections to save spaceMike Frysinger2012-01-141-1/+1
* Apply INSTALL_MASK prior to collision-protect.Zac Medico2012-01-142-9/+18
* test_config: fix AttributeError: 'str'Zac Medico2012-01-121-1/+2
* read_corresponding_eapi_file: unicode, bug 398587Zac Medico2012-01-111-1/+3
* quickpkg: add leading ./ to names for bug 398543Zac Medico2012-01-111-1/+1
* portage.debug.trace_handler.__init__(): Fix compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-01-111-2/+2
* ExtendedAtomDict: fix for python-traceZac Medico2012-01-101-4/+7
* env_update: ldsoconf_update flag not reliableZac Medico2012-01-091-4/+0
* Set REPOSITORY variable in ebuild environment in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-083-7/+15
* Set portage-1 as default profile format for repositories using EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-081-1/+5
* Set eapi attribute on portage.repository.config.RepoConfig objects.Arfrever Frehtes Taifersar Arahesis2012-01-081-5/+8
* getlibpaths: regex for includeZac Medico2012-01-031-2/+6
* Support include directives in ld.so.conf.Michał Górny2012-01-031-1/+12
* RepoConfigLoader: don't mix duplicate repo configv2.2.0_alpha84Zac Medico2011-12-281-18/+17
* RepoConfig.update(): copy more attributesZac Medico2011-12-273-10/+15