summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/files.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-4/+4
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-5/+5
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-4/+4
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstructionFabian Groffen2009-09-051-3/+3
* PRIVATE_PATH has no leading slash (like all other uses of this var assume)Fabian Groffen2009-09-051-2/+2
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-7/+7
* sets/files.py cleanPackages function stop calling lock and loadMounir Lamouri2009-08-151-3/+7
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-141-17/+28
* Bug #280962 - Fix broken path normalization insideZac Medico2009-08-101-9/+10
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-061-1/+14
* Bug #280269 - Fix StaticFileSet.multiBuilder() to handle unicode filenames.Zac Medico2009-08-041-0/+3
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-121-2/+5
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-7/+8
* Make StaticFileSet.multiBuilder() filter hidden files and directories. ThanksZac Medico2009-03-261-0/+5
* As requested by jmbsvicetto, add support to StaticFileSet for sets withinZac Medico2008-09-201-7/+13
* Adjust StaticFileSet._validate() to allow set tokens, so that sets can containZac Medico2008-09-031-1/+1
* Fix atom -> str breakage in StaticFileSet.write().Zac Medico2008-08-181-3/+3
* Fix Atom -> str breakage in WorldSet.write().Zac Medico2008-06-201-1/+2
* Raise an error if the named repository doesn't existv2.2_pre7Marius Mauch2008-05-211-2/+8
* remove 'sets/' name-prefix for file-based package setsMarius Mauch2008-05-021-1/+1
* Fix some more broken logic inside WorldSet.load().Zac Medico2008-04-141-1/+5
* Fix buggy logic in WorldSet.load() that causes it to discard all ofZac Medico2008-04-141-2/+5
* store sets in a different physical location than normal packages for 'world' ...Marius Mauch2008-04-131-5/+62
* make filesets non-greedy by defaultMarius Mauch2008-03-181-2/+2
* add a placeholder for repository paths in 'filename' and 'directory' options ...Marius Mauch2008-03-151-4/+16
* For greedy slot behavior, in addition to any installed slots alsoZac Medico2008-02-191-5/+6
* - outsource logic for boolean options into a central functionMarius Mauch2008-02-191-6/+24
* Fix WorldSet.cleanPackage() so that it properly preservesZac Medico2007-11-101-0/+1
* Avoid making unnecessary copies of PackageSet._atoms byZac Medico2007-11-011-1/+2
* Allow sets to get through world file validation andZac Medico2007-10-261-4/+14
* revert r8256 (plans changed)Marius Mauch2007-10-231-10/+8
* move base classes for package sets into a separate moduleMarius Mauch2007-10-231-1/+2
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-231-8/+10
* Move clean_world() into WorldSetMarius Mauch2007-10-161-0/+25
* Exclude .metadata files in multi set configurations for StaticFileSetMarius Mauch2007-10-091-0/+2
* clean up module namespaceMarius Mauch2007-10-061-0/+2
* replace category sets in test configuration with user setsMarius Mauch2007-10-051-5/+8
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-051-3/+46
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-111-6/+7
* Undo some unwanted changesMarius Mauch2007-09-071-17/+11
* Fix minor issues with loaders in the static file loader, fix quoting and impo...Alec Warner2007-09-071-5/+6
* Handle the ENOENT error if the world file doesn't exist.Zac Medico2007-07-311-1/+7
* Fix imports for style, deprecate grab*, what is foo.metadata and what does it...Alec Warner2007-07-231-8/+20
* fix missing import, default value for value in case we try to .join on a vari...Alec Warner2007-07-221-0/+1
* Sort the atoms when writing the world file.Zac Medico2007-07-161-1/+1
* break another recursion cycle, add special subclass for "world" to handle loc...Marius Mauch2007-07-161-2/+22
* fix metadata parsing for file-based sets, add support for user-defined file s...Marius Mauch2007-07-161-0/+4
* add support for metadataMarius Mauch2007-07-161-1/+16