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
path:
root
/
pym
Commit message (
Expand
)
Author
Age
Files
Lines
*
dispatch_conf: don't pass bytes for Popen cmd
Zac Medico
2012-04-01
1
-1
/
+1
*
varexpand: optimize access to current char
v2.2.0_alpha97
Zac Medico
2012-03-31
1
-19
/
+28
*
getconfig: show error message for varexpand fail
Zac Medico
2012-03-31
1
-2
/
+19
*
varexpand: use frozenset for word characters
Zac Medico
2012-03-31
1
-2
/
+3
*
varexpand: use list for efficient append
Zac Medico
2012-03-31
1
-13
/
+13
*
dispatch_conf: emulate getstatusoutput with Popen
Zac Medico
2012-03-31
1
-12
/
+12
*
xpak: clean up style
Mike Frysinger
2012-03-28
1
-124
/
+123
*
varexpand: don't cache results
Zac Medico
2012-03-27
1
-13
/
+4
*
locks.py: fix _close_fds docstring
v2.2.0_alpha96
Zac Medico
2012-03-27
1
-1
/
+0
*
LockNonblockTestCase: close_fds tweak
Zac Medico
2012-03-27
1
-1
/
+4
*
emerge: suggest dispatch-conf for bug #398843
Zac Medico
2012-03-27
1
-3
/
+3
*
Close fewer file descriptors for fork / no exec.
Zac Medico
2012-03-27
4
-22
/
+42
*
movefile: use writemsg for unicode safety
Zac Medico
2012-03-27
1
-12
/
+13
*
Replace @returns with @return.
Zac Medico
2012-03-27
31
-57
/
+57
*
grabdict: remove incorrect docstring, bug #409839
Greg Turner
2012-03-27
1
-1
/
+0
*
Localize config update messages, bug #409835.
Greg Turner
2012-03-27
1
-7
/
+9
*
unmerge: fix return code for bug #409647
Zac Medico
2012-03-25
2
-13
/
+11
*
Exit status 128 + SIGINT for --ask 'no' answer.
Zac Medico
2012-03-25
3
-9
/
+9
*
emerge --sync: use yellow for portage update msg
Zac Medico
2012-03-25
1
-4
/
+5
*
movefile: import print_function
Zac Medico
2012-03-23
1
-0
/
+2
*
movefile: clarify message for xattr copy error
v2.2.0_alpha95
Zac Medico
2012-03-23
1
-1
/
+13
*
movefile: refactor selinux conditional code
Zac Medico
2012-03-23
1
-15
/
+13
*
Clarify symlink/dir collision for bug #409359.
Zac Medico
2012-03-23
1
-7
/
+24
*
mtimedb: fix hexversion for python issue 5729
Zac Medico
2012-03-22
2
-2
/
+2
*
mtimedb: enable JSON write support
v2.2.0_alpha94
Zac Medico
2012-03-22
1
-11
/
+11
*
emerge --changelog: show some log entries above
Zac Medico
2012-03-22
1
-3
/
+18
*
emerge --changelog: fix split ChangeLog bugs
Zac Medico
2012-03-22
2
-19
/
+46
*
PreservedLibsRegistry: try to parse as JSON first
Zac Medico
2012-03-22
1
-3
/
+3
*
PreservedLibsRegistry: enable JSON write support
Zac Medico
2012-03-21
1
-2
/
+2
*
getmaskingreason: use remember_source_file
Zac Medico
2012-03-21
1
-1
/
+7
*
Map emerge --buildpkg=n to FEATURES=-buildpkg.
Zac Medico
2012-03-21
4
-6
/
+8
*
doebuild_environment: comment on bug #408817
v2.2.0_alpha93
Zac Medico
2012-03-19
1
-0
/
+8
*
spawn_nofetch: clone locked config, bug #408817
Zac Medico
2012-03-19
3
-5
/
+7
*
Revert "depgraph: reset pkgsettings after setcpv"
Zac Medico
2012-03-19
1
-1
/
+0
*
doebuild_environment: sanity check for bug 408817
Zac Medico
2012-03-19
1
-8
/
+12
*
depgraph: reset pkgsettings after setcpv
Zac Medico
2012-03-19
1
-0
/
+1
*
unmerge: remove unused preserve-libs
Zac Medico
2012-03-18
1
-0
/
+9
*
dispatch_conf: fix broken diffstatusoutput_len
v2.2.0_alpha92
Zac Medico
2012-03-18
1
-1
/
+1
*
Omit EPREFIX from paths in unicode QA Notice.
Zac Medico
2012-03-17
2
-5
/
+7
*
Use eqawarn for install of non UTF-8 file names.
Zac Medico
2012-03-17
2
-16
/
+5
*
Manifest: filter file names with repoman's regex
Zac Medico
2012-03-17
1
-1
/
+9
*
Display: spawn pkg_nofetch when appropriate
Martin von Gagern
2012-03-13
1
-1
/
+12
*
portageq: add "colormap" helper
Mike Frysinger
2012-03-11
2
-6
/
+8
*
dispatch-conf: do regex matching ourselves
Mike Frysinger
2012-03-10
1
-4
/
+4
*
install-info: avoid unnecessary shell
Zac Medico
2012-03-08
1
-5
/
+16
*
Exit after killed while waiting on prefetch.
Zac Medico
2012-03-08
3
-2
/
+25
*
Use Popen to avoid unnecessary shell.
Zac Medico
2012-03-08
1
-8
/
+45
*
whirlpool.py: fix WhirlpoolAdd for bug #406407
Zac Medico
2012-03-05
1
-1
/
+1
*
pruneNonExisting: handle eselect-opengl symlinks
v2.2.0_alpha90
Zac Medico
2012-03-04
1
-3
/
+33
*
repoman: support overlays without repo_name
Zac Medico
2012-03-04
1
-1
/
+32
[next]