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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
coroutine: use explicit loop parameter (bug 737698)
Zac Medico
2020-08-18
27
-123
/
+136
*
ForkExecutor: support unlimited jobs with max_jobs=True
Zac Medico
2020-08-16
1
-1
/
+1
*
async_iter_completed: check if loop is closed in finally clause
Zac Medico
2020-08-16
1
-2
/
+3
*
emerge: Add short -l option for --load-average (bug 699256)
Zac Medico
2020-08-16
1
-0
/
+2
*
emerge: Remove deprecated --changelog option (bug 699256)
Zac Medico
2020-08-16
4
-150
/
+3
*
lib/portage/xml/metadata.py: tolerate xml.parsers.expat import failures (bug ...
Zac Medico
2020-08-12
1
-1
/
+4
*
SpawnProcess: fix _cancel to cleanup PipeLogger quickly
Zac Medico
2020-08-09
1
-6
/
+16
*
sqlite: fork safety (bug 736334)
Zac Medico
2020-08-08
2
-9
/
+38
*
sqlite: add lazy connection init
Zac Medico
2020-08-08
1
-5
/
+24
*
Add cached portage.getpid() function
Zac Medico
2020-08-08
2
-0
/
+40
*
BuildLogger: fix _cancel to cleanup PipeLogger quickly
Zac Medico
2020-08-08
1
-6
/
+17
*
treewalk: reset config for unmerge (bug 711174)
Zac Medico
2020-08-08
1
-1
/
+3
*
BinpkgEnvExtractor: fix subprocess logfile usage (bug 711174)
Zac Medico
2020-08-08
1
-1
/
+6
*
EventLoopInForkTestCase: use AsyncFunction
Zac Medico
2020-08-07
1
-18
/
+5
*
lib/*: Fix useless-return
Aaron Bauman
2020-08-07
9
-17
/
+0
*
*: drop all import __future__ statements
Aaron Bauman
2020-08-06
42
-124
/
+45
*
lib/*: exempt two core files from ungrouped-imports check
Aaron Bauman
2020-08-06
2
-7
/
+9
*
lib/portage/xml/metadata.py: fix ungrouped-imports w/refactor
Aaron Bauman
2020-08-06
1
-21
/
+8
*
lib/*: Fix ungrouped-imports
Aaron Bauman
2020-08-06
8
-33
/
+39
*
lib/*: fix superfluous-parens and enable check
Aaron Bauman
2020-08-05
22
-50
/
+50
*
lib/portage/dep/__init__.py: fix multiple-imports
Aaron Bauman
2020-08-05
1
-1
/
+3
*
lib/portage/tests/runTests.py: fix multiple-imports
Aaron Bauman
2020-08-05
1
-3
/
+4
*
lib/portage/elog/mod_mail.py: fix multiple-imports
Aaron Bauman
2020-08-05
1
-1
/
+3
*
lib/portage/elog/mod_custom.py: fix multiple-imports
Aaron Bauman
2020-08-05
1
-1
/
+3
*
lib/portage/repository/config.py: fix trailing-comma-tuple
Aaron Bauman
2020-08-04
1
-1
/
+1
*
lib/portage/dbapi/vartree.py: fix reimported
Aaron Bauman
2020-08-03
1
-1
/
+0
*
lib/_emerge/search.py: fix reimported
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/util/socks5.py: fix reimport
Aaron Bauman
2020-08-03
1
-6
/
+1
*
lib/portage/util/env_update.py: fix unnecessary-semicolon
Aaron Bauman
2020-08-03
1
-1
/
+1
*
lib/portage/emaint/modules/merges/merges.py: fix unnecessary-semicolon
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/output.py: fix unnecessary-semicolon
Aaron Bauman
2020-08-03
1
-1
/
+1
*
lib/portage/cache/fs_template.py: fix whitespace
Aaron Bauman
2020-08-03
1
-1
/
+1
*
lib/portage/dbapi/virtual.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/cache/mappings.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/_emerge/search.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/tests/emerge/test_simple.py: fix whitespace
Aaron Bauman
2020-08-03
1
-1
/
+1
*
lib/portage/tests/resolver/test_old_dep_chain_display.py: fix whitespace
Aaron Bauman
2020-08-03
1
-3
/
+3
*
lib/portage/util/_dyn_libs/LinkageMapELF.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/_emerge/BinpkgEnvExtractor.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/update.py: fix whitespace
Aaron Bauman
2020-08-03
1
-1
/
+1
*
lib/portage/tests/dep/test_dep_getcpv.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/tests/sets/shell/testShell.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/cache/template.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/dbapi/bintree.py: fix whitespace
Aaron Bauman
2020-08-03
1
-1
/
+1
*
lib/portage/tests/ebuild/test_config.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/checksum.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/tests/env/config/test_PackageMaskFile.py: fix whitespace
Aaron Bauman
2020-08-03
1
-4
/
+4
*
lib/portage/_sets/files.py: fix whitespace
Aaron Bauman
2020-08-03
1
-1
/
+1
*
lib/portage/_sets/shell.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
*
lib/portage/tests/xpak/test_decodeint.py: fix whitespace
Aaron Bauman
2020-08-03
1
-2
/
+2
[next]