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
/
archive-conf
Commit message (
Expand
)
Author
Age
Files
Lines
*
archive-conf: switch from os.popen() to subprocess.run()
Oskari Pirhonen
2023-03-21
1
-2
/
+7
*
Convert %-formats to fstrings
Oskari Pirhonen
2023-03-21
1
-7
/
+3
*
*/*: convert to f-strings (run flynt)
Sam James
2023-01-10
1
-1
/
+1
*
pyupgrade everything
John Helmert III
2022-12-03
1
-3
/
+3
*
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
-15
/
+29
*
Use '/usr/bin/env python' shebangs
John Helmert III
2022-02-21
1
-1
/
+1
*
*: drop all import __future__ statements
Aaron Bauman
2020-08-06
1
-3
/
+1
*
Rename pym→lib, for better distutils-r1 interoperability
Michał Górny
2018-07-18
1
-1
/
+1
*
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
*
archive-conf: fix for python3, bug #481518
Zac Medico
2013-08-17
1
-24
/
+2
*
archive-conf: rename vars to avoid builtin names
Vladimir Romanov
2013-05-15
1
-8
/
+8
*
Fix some ResourceWarnings.
Arfrever Frehtes Taifersar Arahesis
2013-02-10
1
-2
/
+2
*
Add portage._internal_caller var, and use it.
Zac Medico
2013-01-03
1
-1
/
+2
*
strip trailing whitespace
Mike Frysinger
2012-11-22
1
-1
/
+1
*
Unconditionally insert our pym dir in sys.path.
Zac Medico
2012-09-02
1
-7
/
+6
*
archive-conf: dispatch_conf import bug #384665
Ruggero Morsucci
2011-09-28
1
-1
/
+1
*
use EROOT with VDB_PATH
Fabian Groffen
2010-09-04
1
-1
/
+2
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
1
-0
/
+0
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
1
-1
/
+0
*
Use range() instead of xrange() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-1
/
+1
*
Update syntax of numbers for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-1
/
+1
*
Support print() function with Python 2 in some files.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-0
/
+2
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-2
/
+2
*
Update syntax of 'except' statements for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-1
/
+1
*
Fix usage of VDB_PATH
Fabian Groffen
2009-09-05
1
-1
/
+1
*
Update imports to import portage.os (with unicode wrappers), and use
Zac Medico
2009-08-11
1
-1
/
+2
*
For python-3.0 compatibility, raise a real exception instead of a string.
Zac Medico
2009-02-19
1
-2
/
+2
*
Thanks to Ali Polatel <hawking@g.o> for this patch to fix broken indentation.
Zac Medico
2008-07-05
1
-2
/
+2
*
Use os.path.realpath to handle symlinks properly.
Zac Medico
2007-02-10
1
-1
/
+1
*
Fix automatic sys.path insertions so that they're relative instead of absolut...
Zac Medico
2007-02-10
1
-1
/
+2
*
Namespace sanitizing, step 4
Marius Mauch
2007-01-25
1
-5
/
+5
*
More String deprecation
Alec Warner
2007-01-12
1
-5
/
+5
*
For bug #116616, only run the post_process phase if necessary.
Zac Medico
2006-11-01
1
-2
/
+4
*
Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...
Zac Medico
2006-10-31
1
-2
/
+6
*
streamline portage pythonpath handling and add an override analog to how the ...
Marius Mauch
2006-10-26
1
-1
/
+1
*
make elog mail module always set the 'From' header for rfc2822 compliance
Marius Mauch
2006-06-10
1
-1
/
+1
*
update copyright years
Mike Frysinger
2006-01-05
1
-1
/
+1
*
header changes, $Header: -> $Id:
Brian Harring
2005-08-30
1
-1
/
+1
*
Migration (without history) of the current stable line to subversion.
Jason Stubbs
2005-08-28
1
-0
/
+101