summaryrefslogtreecommitdiffstats
path: root/pym/portage/xpak.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug #300744 - Inside xpak(), exclude CONTENTS for quickpkg since contents isZac Medico2010-01-131-0/+3
| | | | | | generated by the merge process. svn path=/main/trunk/; revision=15198
* Make tbz2.get_data() return an empty dict on failure.Zac Medico2009-09-291-1/+1
| | | | svn path=/main/trunk/; revision=14460
* Don't call self.scan() in tbz2.__init__ since all methods call it anyway.Zac Medico2009-09-291-1/+0
| | | | svn path=/main/trunk/; revision=14459
* Encode/decode names from the xpak index where appropriate.Zac Medico2009-09-211-0/+4
| | | | svn path=/main/trunk/; revision=14367
* Fix decodeint() for py3k compat, since bytes are a sequence of integersZac Medico2009-09-211-5/+8
| | | | | | instead of characters. svn path=/main/trunk/; revision=14361
* Use dict.(keys|values|items)() instead of ↵Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
| | | | | | | | dict.(iterkeys|itervalues|iteritems)() for compatibility with Python 3. (2to3-3.1 -f dict -nw ${FILES}) svn path=/main/trunk/; revision=14327
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-4/+4
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* Bug #282505 - Fix unicode handling for package moves in binary packages.v2.2_rc40Zac Medico2009-08-241-0/+11
| | | | svn path=/main/trunk/; revision=14134
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-21/+22
| | | | | | usage of _encodings. svn path=/main/trunk/; revision=14113
* Use portage.os and _fs_encoding where appropriate, and fix binary stringZac Medico2009-08-171-59/+88
| | | | | | handling for py3k compat. svn path=/main/trunk/; revision=14074
* Open all files in binary mode for py3k compatibility.Zac Medico2009-08-041-15/+15
| | | | svn path=/main/trunk/; revision=13912
* remove unused vars from xpak, fix bug in compose. Also fix tests for ↵Alec Warner2007-07-221-2/+1
| | | | | | portage sets, fix misnamed variable. svn path=/main/trunk/; revision=7355
* Make all the classes inherit from object.Zac Medico2007-06-201-1/+1
| | | | svn path=/main/trunk/; revision=6886
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+421
svn path=/main/trunk/; revision=5778