summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* In catpkgsplit(), use split('/', 1) since there should never be more than onZac Medico2009-09-071-1/+1
* Handle AttributeError instead of using getattr. Thanks to Marat RadchenkoZac Medico2009-09-071-3/+3
* In display_news_notification(), use the exising vartree instance to populateZac Medico2009-09-061-0/+6
* Remove unused vardbapi._counter_hash() method.Zac Medico2009-09-061-19/+0
* Add ACCEPT_LICENSE and ACCEPT_PROPERTIES to the Packages file header.Zac Medico2009-09-051-1/+3
* Add a vardbapi._pkgs_changed attribute to use instead of PORTAGE_COUNTER_HASHZac Medico2009-09-053-9/+7
* Inside Scheduler._check_manifests(), display all broken manifests instead ofZac Medico2009-09-051-1/+5
* Use _unicode_decode() on the string returned from time.strftime(), in orderZac Medico2009-09-055-6/+20
* DEPCACHE_PATH is not used with ROOT at all, so move it out of the target_root...Fabian Groffen2009-09-051-1/+1
* pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstructionFabian Groffen2009-09-053-6/+6
* reorganise const.py to have logical grouping based on usageFabian Groffen2009-09-051-28/+49
* DEPRECATED_PROFILE_FILE is derived from PROFILE_PATH which has no leading slashFabian Groffen2009-09-051-1/+1
* PRIVATE_PATH has no leading slash (like all other uses of this var assume)Fabian Groffen2009-09-051-2/+2
* consistently use CACHE_PATH with target_root, this commit needs a separate so...Fabian Groffen2009-09-056-14/+14
* Fix usage of VDB_PATHFabian Groffen2009-09-051-1/+1
* Remove unnecessary redundant dict lookup at the beginning of catpkgsplit().Zac Medico2009-09-051-2/+0
* Bug #282808 - Handle a potential KeyError inside PollScheduler._poll_loop()Zac Medico2009-09-051-1/+8
* Fix typo from previous commit.Zac Medico2009-09-031-1/+1
* Bug #283513 - Do not allow --noreplace together with --emptytree since itZac Medico2009-09-031-0/+6
* Use _unicode_decode() on the string retunred from time.strftime(), in orderZac Medico2009-09-031-1/+7
* Bug #283292 - Fix FindPortdir() to prevent OSError: [Errno 2] from stat whenZac Medico2009-08-311-1/+1
* Fix broken indentation from previous commits.Zac Medico2009-08-301-5/+5
* Bug #283223 - Don't call str() on unicode strings inside _db_escape_string(),Zac Medico2009-08-301-1/+5
* Bug #283223 - Don't call str() inside _db_escape_string(), since it'sZac Medico2009-08-301-1/+1
* Use KeyValuePairFileLoader intead on getconfig(), since getconfig() is tooZac Medico2009-08-291-5/+9
* Use KeyValuePairFileLoader instead of getconfig() for /etc/portage/modules,Zac Medico2009-08-291-2/+5
* Bug #281834 - In getconfig(), do not allow definition of variables that haveZac Medico2009-08-281-0/+13
* Improve logic for bug #278729.Zac Medico2009-08-271-7/+15
* Bug #278729 - Inside dep_zapdeps(), account for USE dependencies in someZac Medico2009-08-271-20/+51
* Fix the code from bug #275796 to ensure that choices always go into theZac Medico2009-08-271-2/+8
* Fix tar_contents() to handle UnicodeEncodeError by falling back to utf_8 ifZac Medico2009-08-271-1/+22
* Use plain ascii encoding for this file, in order to avoid error messages likeZac Medico2009-08-271-2/+1
* Fix mkdir() to call the local setfscreate() with strict returncode checking.Zac Medico2009-08-261-2/+2
* Inside depgraph._show_unsatisfied_dep(), show reasons for packages masked dueZac Medico2009-08-251-3/+7
* Show log paths when displaying the list of failed packages for --keep-going.Zac Medico2009-08-241-11/+14
* remove FIXME, since zmedico fixed itFabian Groffen2009-08-241-5/+0
* Bug #282505 - Fix unicode handling for package moves in binary packages.v2.2_rc40Zac Medico2009-08-243-8/+33
* Bug #282306 - Inside dblink._match_contents(), fall back to utf_8 encoding ifZac Medico2009-08-241-7/+71
* Bug #282306 - Inside LinkageMap._ObjectKey._generate_object_key(), fall backZac Medico2009-08-231-0/+15
* Bug #282306 - Inside dblink._find_libs_to_preserve(), fall back to utf_8Zac Medico2009-08-231-0/+17
* In Scheduler._schedule_tasks_imp(), add uninstall operations to the frontZac Medico2009-08-221-1/+1
* Make Scheduler._choose_pkg() prefer uninstall operations when available.Zac Medico2009-08-221-3/+13
* Support package.provided directory.Arfrever Frehtes Taifersar Arahesis2009-08-221-1/+1
* Bug #282269, comment #2 - Avoid potential UnicodeEncodeError when writingZac Medico2009-08-221-0/+3
* Bug #282306 - Inside dblink._security_check(), fall back to utf_8 encodingZac Medico2009-08-221-0/+16
* Bug #282269 - Avoid str() calls with overlay paths, which can triggerZac Medico2009-08-223-7/+9
* Add some --debug output for backtracking. Also, remove unused imports.v2.2_rc39Zac Medico2009-08-211-3/+31
* Add support for --keep-going=n so that it can be disabled on the command lineZac Medico2009-08-212-2/+13
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-213-4/+31
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-2114-109/+102