locks.py: fix _close_fds docstring
[portage.git] / pym / portage / locks.py
2012-03-28 Zac Medicolocks.py: fix _close_fds docstring v2.2.0_alpha96
2012-03-27 Zac MedicoClose fewer file descriptors for fork / no exec.
2011-12-14 Arfrever Frehtes... Fix a typo in a comment. v2.2.0_alpha81
2011-12-14 Zac Medicohardlink_lockfile: preserve existing permissions
2011-12-14 Zac Medicolockfile: deprecate file object or fd parameters
2011-12-14 Zac Medicohardlink_lockfile: optimize away most link calls
2011-12-14 Zac Medicohardlink_is_mine: return False, never None
2011-12-14 Zac Medicolocks.py: fix hardlink locks for bug #394195
2011-12-14 Zac Medicolocks.py: make hardlink lock files hidden
2011-12-01 Zac Medicolocks.py: use flock with PyPy for issue 747
2011-06-09 Zac Medicolockfile: use hasattr() instead of dir()
2011-06-09 Zac Medicolocks: use a private constant for fcntl.lockf
2010-09-18 Zac MedicoFix lockfile() to close the file descriptor before...
2010-09-13 Zac MedicoBug #336142 - Add support for using a thread to wait...
2010-09-04 Zac MedicoAdd missing portage import in portage.locks.
2010-09-04 Zac MedicoMake portage.locks avoid importing the portage.output...
2010-09-04 Zac MedicoMove portage.locks imports to the top of the file.
2010-08-26 Zac MedicoEnsure SystemExit is never caught.
2010-08-15 Zac MedicoAdd some more info to the 'Cannot chown a lockfile...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-01-29 Zac MedicoShow the path of the lockfile when chown fails. Thanks...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-17 Zac MedicoUse portage.os, _content_encoding, and _fs_encoding...
2009-08-15 Arfrever Frehtes... Prepare 308 messages to localization.
2009-04-18 Zac MedicoFix lockfile() docstring to correctly document the...
2009-04-15 Zac MedicoBug #266211 - Handle ESTALE like ENOENT in fetch and...
2009-02-19 Zac MedicoFor compatibility with python-3.0, use isinstance(...
2009-01-16 Zac MedicoRevert chown behavior change from the previous commit...
2009-01-16 Zac MedicoBug #255101 - Fix 'Permission denied' error handling in
2009-01-10 Zac MedicoUse ebegin/eend to indicate when waiting for a lock...
2008-12-07 Zac MedicoBug #249586 - Use writemsg() to send output to stderr...
2008-08-12 Zac MedicoDisable "waiting for lock" messages when in background...
2008-07-03 Zac MedicoBug #230469 - Implement non-blocking distlocks for...
2008-07-02 Zac MedicoPy3k compatibility patch by Ali Polatel <hawking@g.o>.
2008-07-01 Zac MedicoPy3k compatibility patch #1 by Ali Polatel <hawking...
2008-03-17 Zac MedicoBug #212882 - For compatibility with ENOENT exceptions...
2008-03-10 Zac MedicoBug #212882 - Fix lockfile() to handle errno.EACCES...
2007-06-21 Zac MedicoRemove more unnecessary list generation.
2007-03-10 Zac MedicoFor bug #170178, remove all hardcoded references to...
2007-03-03 Zac MedicoPass waiting_msg into recursive lockfile() calls.
2007-03-03 Zac MedicoFor bug #138840, show a more informative message when...
2007-01-25 Marius MauchNamespace sanitizing, step 2
2007-01-25 Marius MauchNamespace sanitizing, step 1