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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
dispatch-conf
Commit message (
Expand
)
Author
Age
Files
Lines
*
dispatch-conf: ignore SHELL in spawn_shell
Mike Gilbert
2024-08-14
1
-19
/
+11
*
Drop portage.util.shlex_split
Mike Gilbert
2024-05-21
1
-2
/
+3
*
Do not use shlex.split for CONFIG_PROTECT
Mike Gilbert
2024-05-21
1
-2
/
+2
*
Small pyupgrade fixes
Sam James
2023-12-10
1
-1
/
+1
*
dispatch-conf: copy SELinux labels to merged files
Kenton Groombridge
2023-09-26
1
-0
/
+27
*
dispatch-conf: Avoid race when accessing log file
Hanno Böck
2023-04-29
1
-1
/
+2
*
Convert %-formats to fstrings
Oskari Pirhonen
2023-03-21
1
-16
/
+20
*
*/*: rerun black w/ 23.1.0
Sam James
2023-02-03
1
-0
/
+1
*
*/*: convert to f-strings (run flynt)
Sam James
2023-01-10
1
-2
/
+2
*
drop unused imports
John Helmert III
2022-12-03
1
-1
/
+0
*
pyupgrade everything
John Helmert III
2022-12-03
1
-2
/
+2
*
dispatch-conf: respect (E)ROOT
Alfred Persson Forsberg
2022-08-06
1
-1
/
+1
*
Drop -b from shebangs
John Helmert III
2022-03-09
1
-1
/
+1
*
Blacken previously missed Python files
John Helmert III
2022-02-21
1
-145
/
+200
*
Use '/usr/bin/env python' shebangs
John Helmert III
2022-02-21
1
-1
/
+1
*
dispatch-conf: Add support for conf-update.d hook directory
Florian Schmaus
2021-08-22
1
-1
/
+12
*
bin: misc pylint fixes
Zac Medico
2021-01-18
1
-7
/
+10
*
*: drop all import __future__ statements
Aaron Bauman
2020-08-06
1
-3
/
+1
*
Remove from __future__ import unicode_literals
Zac Medico
2020-07-15
1
-1
/
+1
*
dispatch-conf: use writemsg for unicode safety (bug 690304)
Zac Medico
2019-07-20
1
-5
/
+6
*
Rename pym→lib, for better distutils-r1 interoperability
Michał Górny
2018-07-18
1
-1
/
+1
*
Do not enable optimizations by default to work-around pycparser issue
Michał Górny
2017-09-02
1
-1
/
+1
*
Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings (bug 60...
Arfrever Frehtes Taifersar Arahesis
2017-01-31
1
-2
/
+2
*
dispatch-conf: fix popen UnicodeDecode error (bug 576788)
Zac Medico
2016-05-18
1
-4
/
+11
*
dispatch-conf: fix unicode handling (bug 545270)
Zac Medico
2015-04-01
1
-4
/
+5
*
FEATURES=case-insensitive-fs for bug #524236
Zac Medico
2014-11-17
1
-1
/
+7
*
dispatch-conf: symlink support for bug #485598
Zac Medico
2014-11-02
1
-17
/
+28
*
CONFIG_PROTECT: handle non-existent files
Zac Medico
2014-10-27
1
-4
/
+6
*
Update sys.path in scripts only when using not installed instance of Portage.
Arfrever Frehtes Taifersar Arahesis
2014-09-20
1
-2
/
+2
*
Use -b instead of -bb.
Arfrever Frehtes Taifersar Arahesis
2014-01-23
1
-1
/
+1
*
Enable BytesWarnings.
Arfrever Frehtes Taifersar Arahesis
2014-01-18
1
-2
/
+2
*
Add cross-prefix support
Ruud Koolen
2013-06-18
1
-1
/
+1
*
dispatch-conf: fix python2-style print call
Vladimir Romanov
2013-05-15
1
-1
/
+2
*
Remove unused imports, bug #469022
Vladimir Romanov
2013-05-15
1
-4
/
+2
*
Add portage._internal_caller var, and use it.
Zac Medico
2013-01-03
1
-1
/
+2
*
Handle closed sys.__stdin__, for multiprocessing
Zac Medico
2012-12-15
1
-1
/
+1
*
Unconditionally insert our pym dir in sys.path.
Zac Medico
2012-09-02
1
-8
/
+4
*
Use sys.__std*.fileno() in case of overrides.
Zac Medico
2012-08-22
1
-4
/
+6
*
dispatch-conf: do regex matching ourselves
Mike Frysinger
2012-03-10
1
-13
/
+24
*
dispatch-conf: add --help/--version flags
Mike Frysinger
2012-03-08
1
-0
/
+13
*
Use portage.const.EPREFIX more.
Zac Medico
2011-12-09
1
-1
/
+1
*
dispatch-conf: experimental prefix support
Zac Medico
2011-12-07
1
-2
/
+3
*
dispatch-conf: fix replace-wscomments pattern
Ryan Hill
2011-10-01
1
-1
/
+1
*
dispatch-conf: tweak pager basename comparison
Zac Medico
2011-09-28
1
-2
/
+3
*
dispatch-conf: support PAGER var for bug #384663
Zac Medico
2011-09-28
1
-0
/
+32
*
python3.2 fixes: ResourceWarning: unclosed file
Zac Medico
2011-08-25
1
-2
/
+4
*
Fix NameError for ConfigProtect.
Zac Medico
2010-08-01
1
-1
/
+1
*
Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.
Zac Medico
2010-07-31
1
-10
/
+13
*
Handle UnicodeDecodeError from subprocess.getstatusoutput() calls, reported
Zac Medico
2010-07-24
1
-15
/
+11
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
1
-0
/
+0
[next]