GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
_eventloop: use explicit relative imports
v2.2.0_alpha87
Zac Medico
2012-02-17
3
-7
/
+6
*
MtimeDB: add JSON read/write
Zac Medico
2012-02-17
1
-14
/
+55
*
MtimeDB._load: explicitly close file
Zac Medico
2012-02-17
1
-3
/
+5
*
PreservedLibsRegistry: add JSON read/write
Zac Medico
2012-02-17
1
-10
/
+51
*
repoman: make virtual.oldstyle an error
Zac Medico
2012-02-17
3
-5
/
+13
*
portage.5: layout.conf manifest-hashes example
Zac Medico
2012-02-17
1
-0
/
+2
*
PollSelectAdapter: don't inherit PollConstants
Zac Medico
2012-02-17
1
-1
/
+1
*
Move Poll{Constants,SelectAdapter} to _eventloop.
Zac Medico
2012-02-17
3
-5
/
+5
*
Move _emerge.SlotObject to portage.util.
Zac Medico
2012-02-17
11
-17
/
+23
*
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
[next]