summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* In _ensure_default_encoding(), make sure the default encoding is normalized.Zac Medico2009-02-281-1/+1
* Add support to _ensure_default_encoding() for the same ascii and utf_8Zac Medico2009-02-281-2/+12
* Implement lazy evaluation of USE_EXPAND variables in config.setcpv(), sinceZac Medico2009-02-251-58/+111
* Make USE_EXPAND wildcard expansion more efficient, and prevent possibleZac Medico2009-02-231-4/+5
* Fix breakage in USE_EXPAND wildcard handling, from r12697.Zac Medico2009-02-231-2/+5
* In config.setcpv(), increase efficiency by filtering USE with IUSE beforeZac Medico2009-02-231-5/+5
* Fix getmaskingstatus() so that it doesn't inappropriately return aZac Medico2009-02-231-3/+7
* Fix default_encoding logic in _ensure_default_encoding().Zac Medico2009-02-231-1/+2
* Reorganize _ensure_default_encoding().Zac Medico2009-02-231-47/+46
* Don't try to call setdefaultencoding() since it's not intended to be called.Zac Medico2009-02-231-10/+6
* Add support in _ensure_default_encoding(), add support for utf_8 and fallZac Medico2009-02-231-30/+98
* Avoid spurious CCACHE_DIR permissions adjustments when fetching withZac Medico2009-02-221-1/+4
* The python that's inside stage 1 or 2 is built with a minimalZac Medico2009-02-221-0/+58
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-0/+1
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-221-2/+4
* Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into aZac Medico2009-02-221-13/+16
* Make the UserDict and LazyItemsDict constructors use an optional positionalZac Medico2009-02-211-1/+1
* In config.setcpv(), use LazyItemsDict to implement lazy evaluation ofZac Medico2009-02-211-7/+17
* Inside portage.spawn(), open files for logfile handling in binary mode, forZac Medico2009-02-211-3/+3
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-02-201-4/+3
* Add a new portage.utils.lazy_import() function which behaves similar to theZac Medico2009-02-201-29/+24
* Try to fix svn:keywords again.Zac Medico2009-02-201-2/+2
* Add back Rev to svn:keywords (accidentally removed when setting Id). ThanksZac Medico2009-02-191-1/+1
* Handle ValueError when unpickling, since this can be triggered by anZac Medico2009-02-191-1/+1
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-1/+1
* For compatibility with python-3.0, always open streams for pickles in binaryZac Medico2009-02-191-3/+2
* In python-3.0, the UserDict.DictMixin class has been replaced byZac Medico2009-02-191-2/+8
* Set svn:keywords Id on all files.Zac Medico2009-02-181-1/+1
* Inside portage.fetch(), check for the case where FETCOMMAND creates aZac Medico2009-02-121-0/+29
* Bug #258433 - In portage.fetch(), check for missing ${FILE} parameter inZac Medico2009-02-121-17/+50
* Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlierZac Medico2009-02-091-0/+4
* Keep 2_pre* EAPI values in the deprecated list so that uninstalls stillZac Medico2009-02-091-1/+1
* Remove support for deprecated 2_pre* EAPI values.Zac Medico2009-02-091-3/+3
* Fix digraph.clone() to properly clone priority lists.Zac Medico2009-02-051-2/+8
* For python-3.0 compatibility, make dict-like classes modify their keys(),Zac Medico2009-02-041-0/+4
* Fix the priorities display in digraph.debug_print() so it shows the highestZac Medico2009-02-041-3/+2
* Add support in digraph for multiple priorities per edge and support forZac Medico2009-02-041-34/+78
* Remove the emerge-fetch.log lock message code from fetch() since this isZac Medico2009-01-241-14/+0
* Inside fetch(), only mention /var/log/emerge-fetch.log in locking messagesZac Medico2009-01-241-1/+2
* Add an ignore_priority parameter to digraph.parent_nodes().Zac Medico2009-01-221-3/+9
* Make listdir(ignorecvs=True) ignore .git directories. Thanks to ChristianZac Medico2009-01-221-2/+5
* Fix interaction between ignorelist and ignorecvs parameters inside cacheddir().Zac Medico2009-01-221-4/+7
* Fix repoman conditionals inside _expand_new_virtuals() to usev2.2_rc22Zac Medico2009-01-141-3/+2
* Add some more variables to config._env_blacklist to ensure that they neverZac Medico2009-01-141-3/+6
* Make sure spawn() always initializes opt_name because later code assumes that...Zac Medico2009-01-141-0/+3
* In spawn(), put the full cpv in opt_name, instead of just $PF. Thanks toZac Medico2009-01-141-1/+2
* Inside digestgen(), don't unnecessarily call fetch() in cases when the thereZac Medico2009-01-141-1/+6
* Bug #254825 - Improve messages that are displayed when manifest generationZac Medico2009-01-141-11/+40
* Bug #254860 - Add another missing str -> atom conversion insideZac Medico2009-01-131-1/+1
* Bug #254860 - Inside _expand_new_virtuals(), generate instances of AtomZac Medico2009-01-131-3/+4