portage.git
2011-12-20 Zac MedicoAdd some EAPI 4-python docs.
2011-12-20 Zac MedicoForce COLUMNS > 0 for bug #394091.
2011-12-20 Zac Medicoprepstrip: merge diff from prefix branch
2011-12-19 Zac MedicoDisplay EROOT when ROOT != "/".
2011-12-19 Arfrever Frehtes... Disallow some functions in global scope in EAPI="4...
2011-12-19 Zac Medico_run_pkg_pretend: doebuild_environment for clean
2011-12-18 Zac Medicoset_colors(): suppress "/dev/tty: No such device"
2011-12-18 Arfrever Frehtes... Define portage.repository.config.RepoConfig.__repr__().
2011-12-18 Zac Medicotest_poll: separate classes for pipe vs. pty
2011-12-18 Zac MedicoPipeReaderArrayTestCase: sleep for fast computers
2011-12-18 Arfrever Frehtes... RepoConfigLoader._add_overlays(): Rename a variable...
2011-12-18 Arfrever Frehtes... Optimize RepoConfigLoader._add_overlays().
2011-12-18 Arfrever Frehtes... set_colors(): Redirect input to `stty size` to make...
2011-12-18 Zac Medicoenvironment: don't save COLUMNS
2011-12-18 Zac Medicowhitelist COLUMNS
2011-12-18 Zac MedicoRELEASE-NOTES: revert --quiet-build default
2011-12-18 Arfrever Frehtes... Parse layout.conf files in portage.repository.config...
2011-12-18 Arfrever Frehtes... Fix some warnings found by pylint.
2011-12-17 Zac Medico_show_unsatisfied_dep: avoid invalid, bug #394995
2011-12-16 Zac Medicotests/emerge: PORTAGE_GRPNAME/USERNAME make.conf
2011-12-16 Zac Medico_test_pty_eof: use os.read, not array.fromfile
2011-12-16 Zac Medicotest_poll: add note about unbuffered fdopen
2011-12-16 Zac Medicotest_poll: fix array test
2011-12-16 Zac Medicoemerge.1: --changed-use/--selective interaction
2011-12-16 Zac MedicoPipeReader: use AbstractPollTask._read_buf()
2011-12-16 Zac MedicoSpawnProcess/AbstractPollTask: eliminate array
2011-12-16 Zac MedicoSpawnProcess: remove obsolete fdopen
2011-12-16 Zac MedicoFix EIO handling for PollSelectAdapter.
2011-12-16 Zac MedicoPtyEofFdopenUnBufferedTestCase: PyPy TODO
2011-12-16 Zac Medicodata.py: tweak getgrnam call for PyPy
2011-12-16 Zac MedicorunTests: initialize portage.data for PyPy
2011-12-16 Zac MedicoSpawnProcess: work around array.fromfile() bugs
2011-12-15 Zac Medicotest_poll: test different sizes, and pty too
2011-12-15 Zac Medicoemerge.1: enumerate more --selective=n overrides
2011-12-15 Zac Medicomake.conf.5: it's -> its
2011-12-14 Arfrever Frehtes... Fix a typo in a comment. v2.2.0_alpha81
2011-12-14 Zac Medicocreate_trees: pass __PORTAGE_TEST_HARDLINK_LOCKS
2011-12-14 Zac MedicoFilter __PORTAGE_TEST_HARDLINK_LOCKS from env.
2011-12-14 Zac Medicotests/locks: save/restore global env state
2011-12-14 Zac Medicohardlink_lockfile: preserve existing permissions
2011-12-14 Zac Medicolockfile: deprecate file object or fd parameters
2011-12-14 Zac Medicoemergelog: pass path to lockfile, not file object
2011-12-14 Zac MedicoSpawnProcess: use /dev/null fd from subclass
2011-12-14 Zac Medicohardlink_lockfile: optimize away most link calls
2011-12-14 Zac Medicoebuild-ipc.py: return 2 when forked child crashes
2011-12-14 Zac Medicohardlink_is_mine: return False, never None
2011-12-14 Zac Medicoemerge: disable --quiet-build by default
2011-12-14 Zac Medicolocks.py: fix hardlink locks for bug #394195
2011-12-14 Zac Medicoebuils-ipc.py: _exit in finally block after fork
2011-12-14 Zac Medicolocks.py: make hardlink lock files hidden
2011-12-13 Zac MedicoRepoConfigLoader: masters eclass override order
2011-12-13 Zac MedicoFifoIpcDaemon: use plain fd instead of fdopen
2011-12-13 Zac MedicoAbstractEbuildProcess: interactive pkg_config
2011-12-13 Zac MedicoAbstractEbuildProcess: null in if not interactive
2011-12-13 Zac Medicoconfig: use frozenset for _constant_keys lookup
2011-12-11 Zac MedicoDon't nest sandbox in emerge/repoman tests.
2011-12-11 Zac Medicodata._init(): use 'portage' default in first call v2.2.0_alpha80
2011-12-11 Zac Medicoload_emerge_config: change order of code back
2011-12-11 Zac MedicoPORTAGE_OVERRIDE_EPREFIX: alphabetize vars
2011-12-11 Zac MedicoRemove _SANDBOX_COMPAT_LEVEL.
2011-12-11 Zac MedicoAdd _ENABLE_XATTR constant for the stable branch.
2011-12-11 Zac MedicoResolverPlayground: don't nest sandbox
2011-12-10 Zac Medicodata.py: avoid portage.settings when possible
2011-12-10 Zac Medicolock-helper.py: disable_legacy_globals
2011-12-10 Zac Medicodata.py: rename var to _portage_username
2011-12-10 Zac Medicoconfig: init data/output modules in constructor
2011-12-10 Zac Medicoconfig: skip unneeded constructor code for clones
2011-12-10 Zac Medicoconst.py: fix spelling of a comment
2011-12-10 Zac MedicoMake eprefix=None params map to const.EPREFIX
2011-12-10 Zac Medicoactions.py: fix grammar in comment
2011-12-10 Zac MedicoBinpkg: move imports to top
2011-12-10 Zac Medicorepoman: eliminate eclass_db variable
2011-12-10 Zac MedicoUse portage.shutil for safer unicode handling.
2011-12-10 Zac Medicovartree.py: lazy movefile import
2011-12-10 Zac Medicomovefile.py: open /dev/null in binary mode
2011-12-10 Zac Medicoget_term_size: all values >= 0 for bug #394091
2011-12-10 Zac MedicoRemove redundant eprefix in config constructors.
2011-12-10 Zac Medicoconfig.environ: allow prefix vars if no EAPI
2011-12-10 Zac Medicodoebuild: disable noauto for binpkgs later
2011-12-10 Zac Medicoemerge: allow search when profile is missing
2011-12-10 Zac MedicoMake portdbapi.eclassdb a property.
2011-12-10 Zac Medicoconfig: set PORTAGE_OVERRIDE_EPREFIX for subprocs
2011-12-10 Zac MedicoRename override var to PORTAGE_OVERRIDE_EPREFIX.
2011-12-10 Zac Medicocreate_trees: add public eprefix parameter
2011-12-10 Zac Medicoconfig: make eprefix constructor parameter public
2011-12-10 Zac Medicoconfig: constructor default portage.const.EPREFIX
2011-12-10 Zac MedicoUse portage.const.EPREFIX more.
2011-12-10 Arfrever Frehtes... portage.util.movefile._copyxattr(): Print more informat...
2011-12-10 Arfrever Frehtes... Add portage.exception.OperationNotSupported exception.
2011-12-10 Zac MedicoBinpkg: ensure $ED exists after extraction
2011-12-10 Zac MedicoBinpkg: handle missing dir after chpathtool
2011-12-10 Zac MedicoBinpkg: fix os.path.dirname() usage
2011-12-10 Zac MedicoBinpkg: add chpathtool support for prefix
2011-12-10 Zac MedicoBinpkgEnvExtractor: fix PORTAGE_LOG_FILE spelling
2011-12-10 Zac MedicoSupport FEATURES=xattr.
2011-12-10 Arfrever Frehtes... portage.util.movefile._copyxattr(): Support usage of...
2011-12-09 Arfrever Frehtes... portage.util.movefile._copyxattr(): Support usage of...
2011-12-09 Zac Medicodata.py: grp/pwd struct attrs, not indexes
2011-12-09 Zac MedicoAuto-generate PORTAGE_GRP/USERNAME for prefix.
2011-12-09 Zac MedicoAuto-generate PORTAGE_INST_GID/UID for prefix.
next