summaryrefslogtreecommitdiffstats
path: root/pym/portage/update.py
Commit message (Expand)AuthorAgeFilesLines
* grab_updates: return all after first modifiedZac Medico2011-02-021-3/+11
* In update_config_files(), add a comment line showing a package moveZac Medico2010-09-091-1/+14
* Make recursive grablines() ignore the same directories asZac Medico2010-08-231-2/+3
* Bug #309907 - Update more config files for package moves:Zac Medico2010-08-221-2/+6
* Make update_config_files() take a dict of {repo_name: list} since it's moreZac Medico2010-08-011-20/+33
* Support repository-wide updates.Michał Górny2010-07-271-6/+9
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Bug #309907 - Fix update_config_files() to handle package.license.Zac Medico2010-03-171-1/+1
* Add missing stat import.Zac Medico2009-12-211-0/+1
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+1
* Fix possibly unsafe modification of list during iteration insideZac Medico2009-12-071-1/+1
* Bug #295805 - Fix ValueError with python3 inside update_config_files().Zac Medico2009-12-051-4/+9
* Bug #295351 - Make update_dbentries() return unicode if it's given unicode,Zac Medico2009-12-021-3/+7
* Remove unnecessary dict.has_key() call (fix for python 3).Zac Medico2009-09-251-2/+0
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Use isjustname() where appropriate.Zac Medico2009-09-121-1/+2
* Add missing InvalidAtom import.Zac Medico2009-09-121-1/+1
* Make parse_updates() and update_dbentry() use Atom instances.Zac Medico2009-09-121-9/+27
* Bug #282505 - Fix unicode handling for package moves in binary packages.v2.2_rc40Zac Medico2009-08-241-3/+9
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-10/+10
* Use _content_encoding and _fs_encoding for unicode encoding/decoding.Zac Medico2009-08-171-18/+35
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-7/+8
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-061-0/+6
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-121-2/+1
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-1/+1
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-3/+2
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-221-3/+7
* Move the world file update code out of update_config_files() since it shouldZac Medico2008-09-131-13/+0
* Fix update_config_files() so that it uses update_dbentry()Zac Medico2007-11-031-31/+30
* TODO: Make update_config_files() handle slotmove commands for SLOT atoms.Zac Medico2007-11-031-0/+1
* Fix update_dbentry() to process version components properly before passing th...Zac Medico2007-08-221-2/+7
* sort the world file before writing it and ensure that it's terminated by a ne...Marius Mauch2007-06-231-1/+2
* For bug #179206, improve efficiency by using a containment test instead of st...Zac Medico2007-05-201-2/+2
* Namespace sanitizing, step 2Marius Mauch2007-01-251-5/+5
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+224