summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo.Zac Medico2009-08-211-1/+1
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-218-17/+32
* Use _encodings where appropriate.Zac Medico2009-08-212-70/+104
* Use _encodings where appropriate.Zac Medico2009-08-211-5/+10
* Use _encodings where appropriate.Zac Medico2009-08-211-7/+15
* Use _encodings where appropriate.Zac Medico2009-08-213-20/+39
* Use _encodings where appropriate.Zac Medico2009-08-202-4/+12
* Use _encodings where appropriate.Zac Medico2009-08-201-7/+17
* Fix typo from previous commit.Zac Medico2009-08-191-1/+1
* If sys.getdefaultencoding() returns None (this can happen if python is builtZac Medico2009-08-191-1/+5
* Use _encodings where appropriate.Zac Medico2009-08-192-6/+13
* Use _encodings where appropriate.Zac Medico2009-08-193-9/+20
* Use _encodings where appropriate.Zac Medico2009-08-192-7/+16