| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #302937 - Handle declare -r without assignment. | Zac Medico | 2010-01-31 | 1 | -12/+29 |
* | Fix AttributeError when adjusting incrementals. Thanks to Jonathan Callen | Zac Medico | 2010-01-31 | 1 | -7/+4 |
* | Reverting r15293, it was actually not needed. | Mounir Lamouri | 2010-01-31 | 1 | -1/+1 |
* | In __iter__, handle OSError from lstat in case a cache entry disappears. | Zac Medico | 2010-01-31 | 1 | -1/+5 |
* | Make __iter__ use list.pop() instead of pop(0), for greater efficiency. | Zac Medico | 2010-01-31 | 1 | -6/+4 |
* | Bug #302764 - Inside __iter__, only recurse 1 deep, in order to avoid | Zac Medico | 2010-01-31 | 1 | -4/+10 |
* | Avoid NameError when cwd is $FILESDIR. Thanks to Christian Ruppert <idl0r@g.o> | Zac Medico | 2010-01-30 | 1 | -0/+6 |
* | Fix: change os.mkdir to os.makedirs in case of there are more than one direct... | Mounir Lamouri | 2010-01-30 | 1 | -1/+1 |
* | Show a DeprecationWarning if the deprecated pordbapi constructor parameter | Zac Medico | 2010-01-30 | 1 | -4/+5 |
* | fix flat_list cache backend | Mounir Lamouri | 2010-01-30 | 1 | -11/+11 |
* | Don't generate DeprecationWarning for portdbapi arguments. Wait until new | Zac Medico | 2010-01-30 | 1 | -2/+3 |
* | Fix concatenation of list + tuple in Manifest._createManifestEntries(). | Zac Medico | 2010-01-30 | 1 | -4/+4 |
* | In config._expandLicenseToken(), make sure traversed_groups is only initialized | Zac Medico | 2010-01-30 | 1 | -1/+1 |
* | Define __slots__ in all classes. | Zac Medico | 2010-01-30 | 1 | -0/+8 |
* | fix: python dbm module doesn't accept unicode as key | Mounir Lamouri | 2010-01-30 | 1 | -2/+2 |
* | For immutable config attributes, use shallow copy for speed and memory | Zac Medico | 2010-01-30 | 1 | -4/+5 |
* | For immutable config attributes, use shallow copy for speed and memory | Zac Medico | 2010-01-30 | 1 | -8/+7 |
* | For immutable config attributes, use shallow copy for speed and memory | Zac Medico | 2010-01-30 | 1 | -10/+14 |
* | Use tuples instead of lists for immutability. | Zac Medico | 2010-01-30 | 1 | -7/+7 |
* | Deprecate the first parameter of the portdbapi constructor since it is always | Zac Medico | 2010-01-30 | 2 | -4/+18 |
* | Fix code from r15278 for python3 unicode compatibility. | Zac Medico | 2010-01-30 | 1 | -2/+3 |
* | Fix conditional logic for userpriv_groups intialization. | Zac Medico | 2010-01-30 | 1 | -19/+20 |
* | Bug #277902 - When excluding config files, instead of using an empty file as a | Zac Medico | 2010-01-30 | 1 | -2/+9 |
* | Define userpriv_groups earlier in order to avoid an AttributeError from | Zac Medico | 2010-01-29 | 1 | -0/+1 |
* | Don't ignore CVS/Entries.IO_error when not in commit mode.v2.2_rc62 | Zac Medico | 2010-01-29 | 1 | -6/+5 |
* | Remove code for svn.IO_error and bzr.IO_error categories since they don't | Zac Medico | 2010-01-29 | 1 | -6/+2 |
* | Enable EAPI 3 and deprecate EAPI 3_pre2. | Zac Medico | 2010-01-29 | 3 | -13/+13 |
* | Show the path of the lockfile when chown fails. Thanks to Jeremy Olexa | Zac Medico | 2010-01-29 | 1 | -2/+2 |
* | In portage.spawn(), apply group write permission to the log file. | Zac Medico | 2010-01-29 | 1 | -0/+2 |
* | Bug #300378 - Don't export FILESDIR to the 'depend' phase. | Zac Medico | 2010-01-29 | 1 | -0/+3 |
* | Move the DOM unlink call to a finally block. | Zac Medico | 2010-01-29 | 1 | -18/+20 |
* | Fix AttributeError from has_versions for atoms with no USE deps. Thanks to | Zac Medico | 2010-01-28 | 2 | -3/+3 |
* | Fix typo in docstring. | Zac Medico | 2010-01-28 | 1 | -1/+1 |
* | Add an Atom.evaluate_conditionals() method and use where appropriate. | Zac Medico | 2010-01-28 | 3 | -10/+18 |
* | Add support for evaluation of conditional USE atoms in has_version and | Zac Medico | 2010-01-27 | 1 | -11/+36 |
* | Add a warning for built_with_use. Thanks to Petteri Räty <betelgeuse@g.o> for | Zac Medico | 2010-01-24 | 2 | -2/+8 |
* | Bug #302005 - Remove broken test code. | Zac Medico | 2010-01-24 | 1 | -12/+0 |
* | Bug #301926 - Handle ValueError in parseManifest2(), triggered by corrupt | Zac Medico | 2010-01-24 | 1 | -1/+4 |
* | Fix Manifest commit logic for cvs and svn. Thanks to Rafael Martins | Zac Medico | 2010-01-19 | 1 | -4/+4 |
* | Invert some vcs conditionals that are specific to cvs and svn. | Zac Medico | 2010-01-18 | 1 | -3/+3 |
* | Support mercurial. Thanks to Rafael Martins <rafael@rafaelmartins.com> for | Zac Medico | 2010-01-18 | 1 | -15/+60 |
* | Don't bail out if postinst fails. Thanks to Brain Harring for the suggestion. | Zac Medico | 2010-01-18 | 1 | -2/+2 |
* | Remove ibiblio.org from the default GENTOO_MIRRORS value. Thanks to | Zac Medico | 2010-01-18 | 1 | -2/+3 |
* | Make sure repoman knows about all files in the directory to commit using bzr.... | Fabian Groffen | 2010-01-14 | 1 | -1/+1 |
* | Bug #300744 - Inside xpak(), exclude CONTENTS for quickpkg since contents is | Zac Medico | 2010-01-13 | 1 | -0/+3 |
* | Use encoded byte strings with python-2.x, since the python ebuilds are | Zac Medico | 2010-01-13 | 1 | -10/+14 |
* | Fix output handling to avoid potential UnicodeEncodeError. | Zac Medico | 2010-01-12 | 1 | -3/+9 |
* | Fix unicode quote handling to work with python3. | Zac Medico | 2010-01-11 | 1 | -4/+16 |
* | Avoid portage import in order to avoid a potential sandbox violation if | Zac Medico | 2010-01-11 | 1 | -3/+1 |
* | Avoid potential UnicodeDecodeError with Python 3. Reported by devurandom. | Arfrever Frehtes Taifersar Arahesis | 2010-01-11 | 1 | -1/+6 |