summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* releasing version 0.1.21+nmu20.1.21+nmu2python3Colin Watson2012-09-05
* In Python 2, restore Deb822Dict.has_key method for compatibility. (Closes: #...Colin Watson2012-09-05
* releasing version 0.1.21+nmu10.1.21+nmu1Colin Watson2012-08-22
* Add a python3-debian package.Colin Watson2012-08-22
* Make deb822.GpgInfo.from_sequence compatible with Python 3.3.Stuart Prescott2012-08-22
* Add seekable method to debian.arfile.ArMember.Stuart Prescott2012-08-22
* Fix up the rest of debian.deb822 for Python 3 string handling.Colin Watson2012-08-22
* Fix up most of debian.deb822 for string handling changes in Python 3. There ...Colin Watson2012-08-22
* Fix up debian.arfile and debian.debfile for string handling changes in Python...Colin Watson2012-08-22
* Only define DebPart.has_key method for Python 2.Colin Watson2012-08-22
* Fix up debian.changelog for string handling changes in Python 3.Colin Watson2012-08-22
* Encode Unicode strings before passing them to hashlib.sha1().Colin Watson2012-08-22
* Use string.ascii_letters rather than the deprecated string.letters.Colin Watson2012-08-22
* Use next(iterator) rather than iterator.next().Colin Watson2012-08-22
* Be much more careful about closing files in a timely fashion, avoiding Resour...Colin Watson2012-08-22
* Python 3 renamed raw_input to input.Colin Watson2012-08-22
* Cope with the absence of a file class in Python 3.Colin Watson2012-08-22
* Avoid using 0L, since Python 3 doesn't support it; 0 will do here.Colin Watson2012-08-22
* Use six to paper over dict iteration differences between Python 2 and 3.Colin Watson2012-08-22
* If StandardError does not exist (as in Python 3), inherit changelog exception...Colin Watson2012-08-22
* Use list comprehensions instead of map where a list is required. In Python 3...Colin Watson2012-08-22
* Use collections.Mapping/collections.MutableMapping instead of UserDict.DictMi...Colin Watson2012-08-22
* Use io.StringIO if StringIO.StringIO is absent (as in Python 3).Colin Watson2012-08-22
* Try to import pickle if importing cPickle fails. Python 3 only has pickle.Colin Watson2012-08-22
* Use assertTrue and assertEqual rather than deprecated assert_ and assertEquals.Colin Watson2012-08-22
* Implement rich comparison methods (the only kind available in Python 3) rathe...Colin Watson2012-08-22
* Use sep.join(list) rather than string.join(list, sep).Colin Watson2012-08-22
* Use open() rather than file(); file() does not exist in Python 3.Colin Watson2012-08-22
* Use "key in dict" rather than obsolete "dict.has_key(key)".Colin Watson2012-08-22
* Use Python 3-style print function in examples.Colin Watson2012-08-22
* Use absolute imports.Colin Watson2012-08-22
* Rely on default mapping iteration rather than using keys().Colin Watson2012-08-22
* Use a list comprehension instead of map, which returns an iterator in Python 3.Colin Watson2012-08-22
* Use Python 3-style print function.Colin Watson2012-08-22
* Avoid various old syntactic forms which are no longer present in Python 3. A...Colin Watson2012-08-22
* Fix test warnings with python2.7 -3.Colin Watson2012-08-22
* Release version 0.1.21John Wright2011-08-04
* Use dh_python2 instead of python-support.John Wright2011-07-10
* deb822: Don't interpret comment linesJohn Wright2011-07-10
* Clean up deb822.GpgInfo implementation.John Wright2011-07-10
* Avoid dumping unparseable dataJohn Wright2011-07-03
* Allow ':' as the first character of a valueJohn Wright2011-07-03
* test_changelog.py: close open filesTshepang Lekhonkhobe2011-07-03
* Release version 0.1.200.1.20John Wright2011-04-18
* Implement __unicode__ in Changelog and ChangeBlockJohn Wright2011-04-18
* Fix FTBFSJohn Wright2011-04-18
* Release version 0.1.190.1.19John Wright2011-04-15
* Fix a programming error in test_debian_support.pyJohn Wright2011-04-15
* Migrate to new python-apt APIJohn Wright2011-04-15
* Disallow ':' in upstream version if there is no epochJohn Wright2011-03-30