index
:
users/cjwatson/python-debian
python3
cjwatson's python-debian repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
releasing version 0.1.21+nmu2
0.1.21+nmu2
python3
Colin Watson
2012-09-05
*
In Python 2, restore Deb822Dict.has_key method for compatibility. (Closes: #...
Colin Watson
2012-09-05
*
releasing version 0.1.21+nmu1
0.1.21+nmu1
Colin Watson
2012-08-22
*
Add a python3-debian package.
Colin Watson
2012-08-22
*
Make deb822.GpgInfo.from_sequence compatible with Python 3.3.
Stuart Prescott
2012-08-22
*
Add seekable method to debian.arfile.ArMember.
Stuart Prescott
2012-08-22
*
Fix up the rest of debian.deb822 for Python 3 string handling.
Colin Watson
2012-08-22
*
Fix up most of debian.deb822 for string handling changes in Python 3. There ...
Colin Watson
2012-08-22
*
Fix up debian.arfile and debian.debfile for string handling changes in Python...
Colin Watson
2012-08-22
*
Only define DebPart.has_key method for Python 2.
Colin Watson
2012-08-22
*
Fix up debian.changelog for string handling changes in Python 3.
Colin Watson
2012-08-22
*
Encode Unicode strings before passing them to hashlib.sha1().
Colin Watson
2012-08-22
*
Use string.ascii_letters rather than the deprecated string.letters.
Colin Watson
2012-08-22
*
Use next(iterator) rather than iterator.next().
Colin Watson
2012-08-22
*
Be much more careful about closing files in a timely fashion, avoiding Resour...
Colin Watson
2012-08-22
*
Python 3 renamed raw_input to input.
Colin Watson
2012-08-22
*
Cope with the absence of a file class in Python 3.
Colin Watson
2012-08-22
*
Avoid using 0L, since Python 3 doesn't support it; 0 will do here.
Colin Watson
2012-08-22
*
Use six to paper over dict iteration differences between Python 2 and 3.
Colin Watson
2012-08-22
*
If StandardError does not exist (as in Python 3), inherit changelog exception...
Colin Watson
2012-08-22
*
Use list comprehensions instead of map where a list is required. In Python 3...
Colin Watson
2012-08-22
*
Use collections.Mapping/collections.MutableMapping instead of UserDict.DictMi...
Colin Watson
2012-08-22
*
Use io.StringIO if StringIO.StringIO is absent (as in Python 3).
Colin Watson
2012-08-22
*
Try to import pickle if importing cPickle fails. Python 3 only has pickle.
Colin Watson
2012-08-22
*
Use assertTrue and assertEqual rather than deprecated assert_ and assertEquals.
Colin Watson
2012-08-22
*
Implement rich comparison methods (the only kind available in Python 3) rathe...
Colin Watson
2012-08-22
*
Use sep.join(list) rather than string.join(list, sep).
Colin Watson
2012-08-22
*
Use open() rather than file(); file() does not exist in Python 3.
Colin Watson
2012-08-22
*
Use "key in dict" rather than obsolete "dict.has_key(key)".
Colin Watson
2012-08-22
*
Use Python 3-style print function in examples.
Colin Watson
2012-08-22
*
Use absolute imports.
Colin Watson
2012-08-22
*
Rely on default mapping iteration rather than using keys().
Colin Watson
2012-08-22
*
Use a list comprehension instead of map, which returns an iterator in Python 3.
Colin Watson
2012-08-22
*
Use Python 3-style print function.
Colin Watson
2012-08-22
*
Avoid various old syntactic forms which are no longer present in Python 3. A...
Colin Watson
2012-08-22
*
Fix test warnings with python2.7 -3.
Colin Watson
2012-08-22
*
Release version 0.1.21
John Wright
2011-08-04
*
Use dh_python2 instead of python-support.
John Wright
2011-07-10
*
deb822: Don't interpret comment lines
John Wright
2011-07-10
*
Clean up deb822.GpgInfo implementation.
John Wright
2011-07-10
*
Avoid dumping unparseable data
John Wright
2011-07-03
*
Allow ':' as the first character of a value
John Wright
2011-07-03
*
test_changelog.py: close open files
Tshepang Lekhonkhobe
2011-07-03
*
Release version 0.1.20
0.1.20
John Wright
2011-04-18
*
Implement __unicode__ in Changelog and ChangeBlock
John Wright
2011-04-18
*
Fix FTBFS
John Wright
2011-04-18
*
Release version 0.1.19
0.1.19
John Wright
2011-04-15
*
Fix a programming error in test_debian_support.py
John Wright
2011-04-15
*
Migrate to new python-apt API
John Wright
2011-04-15
*
Disallow ':' in upstream version if there is no epoch
John Wright
2011-03-30
[next]