summaryrefslogtreecommitdiffstats
path: root/pym/portage/update.py
Commit message (Expand)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-1/+3
* fixdbentries: add deprecation warningZac Medico2012-11-151-0/+5
* update_dbentry: avoid self-blocker, bug #367215Zac Medico2012-11-141-1/+11
* update_dbentry: add parent arg for bug #367215Zac Medico2012-11-131-5/+10
* update.py: cleanup importsZac Medico2012-09-191-5/+2
* update_dbentry: fix "move" to translate atom[use]Zac Medico2012-09-191-12/+19
* update_dbentry: improve slotmove supportZac Medico2012-09-191-7/+39
* slotmove: update comment about EAPI 4-slot-abiv2.2.0_alpha120Zac Medico2012-07-181-3/+1
* portage.update: use isvalidatom for EAPI checkZac Medico2012-07-171-6/+7
* move: respect EAPI wrt dots_in_PN, bug #426476Zac Medico2012-07-171-4/+10
* Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-171-4/+4
* slotmove: fix handling for EAPI 4-slot-abiv2.2.0_alpha118Zac Medico2012-07-131-1/+22
* portage.update.fixdbentries(): Fix ResourceWarnings with Python 3.2.Arfrever Frehtes Taifersar Arahesis2012-02-161-2/+3
* parse_updates: filter invalid for bug #388187Zac Medico2011-10-231-0/+5
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-281-2/+7
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-3/+4
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-6/+6
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-151-2/+2
* grab_updates: return all after first modifiedZac Medico2011-01-251-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