aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
* asyncio: explicitly close event loops (bug 654390)Zac Medico2018-05-061-0/+3
* BINPKG_COMPRESS: allow empty setting to disable compression (bug 654456)Zac Medico2018-05-011-2/+9
* quickpkg: report all binarytree.inject failures (bug 637902)Zac Medico2017-11-161-3/+4
* quickpkg: fix stat sanity check for binpkg-multi-instance (bug 637902)Zac Medico2017-11-161-2/+6
* quickpkg: handle unsuccessful compressor exit in quickpkg_atomZac Medico2017-08-161-1/+10
* quickpkg: revert premature return from quickpkg_atom (bug 628060)Zac Medico2017-08-161-4/+4
* quickpkg: revert accidental changes to "protect" function (bug 628010)Zac Medico2017-08-161-3/+3
* Rename BINPKG_COMPRESSION{,_ARGS} to BINPKG_COMPRESS{,_FLAGS}Zac Medico2017-07-301-1/+1
* Support different compressors for binary packagesManuel Rüger2017-07-301-17/+45
* _argparse: punt the moduleMike Frysinger2015-10-291-2/+2
* xattr: centralize the various shims in one placeMike Frysinger2015-09-031-6/+6
* quickpkg: support FEATURES=xattr (bug 550006)Zac Medico2015-05-261-2/+14
* binpkg-multi-instance 3 of 7Zac Medico2015-03-041-1/+0
* FEATURES=case-insensitive-fs for bug #524236Zac Medico2014-11-171-1/+3
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-2/+2
* Enable consistent __future__ behavior for divisionMichał Górny2014-08-111-2/+2
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-2/+2
* quickpkg: portage.util._argparseZac Medico2013-08-021-10/+8
* *_DEFAULT_OPTS: shlex for embedded quotesZac Medico2013-05-201-1/+2
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-7/+4
* Fix extended atom match for =* operator.Zac Medico2012-07-181-7/+6
* Support FEATURES={downgrade,unmerge}-backupZac Medico2012-07-011-6/+9
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-13/+11
* quickpkg: optimize */* matchesZac Medico2011-10-131-0/+5
* quickpkg: use AmbiguousPackageNameZac Medico2011-10-131-3/+3
* quickpkg: fix '*' in arg extended atom checkZac Medico2011-10-131-16/+11
* quickpkg_extended_atom: handle =* operatorZac Medico2011-10-131-0/+5
* quickpkg: Support extended atomsSebastian Luther2011-10-131-1/+39
* quickpkg: may -> might rewordMike Frysinger2010-12-071-2/+2
* Bug #338588 - Allow quickpkg to create packages even though theZac Medico2010-09-251-3/+10
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-1/+1
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-141-2/+2
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-101-3/+2
* Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.Zac Medico2010-07-311-3/+4
* Update copyright header.Zac Medico2010-04-011-1/+1
* Move all imports to top.Zac Medico2010-03-281-11/+9
* Remove unused variables/imports and extra whitespace.Zac Medico2010-03-281-13/+11
* Add support for package sets to quickpkgSebastian Luther2010-03-281-135/+179
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+5
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+3