aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-369/+0
* movefile: Fix preservation of security.capability xattrArfrever Frehtes Taifersar Arahesis2018-03-031-2/+2
* movefile: support in-kernel file copying on Linux (bug 607868)Zac Medico2017-03-151-2/+3
* xattr: centralize the various shims in one placeMike Frysinger2015-09-031-77/+23
* movefile: enable absolute_import for Python 2 (bug 550886)Zac Medico2015-06-041-1/+1
* Remove redundant PORTAGE_XATTR_EXCLUDE defaults (527636)Zac Medico2014-11-031-1/+1
* fix typo causing a "os" is not defined test error.Brian Dolbec2013-10-161-1/+1
* movefile: simplify xattr fallback logicMike Frysinger2013-10-161-7/+3
* pym/util: clean up style a bitMike Frysinger2013-10-151-12/+12
* _copyxattr: ignore EOPNOTSUPP from os.listxattr()Zac Medico2013-09-151-1/+6
* _copyxattr: ignore EOPNOTSUPP from xattr.list()Zac Medico2013-09-141-7/+1
* _copyxattr: handle EOPNOTSUPP from xattr.list()Zac Medico2013-09-031-1/+13
* Exclude system.nfs4_acl xattrs, bug #475496Zac Medico2013-07-121-1/+1
* _copyxattr: report attribute name in errorZac Medico2013-07-021-2/+6
* movefile: remove source symlink/hardlink after mvZac Medico2013-04-161-0/+10
* PORTAGE_XATTR_EXCLUDE="security.*", bug #461868Zac Medico2013-03-271-7/+68
* Use unicode_literals more.Zac Medico2013-01-181-5/+7
* portage.util.movefile.movefile(): Try to preserve mtime of symlinks with Pyth...Arfrever Frehtes Taifersar Arahesis2012-11-301-3/+9
* Fix return value of portage.util.movefile.movefile() for symlinks with Python...Arfrever Frehtes Taifersar Arahesis2012-11-291-2/+5
* Use nanosecond precision in portage.util.movefile.movefile().Arfrever Frehtes Taifersar Arahesis2012-08-011-17/+38
* movefile: fix abs symlink adjustment, bug #416431Zac Medico2012-05-171-3/+3
* movefile: use writemsg for unicode safetyZac Medico2012-03-271-12/+13
* movefile: import print_functionZac Medico2012-03-231-0/+2
* movefile: clarify message for xattr copy errorv2.2.0_alpha95Zac Medico2012-03-231-1/+13
* movefile: refactor selinux conditional codeZac Medico2012-03-231-15/+13
* Remove portage.const._ENABLE_XATTR.v2.2.0_alpha85Zac Medico2012-02-041-2/+2
* Add _ENABLE_XATTR constant for the stable branch.Zac Medico2011-12-101-2/+2
* movefile.py: open /dev/null in binary modeZac Medico2011-12-101-1/+1
* portage.util.movefile._copyxattr(): Print more informative exceptionArfrever Frehtes Taifersar Arahesis2011-12-101-3/+18
* Support FEATURES=xattr.Zac Medico2011-12-091-2/+5
* 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
* 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
* Update timestamps in headers of modified files.Zac Medico2011-05-171-1/+1
* movefile: handle EEXIST when os.symlink failsZac Medico2011-05-141-1/+2
* Fix race condition in Portage symlink creation.David James2010-07-261-4/+12
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-251-0/+234