summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-063-9/+5
* Merge remote branch 'fews-portage-branch/pkg_pretend'Zac Medico2010-04-022-4/+3
|\
| * Implement emerge part of pkg_pretendSebastian Luther2010-04-022-4/+3
* | Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-0/+42
* | Update copyright header.Zac Medico2010-04-021-1/+1
* | Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME.Zac Medico2010-04-021-1/+1
|/
* Update copyright header.Zac Medico2010-04-011-1/+1
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-303-5/+6
* Add support for probing shebangs and compiling python scripts that don'tZac Medico2010-03-271-4/+31
* Make sure portage.VERSION is saved in the mtimedb as type str rather thanZac Medico2010-03-271-2/+3
* Implement __unicode__ for python2.Zac Medico2010-03-271-0/+3
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-271-0/+17
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-261-2/+3
* Use PORTAGE_USERNAME when populating userpriv_groups.Zac Medico2010-03-251-1/+1
* Implement PortageException.__unicode__ so the string formatin operator willZac Medico2010-03-251-1/+5
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-24139-139/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
* Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environmentZac Medico2010-03-232-2/+6
* Bug #309149 - Unify look of eend used in bash & python code, additionallyZac Medico2010-03-201-5/+2
* Bug #309907 - Fix update_config_files() to handle package.license.Zac Medico2010-03-171-1/+1
* Bug #309001 - Install a SIGPIPE handler inside _exec for all forked processes.Zac Medico2010-03-131-0/+3
* Import 'email' and 'smtlib' locally since python ebuilds remove the 'email'Zac Medico2010-03-091-11/+21
* When portage upgrades or downgrades itself, preload lazily referenced portageZac Medico2010-03-092-0/+21
* Exclude PORTAGE_SYNC_STALE from the ebuild environment.Zac Medico2010-03-081-1/+2
* Bug #291331 - Force ascii encoding in send_mail() in order to avoidZac Medico2010-03-081-2/+12
* Bug #308415 - Fix broken uri parameter passed to fetch () for some cases whenZac Medico2010-03-081-12/+14
* Bug #307723 - Define basestring for python3.v2.2_rc65Zac Medico2010-03-041-0/+5
* Fix imports doebuild_environment and prepare_build_dirs imports to import fromZac Medico2010-03-042-6/+13
* Bug #307707 - Fix fetch() to use the correct spawn function when callingZac Medico2010-03-041-1/+2
* Add new colors for binary packages in the merge list. Thanks to SebastianZac Medico2010-03-031-0/+3
* Make _global_updates() silently return if ROOT != "/" and make fixpackagesZac Medico2010-03-031-3/+7
* Clean up imports and unused variables.Zac Medico2010-03-021-19/+5
* Move imports to top.Zac Medico2010-03-021-4/+4
* Clean up imports.Zac Medico2010-03-021-3/+2
* Move _pty module to portage.util._pty.Zac Medico2010-03-023-2/+2
* Move imports to top.Zac Medico2010-03-021-4/+2
* Test for python openpty breakage after freebsd7 to freebsd8 upgrade, whichZac Medico2010-03-021-1/+16
* Fix legacy globals proxies to reset state when the portage module is reloaded.Zac Medico2010-03-012-23/+23
* Use writemsg instead of print. Also don't use _ as a variable name since itZac Medico2010-03-011-15/+19
* Move imports to the top and use writemsg_stdout instead of print().Zac Medico2010-03-011-9/+7
* Call stack_lists on profile_only_variables for incremental processing.Zac Medico2010-03-011-0/+1
* Remove redundant eerror import.Zac Medico2010-03-011-1/+0
* Remove redundant local elog_process import that can trigger UnboundLocalErrorZac Medico2010-03-011-1/+0
* Remove unused print_function.Zac Medico2010-03-011-2/+0
* Remove unused print() import.Zac Medico2010-02-281-2/+0
* Remove unused imports.Zac Medico2010-02-281-7/+0
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-02-282-1/+13
* Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever forZac Medico2010-02-281-1/+1
* Remove print() usage.Zac Medico2010-02-281-5/+0