summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* create_trees: add public eprefix parameterZac Medico2011-12-092-6/+4
* config: make eprefix constructor parameter publicZac Medico2011-12-093-10/+6
* config: constructor default portage.const.EPREFIXZac Medico2011-12-091-1/+2
* Use portage.const.EPREFIX more.Zac Medico2011-12-096-9/+7
* portage.util.movefile._copyxattr(): Print more informative exceptionArfrever Frehtes Taifersar Arahesis2011-12-101-3/+18
* Add portage.exception.OperationNotSupported exception.Arfrever Frehtes Taifersar Arahesis2011-12-101-0/+4
* Binpkg: ensure $ED exists after extractionZac Medico2011-12-091-0/+1
* Binpkg: handle missing dir after chpathtoolZac Medico2011-12-091-5/+11
* Binpkg: fix os.path.dirname() usageZac Medico2011-12-091-1/+1
* Binpkg: add chpathtool support for prefixZac Medico2011-12-091-5/+59
* BinpkgEnvExtractor: fix PORTAGE_LOG_FILE spellingZac Medico2011-12-091-2/+2
* Support FEATURES=xattr.Zac Medico2011-12-092-3/+6
* portage.util.movefile._copyxattr(): Support usage of xattr module fromArfrever Frehtes Taifersar Arahesis2011-12-101-18/+27
* portage.util.movefile._copyxattr(): Support usage of getfattr andArfrever Frehtes Taifersar Arahesis2011-12-101-4/+23
* data.py: grp/pwd struct attrs, not indexesZac Medico2011-12-091-2/+2
* Auto-generate PORTAGE_GRP/USERNAME for prefix.Zac Medico2011-12-091-0/+20
* Auto-generate PORTAGE_INST_GID/UID for prefix.Zac Medico2011-12-091-4/+20
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-093-27/+9
* tests/bin: sanitize envZac Medico2011-12-081-3/+3
* Add eclass_db attribute in portage.repository.config.RepoConfig objects.Arfrever Frehtes Taifersar Arahesis2011-12-092-17/+23
* load_emerge_config: init portage.data earlierZac Medico2011-12-081-7/+10
* Enable PORTAGE_GRPNAME/USERNAME in make.conf.Zac Medico2011-12-084-59/+118
* Add portage.const.EPREFIX, for prefix installs.Zac Medico2011-12-081-0/+18
* dispatch-conf: substitute ${EPREFIX} archive-dirZac Medico2011-12-081-0/+5
* make.globals: use ${EPREFIX} for PORTDIR, etc...Zac Medico2011-12-081-0/+3
* Use 'wget' instead of /usr/bin/wget everywhere.Zac Medico2011-12-081-1/+1
* Whitelist/filter __PORTAGE_TEST_EPREFIX.Zac Medico2011-12-081-1/+1
* Support FEATURES=force-prefix.Zac Medico2011-12-082-11/+8
* dispatch-conf: experimental prefix supportZac Medico2011-12-071-2/+3
* Make USE=prefix enable EPREFIX in all EAPIs.Zac Medico2011-12-071-2/+11
* action_sync: fix git_sync_timestamps KeyErrorZac Medico2011-12-061-8/+15
* fix logic from last commitZac Medico2011-12-041-1/+2
* depgraph: fix case insensitive search for unsatZac Medico2011-12-041-3/+11
* action_depclean: fix return codeZac Medico2011-12-022-5/+10
* Handle OSError from os.read and loop if needed.Zac Medico2011-12-013-23/+29
* process._exec: tweak opt_name for PyPyZac Medico2011-12-011-1/+6
* PipeReader: use os.read/writeZac Medico2011-12-011-19/+11
* test_uniqueArray.py: fix 'is' usage PyPy incompatZac Medico2011-12-011-3/+3
* AsynchronousLock: use os.read/writeZac Medico2011-12-011-15/+28
* checksum.py: detect PyPy crashes in hashlibZac Medico2011-12-011-0/+29
* _emerge/EbuildMetadataPhase.py: use os.read()Zac Medico2011-12-011-7/+13
* _emerge/SubProcess.py: support int fd in _filesZac Medico2011-12-011-1/+4
* MergeProcess: check if _elog_reader_fd is NoneZac Medico2011-12-011-1/+1
* locks.py: use flock with PyPy for issue 747Zac Medico2011-12-011-0/+5
* doebuild: disable noauto for binary packagesZac Medico2011-11-291-0/+4
* movefile: tweak unicode handlingZac Medico2011-11-281-8/+12
* movefile: chown/mod before renameZac Medico2011-11-281-15/+7
* movefile: avoid redundant string concatenationsZac Medico2011-11-281-6/+7
* movefile: remove unused lchownZac Medico2011-11-281-4/+2
* Preserve extended attributes on regular files when using Python >=3.3.Arfrever Frehtes Taifersar Arahesis2011-11-291-2/+14