misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
SlotObject: validate __slots__ and keyword args
Zac Medico
2012-02-17
1
-2
/
+11
*
Remove redundant inherited __slots__ values.
Zac Medico
2012-02-17
2
-2
/
+2
*
EventLoop: fix _io_handler_class "f" attribute
Zac Medico
2012-02-17
1
-1
/
+1
*
portage.package.ebuild.fetch.fetch(): Fix ResourceWarning with Python 3.2.
Arfrever Frehtes Taifersar Arahesis
2012-02-17
1
-9
/
+10
*
EventLoop.iteration: run timeouts last
Zac Medico
2012-02-17
1
-12
/
+12
*
SubProcess._waitpid_cb: fix args for glib compat
Zac Medico
2012-02-17
1
-1
/
+1
*
EventLoop: prune obsolete code
Zac Medico
2012-02-17
1
-70
/
+18
*
EventLoop.iteration: poll for blocking, not sleep
Zac Medico
2012-02-16
1
-2
/
+5
*
EventLoop.child_watch_add: dynamic IO watch
Zac Medico
2012-02-16
1
-10
/
+22
*
EventLoop: wakeup poll loop to receive sigchild
Zac Medico
2012-02-16
1
-1
/
+12
*
EventLoop: fix signal race in _sigchld_init
Zac Medico
2012-02-16
1
-1
/
+1
*
EventLoop: fix _sigchld_io_cb to return True
Zac Medico
2012-02-16
1
-0
/
+1
*
SubProcess: use child_watch_add
Zac Medico
2012-02-16
1
-29
/
+7
*
EventLoop: implement child_watch_add
Zac Medico
2012-02-16
3
-1
/
+99
*
portage.update.fixdbentries(): Fix ResourceWarnings with Python 3.2.
Arfrever Frehtes Taifersar Arahesis
2012-02-16
1
-2
/
+3
*
SubProcess: use non-blocking waitpid
Zac Medico
2012-02-15
1
-12
/
+27
*
EventLoop.iteration: sleep if no IO handlers
Zac Medico
2012-02-15
1
-1
/
+13
*
EventLoop.timeout_add: fix inverted min interval
Zac Medico
2012-02-15
1
-1
/
+1
*
Comment about _setup_pipes / PyPy GC interaction.
Zac Medico
2012-02-15
2
-2
/
+10
*
SpawnProcess: use os.open for /dev/null input
Zac Medico
2012-02-15
1
-3
/
+3
*
MergeProcess: inherit stdin for use with pdb
Zac Medico
2012-02-15
1
-0
/
+7
*
treewalk: handle EAGAIN from listdir for PyPy 1.8
Zac Medico
2012-02-15
1
-2
/
+15
*
get_open_fds: handle EAGAIN for PyPy 1.8
Zac Medico
2012-02-15
1
-1
/
+15
*
Scheduler: PyPy WeakValueDictionary.pop KeyError
Zac Medico
2012-02-14
1
-1
/
+8
*
SpawnProcess: for stdout use os.write, not fdopen
Zac Medico
2012-02-14
1
-6
/
+5
*
repoman: fix ebuild.badheader for bug #403705
Zac Medico
2012-02-14
1
-0
/
+1
*
SubProcess._wait: add debug code for bug #403697
Zac Medico
2012-02-14
1
-0
/
+6
*
Assert that fork returns int for bug 403697.
Zac Medico
2012-02-14
2
-0
/
+7
*
AsynchronousTask: skip cancelled check in _start
Zac Medico
2012-02-14
2
-6
/
+0
*
EventLoop: allow IO event handler re-entrance
Zac Medico
2012-02-14
1
-11
/
+6
*
After python fork, don't close fds for PyPy 1.8.
Zac Medico
2012-02-14
3
-11
/
+22
*
EventLoop._do_poll: tweak EINTR handling
Zac Medico
2012-02-13
1
-13
/
+14
*
AsynchronousTask: don't wait for exit status
Zac Medico
2012-02-13
9
-15
/
+35
*
EventLoop: make _poll/_run_timeouts re-entrant
Zac Medico
2012-02-13
1
-62
/
+73
*
runtests.sh: test PyPy 1.8, and support prefix
Zac Medico
2012-02-13
1
-4
/
+10
*
Handle missing os.setgroups for PyPy.
Zac Medico
2012-02-13
3
-2
/
+21
*
checksum.py: remove PyPy 1.7 workarounds
Zac Medico
2012-02-13
1
-30
/
+1
*
PollScheduler: use idle_add to check termination
Zac Medico
2012-02-12
2
-22
/
+41
*
repoman: check for env-update, bug #402339
Zac Medico
2012-02-12
1
-1
/
+1
*
Scheduler: simplify _sched_iface construction
v2.2.0_alpha86
Zac Medico
2012-02-11
1
-14
/
+3
*
EbuildIpcDaemon: handle POLLHUP, bug #401919
Zac Medico
2012-02-11
1
-0
/
+24
*
AbstractPollTask: merge _wait from subclass
Zac Medico
2012-02-11
2
-12
/
+6
*
xpak.unpackinfo: validate paths, bug #403149
Zac Medico
2012-02-11
1
-24
/
+20
*
QueueScheduler: tweak run loop logic
Zac Medico
2012-02-11
1
-5
/
+5
*
EventLoop.iteration: handle _poll StopIteration
Zac Medico
2012-02-11
1
-1
/
+7
*
MetadataRegen: use porttrees
Zac Medico
2012-02-11
1
-1
/
+4
*
_emerge.MetadataRegen.MetadataRegen._iter_metadata_processes():
Arfrever Frehtes Taifersar Arahesis
2012-02-11
1
-21
/
+23
*
EventLoop: remove obsolete timeout_add comment
Zac Medico
2012-02-11
1
-7
/
+0
*
EventLoop.iteration: run timeouts if no fds
Zac Medico
2012-02-11
1
-1
/
+9
*
PollScheduler: return None from _schedule_tasks
Zac Medico
2012-02-11
3
-15
/
+12
[next]