aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* portage.update.fixdbentries(): Fix ResourceWarnings with Python 3.2.Arfrever Frehtes Taifersar Arahesis2012-02-161-2/+3
* SubProcess: use non-blocking waitpidZac Medico2012-02-151-12/+27
* 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-152-2/+10
* SpawnProcess: use os.open for /dev/null inputZac Medico2012-02-151-3/+3
* MergeProcess: inherit stdin for use with pdbZac Medico2012-02-151-0/+7
* treewalk: handle EAGAIN from listdir for PyPy 1.8Zac Medico2012-02-151-2/+15
* get_open_fds: handle EAGAIN for PyPy 1.8Zac Medico2012-02-151-1/+15
* Scheduler: PyPy WeakValueDictionary.pop KeyErrorZac Medico2012-02-141-1/+8
* SpawnProcess: for stdout use os.write, not fdopenZac Medico2012-02-141-6/+5
* repoman: fix ebuild.badheader for bug #403705Zac Medico2012-02-141-0/+1
* SubProcess._wait: add debug code for bug #403697Zac Medico2012-02-141-0/+6
* Assert that fork returns int for bug 403697.Zac Medico2012-02-142-0/+7
* AsynchronousTask: skip cancelled check in _startZac Medico2012-02-142-6/+0
* 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-143-11/+22
* EventLoop._do_poll: tweak EINTR handlingZac Medico2012-02-131-13/+14
* AsynchronousTask: don't wait for exit statusZac Medico2012-02-139-15/+35
* 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
* PollScheduler: use idle_add to check terminationZac Medico2012-02-122-22/+41
* repoman: check for env-update, bug #402339Zac Medico2012-02-121-1/+1
* Scheduler: simplify _sched_iface constructionv2.2.0_alpha86Zac Medico2012-02-111-14/+3
* EbuildIpcDaemon: handle POLLHUP, bug #401919Zac Medico2012-02-111-0/+24
* AbstractPollTask: merge _wait from subclassZac Medico2012-02-112-12/+6
* xpak.unpackinfo: validate paths, bug #403149Zac Medico2012-02-111-24/+20
* QueueScheduler: tweak run loop logicZac Medico2012-02-111-5/+5
* EventLoop.iteration: handle _poll StopIterationZac Medico2012-02-111-1/+7
* MetadataRegen: use porttreesZac Medico2012-02-111-1/+4
* _emerge.MetadataRegen.MetadataRegen._iter_metadata_processes():Arfrever Frehtes Taifersar Arahesis2012-02-111-21/+23
* EventLoop: remove obsolete timeout_add commentZac Medico2012-02-111-7/+0
* EventLoop.iteration: run timeouts if no fdsZac Medico2012-02-111-1/+9
* PollScheduler: return None from _schedule_tasksZac Medico2012-02-113-15/+12
* QueueScheduler: timeout compat for GlibEventLoopZac Medico2012-02-111-10/+19
* 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
* display_autounmask: highlight config changesZac Medico2012-02-101-4/+12
* GlibEventLoop: use gi.repository.GLibZac Medico2012-02-101-5/+1
* PollScheduler: add generic _main_loop()Zac Medico2012-02-104-27/+30
* Scheduler: cleanup timeout after _main_loopZac Medico2012-02-101-2/+3
* EbuildMerge: add exit_hook to unlock build dirZac Medico2012-02-103-5/+7
* Use IO_* constants where appropriate.Zac Medico2012-02-097-23/+38
* 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-094-2/+60
* AsynchronousTask: exit listeners reverse orderZac Medico2012-02-091-1/+5
* QueueScheduler: fix for IpcDaemonTestCaseZac Medico2012-02-091-1/+3
* EventLoop: fix inverted may_block logicZac Medico2012-02-081-2/+2