summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Fix mirror_cache() so it won't silently swallow a KeyError if _mtime_ orZac Medico2008-09-251-5/+9
* Ensure that cache modules always return a dict containing the _eclasses_Zac Medico2008-09-255-0/+12
* Fix message: s/One or packages/One or more packages/. Thanks to MarijnZac Medico2008-09-251-2/+2
* change set expression syntax: operators now have a @ suffix (IOW: all operand...Marius Mauch2008-09-251-6/+9
* implement simple expression logic for apckage sets to generate unions, inters...Marius Mauch2008-09-251-18/+58
* move set expansion code into its own functionMarius Mauch2008-09-251-56/+65
* relocate the post_emerge call so it gets called in more situations.Marius Mauch2008-09-251-18/+30
* Add a new AgeSet class to select installed packages that have been installed ...Marius Mauch2008-09-251-0/+31
* Fix fetch() mirror:// handling in to comply with section 9.2.8 of PMS.Zac Medico2008-09-241-2/+11
* Import cPickle as pickle instead of vice versa. Eases 2to3's job becauseZac Medico2008-09-235-32/+32
* Bug #230975 - Rename the portage.selinux module to portage._selinux in orderZac Medico2008-09-222-1/+1
* remove deprecation warnings and compat code for 2.1 changes to rsync and acti...Marius Mauch2008-09-221-52/+2
* don't attempt to unmerge a set that doesn't exist anymoreMarius Mauch2008-09-221-0/+2
* Add a new --list-sets action, as requested by jmbsvicetto.v2.2_rc9Zac Medico2008-09-212-7/+16
* Fix erroneous variable references in the multiset 'Redefinition of set'Zac Medico2008-09-211-1/+1
* As requested by jmbsvicetto, add support to StaticFileSet for sets withinZac Medico2008-09-201-7/+13
* More SRC_URI validation.Zac Medico2008-09-202-0/+7
* Fix some broken logic inside portdbapi.getFetchMap().Zac Medico2008-09-201-13/+5
* Add test cases for SRC_URI validation.Zac Medico2008-09-202-9/+37
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-203-67/+160
* Define __all__ and clean up unused imports found by pyflakes.Zac Medico2008-09-191-8/+8
* Implement the new EAPI 2 blocker behavior, including !!atom sytax whichZac Medico2008-09-192-21/+61
* Fix broken reference to self.files inside SpawnProcess._start().Zac Medico2008-09-151-1/+1
* Improve error messages for issues with the SYNC variable inside action_sync().Zac Medico2008-09-151-4/+11
* Bug #237526 - Use portage.util.grablines() for exception handling whenZac Medico2008-09-131-14/+5
* Define __all__ and remove unused imports found by pyflakes.Zac Medico2008-09-131-3/+6
* Move the world file update code out of update_config_files() since it shouldZac Medico2008-09-132-14/+16
* Adjust StaticFileSet._validate() to allow set tokens, so that sets can containZac Medico2008-09-031-1/+1
* Adjust EMakeParallelDisabled.re to require at least one space after emake.Zac Medico2008-09-011-1/+1
* Check for calls to the deprecated bindnow-flags function. Thanks to DiegoZac Medico2008-08-312-1/+8
* Add a warning for emake -j1 calls which disable parallelization. Thanks toZac Medico2008-08-312-1/+9
* Add support for FEATURES="protect-owned" which is identical to theZac Medico2008-08-301-4/+10
* In dep_zapdeps(), add a new choice category for choices that have packagesZac Medico2008-08-301-2/+4
* When reloading the emerge config due to global updates in action_sync(),Zac Medico2008-08-271-0/+1
* Revert recent changes to _ObjectKey.__eq__() since it's probably a bug ifZac Medico2008-08-251-5/+0
* Fix _ObjectKey.__eq__() to account for potential hash collisions that wouldZac Medico2008-08-241-5/+6
* Prevent [None] in repo display. Thanks to grobian.Zac Medico2008-08-241-1/+1
* * Fix broken _ObjectKey.__eq__() logic from previous commit.Zac Medico2008-08-241-3/+7
* Avoid possible AttributeError raised from _ObjectKey.__eq__().Zac Medico2008-08-241-0/+2
* More LinkageMap enhancments from Lucian Poston:Zac Medico2008-08-231-58/+93
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-233-8/+19
* Fix isprotected() call in dblink._collision_protect() to properly accountZac Medico2008-08-221-1/+2
* Use shlex.split() to split CONFIG_PROTECT and CONFIG_PROTECT_MASK.Zac Medico2008-08-221-2/+2
* For consistency, show [0] in the repo display instead of suppressing it. NowZac Medico2008-08-221-16/+38
* Update comment, from Lucian Poston's git repo.Zac Medico2008-08-221-1/+4
* Optimize LinkageMap to use tuples of device and inode numbers from statZac Medico2008-08-221-166/+264
* Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.Zac Medico2008-08-211-1/+1
* Fix spelling of overriding for bug #235250.Zac Medico2008-08-201-1/+1
* Fix dep_wordreduce() so that it doesn't cancel out blocker atoms that happenZac Medico2008-08-201-1/+3
* Make dblink call back to the scheduler for "clean" and "cleanrm" phases, toZac Medico2008-08-202-7/+18