GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-idfetch.git
idfetch
master
SoC2010: IDFetch - Intelligent Distfile Fetcher (Portage modifications)
Kostyantyn Ovechko <fastinetserver@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
/
portage
/
xpak.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a break_hardlinks parameter for tbz2 recompose methods, and enable it
Zac Medico
2010-05-13
1
-3
/
+26
*
Define __all__.
Zac Medico
2010-05-13
1
-1
/
+6
*
Use bytes literals in instead of _unicode_encode() where appropriate
Zac Medico
2010-05-13
1
-13
/
+13
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
1
-1
/
+0
*
Bug #300744 - Inside xpak(), exclude CONTENTS for quickpkg since contents is
Zac Medico
2010-01-13
1
-0
/
+3
*
Make tbz2.get_data() return an empty dict on failure.
Zac Medico
2009-09-29
1
-1
/
+1
*
Don't call self.scan() in tbz2.__init__ since all methods call it anyway.
Zac Medico
2009-09-29
1
-1
/
+0
*
Encode/decode names from the xpak index where appropriate.
Zac Medico
2009-09-21
1
-0
/
+4
*
Fix decodeint() for py3k compat, since bytes are a sequence of integers
Zac Medico
2009-09-21
1
-5
/
+8
*
Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-2
/
+2
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-1
/
+1
*
Update syntax of 'except' statements for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-4
/
+4
*
Bug #282505 - Fix unicode handling for package moves in binary packages.
Zac Medico
2009-08-24
1
-0
/
+11
*
Replace _content_encoding, _fs_encoding, and _merge_encoding with direct
Zac Medico
2009-08-21
1
-21
/
+22
*
Use portage.os and _fs_encoding where appropriate, and fix binary string
Zac Medico
2009-08-17
1
-59
/
+88
*
Open all files in binary mode for py3k compatibility.
Zac Medico
2009-08-04
1
-15
/
+15
*
remove unused vars from xpak, fix bug in compose. Also fix tests for portage...
Alec Warner
2007-07-22
1
-2
/
+1
*
Make all the classes inherit from object.
Zac Medico
2007-06-20
1
-1
/
+1
*
Namespace sanitizing, step 1
Marius Mauch
2007-01-25
1
-0
/
+421